1 write to Type
ILCompiler.Compiler (1)
Compiler\TypePreinit.cs (1)
2854Type = type;
6 references to Type
ILCompiler.Compiler (6)
Compiler\TypePreinit.cs (6)
1931if (!_internedTypes.TryGetValue(typeHandle.Type, out RuntimeTypeValue runtimeType)) 1933_internedTypes.Add(typeHandle.Type, runtimeType = new RuntimeTypeValue(typeHandle.Type)); 2857public override int Size => Type.Context.Target.PointerSize; 2867result = Type == ((RuntimeTypeHandleValue)value).Type;