1 write to Type
ILCompiler.Compiler (1)
Compiler\TypePreinit.cs (1)
2870Type = type;
6 references to Type
ILCompiler.Compiler (6)
Compiler\TypePreinit.cs (6)
1947if (!_internedTypes.TryGetValue(typeHandle.Type, out RuntimeTypeValue runtimeType)) 1949_internedTypes.Add(typeHandle.Type, runtimeType = new RuntimeTypeValue(typeHandle.Type)); 2873public override int Size => Type.Context.Target.PointerSize; 2883result = Type == ((RuntimeTypeHandleValue)value).Type;