3 writes to Type
ILCompiler.MetadataTransform (3)
ILCompiler\Metadata\Transform.Field.cs (2)
60
Type
= entity.HasEmbeddedSignatureData
106
Type
= HandleType(entity.GetTypicalFieldDefinition().FieldType),
Internal\Metadata\NativeFormat\Writer\NativeFormatWriterGen.cs (1)
2483
Type
= visitor.Visit(this, Type);
12 references to Type
ILCompiler.MetadataTransform (12)
Internal\Metadata\NativeFormat\Writer\NativeFormatWriterGen.cs (11)
2483
Type = visitor.Visit(this,
Type
);
2491
if (!Object.Equals(
Type
, other.
Type
)) return false;
2501
hash = ((hash << 13) - (hash >> 19)) ^ (
Type
== null ? 0 :
Type
.GetHashCode());
2509
Debug.Assert(
Type
== null ||
2510
Type
.HandleType == HandleType.TypeDefinition ||
2511
Type
.HandleType == HandleType.TypeReference ||
2512
Type
.HandleType == HandleType.TypeSpecification ||
2513
Type
.HandleType == HandleType.ModifiedType);
2514
writer.Write(
Type
);
Internal\Metadata\NativeFormat\Writer\NativeMetadataWriter.cs (1)
907
return
Type
.ToString();