2 instantiations of RuntimeTypeValue
ILCompiler.Compiler (2)
Compiler\TypePreinit.cs (2)
1933
_internedTypes.Add(typeHandle.Type, runtimeType = new
RuntimeTypeValue
(typeHandle.Type));
2903
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
>();
1931
if (!_internedTypes.TryGetValue(typeHandle.Type, out
RuntimeTypeValue
runtimeType))
1939
&& parameters[0] is
RuntimeTypeValue
typeToCheckForValueType:
1945
&& (parameters[0] is
RuntimeTypeValue
|| parameters[1] is
RuntimeTypeValue
):
2901
if (!preinitContext._internedTypes.TryGetValue(TypeRepresented, out
RuntimeTypeValue
result))