2 writes to Type
ILCompiler.MetadataTransform (2)
ILCompiler\Metadata\Transform.CustomAttribute.cs (1)
73
Type
= HandleType(type),
Internal\Metadata\NativeFormat\Writer\NativeFormatWriterGen.cs (1)
3280
Type
= visitor.Visit(this, Type);
10 references to Type
ILCompiler.MetadataTransform (10)
Internal\Metadata\NativeFormat\Writer\NativeFormatWriterGen.cs (10)
3280
Type = visitor.Visit(this,
Type
);
3291
if (!Object.Equals(
Type
, other.
Type
)) return false;
3304
hash = ((hash << 13) - (hash >> 19)) ^ (
Type
== null ? 0 :
Type
.GetHashCode());
3315
Debug.Assert(
Type
== null ||
3316
Type
.HandleType == HandleType.TypeDefinition ||
3317
Type
.HandleType == HandleType.TypeReference ||
3318
Type
.HandleType == HandleType.TypeSpecification);
3319
writer.Write(
Type
);