10 references to Value
System.Private.CoreLib (1)
System\RuntimeTypeHandle.cs (1)
52
public static IntPtr ToIntPtr(RuntimeTypeHandle value) => value.
Value
;
System.Private.DataContractSerialization (5)
System\Runtime\Serialization\DataContract.cs (3)
412
if (s_typeToIDCache.TryGetValue(typeHandle.
Value
, out int id))
419
return s_typeToIDCache.GetOrAdd(typeHandle.
Value
, static _ =>
959
s_typeToIDCache.TryRemove(runtimeTypeHandle.
Value
, out _);
System\Runtime\Serialization\Json\JsonDataContract.cs (2)
191
if (s_typeToIDCache.TryGetValue(typeHandle.
Value
, out int id))
196
return s_typeToIDCache.GetOrAdd(typeHandle.
Value
, static _ =>
System.Private.Reflection.Execution (3)
Internal\Reflection\Execution\MethodInvokers\InstanceMethodInvoker.cs (3)
96
object thisObject = RawCalliHelper.Call<object>(_allocatorMethod, _declaringTypeHandle.
Value
);
109
object thisObject = RawCalliHelper.Call(_allocatorMethod, _declaringTypeHandle.
Value
);
116
object thisObject = RawCalliHelper.Call(_allocatorMethod, _declaringTypeHandle.
Value
);
System.Private.TypeLoader (1)
Internal\Runtime\TypeLoader\GenericDictionaryCell.cs (1)
105
dispatchCellAndComposition[2] = builder.GetRuntimeTypeHandle(InterfaceType).
Value
;