2 instantiations of RuntimeTypeValue
ILCompiler.Compiler (2)
Compiler\TypePreinit.cs (2)
1922
_internedTypes.Add(typeHandle.Type, runtimeType = new
RuntimeTypeValue
(typeHandle.Type));
2892
preinitContext._internedTypes.Add(TypeRepresented, result = new
RuntimeTypeValue
(TypeRepresented));
7 references to RuntimeTypeValue
ILCompiler.Compiler (7)
Compiler\TypePreinit.cs (7)
44
private readonly Dictionary<TypeDesc,
RuntimeTypeValue
> _internedTypes = new Dictionary<TypeDesc,
RuntimeTypeValue
>();
1920
if (!_internedTypes.TryGetValue(typeHandle.Type, out
RuntimeTypeValue
runtimeType))
1928
&& parameters[0] is
RuntimeTypeValue
typeToCheckForValueType:
1934
&& (parameters[0] is
RuntimeTypeValue
|| parameters[1] is
RuntimeTypeValue
):
2890
if (!preinitContext._internedTypes.TryGetValue(TypeRepresented, out
RuntimeTypeValue
result))