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