4 references to _internedTypes
ILCompiler.Compiler (4)
Compiler\TypePreinit.cs (4)
1920
if (!
_internedTypes
.TryGetValue(typeHandle.Type, out RuntimeTypeValue runtimeType))
1922
_internedTypes
.Add(typeHandle.Type, runtimeType = new RuntimeTypeValue(typeHandle.Type));
2890
if (!preinitContext.
_internedTypes
.TryGetValue(TypeRepresented, out RuntimeTypeValue result))
2892
preinitContext.
_internedTypes
.Add(TypeRepresented, result = new RuntimeTypeValue(TypeRepresented));