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