1 write to Type
ILCompiler.Compiler (1)
Compiler\TypePreinit.cs (1)
2843Type = type;
6 references to Type
ILCompiler.Compiler (6)
Compiler\TypePreinit.cs (6)
1920if (!_internedTypes.TryGetValue(typeHandle.Type, out RuntimeTypeValue runtimeType)) 1922_internedTypes.Add(typeHandle.Type, runtimeType = new RuntimeTypeValue(typeHandle.Type)); 2846public override int Size => Type.Context.Target.PointerSize; 2856result = Type == ((RuntimeTypeHandleValue)value).Type;