3 writes to Type
ILCompiler.MetadataTransform (3)
ILCompiler\Metadata\Transform.Type.cs (2)
510
Type
= HandleType(module, ref reader),
517
Type
= HandleType(module, ref reader),
Internal\Metadata\NativeFormat\Writer\NativeFormatWriterGen.cs (1)
3198
Type
= visitor.Visit(this, Type);
12 references to Type
ILCompiler.MetadataTransform (12)
Internal\Metadata\NativeFormat\Writer\NativeFormatWriterGen.cs (11)
3198
Type = visitor.Visit(this,
Type
);
3208
if (!Object.Equals(
Type
, other.
Type
)) return false;
3220
hash = ((hash << 13) - (hash >> 19)) ^ (
Type
== null ? 0 :
Type
.GetHashCode());
3234
Debug.Assert(
Type
== null ||
3235
Type
.HandleType == HandleType.TypeDefinition ||
3236
Type
.HandleType == HandleType.TypeReference ||
3237
Type
.HandleType == HandleType.TypeSpecification ||
3238
Type
.HandleType == HandleType.ModifiedType);
3239
writer.Write(
Type
);
Internal\Metadata\NativeFormat\Writer\NativeMetadataWriter.cs (1)
916
Type
.ToString();