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