MCPcopy Create free account
hub / github.com/apache/fory / Get

Method Get

csharp/src/Fory/FlatMap.cs:25–30  ·  view source on GitHub ↗
(Type type)

Source from the content-addressed store, hash-verified

23internal static class TypeMapKey
24{
25 [MethodImpl(MethodImplOptions.AggressiveInlining)]
26 internal static ulong Get(Type type)
27 {
28 long value = type.TypeHandle.Value.ToInt64();
29 return unchecked((ulong)value);
30 }
31}
32
33/// <summary>

Callers 15

acquireMethod · 0.45
GetTypeMetaRefMethod · 0.45
StoreTypeMetaMethod · 0.45
GetTypeMetaMethod · 0.45
SetReadTypeInfoMethod · 0.45
GetReadTypeInfoMethod · 0.45
ClearReadTypeInfoMethod · 0.45
CreateTypeMapMethod · 0.45
GetOrCreateTypeInfoMethod · 0.45
RegisterMethod · 0.45
GetRegisteredTypeInfoMethod · 0.45

Calls 1

ToInt64Method · 0.80

Tested by

no test coverage detected