2 writes to Type
ILCompiler.MetadataTransform (2)
ILCompiler\Metadata\Transform.Event.cs (1)
38
Type
= HandleType(module.GetType(eventDef.Type)),
Internal\Metadata\NativeFormat\Writer\NativeFormatWriterGen.cs (1)
2267
Type
= visitor.Visit(this, Type);
10 references to Type
ILCompiler.MetadataTransform (10)
Internal\Metadata\NativeFormat\Writer\NativeFormatWriterGen.cs (10)
2267
Type = visitor.Visit(this,
Type
);
2279
if (!Object.Equals(
Type
, other.
Type
)) return false;
2293
hash = ((hash << 13) - (hash >> 19)) ^ (
Type
== null ? 0 :
Type
.GetHashCode());
2311
Debug.Assert(
Type
== null ||
2312
Type
.HandleType == HandleType.TypeDefinition ||
2313
Type
.HandleType == HandleType.TypeReference ||
2314
Type
.HandleType == HandleType.TypeSpecification);
2315
writer.Write(
Type
);