3 writes to Type
ILCompiler.MetadataTransform (3)
ILCompiler\Metadata\Transform.Type.cs (2)
122
Type
= HandleType(entity.ParameterType)
464
Type
= HandleType(module, ref reader)
Internal\Metadata\NativeFormat\Writer\NativeFormatWriterGen.cs (1)
120
Type
= visitor.Visit(this, Type);
12 references to Type
ILCompiler.MetadataTransform (12)
Internal\Metadata\NativeFormat\Writer\NativeFormatWriterGen.cs (11)
120
Type = visitor.Visit(this,
Type
);
128
if (!Object.Equals(
Type
, other.
Type
)) return false;
138
hash = ((hash << 13) - (hash >> 19)) ^ (
Type
== null ? 0 :
Type
.GetHashCode());
146
Debug.Assert(
Type
== null ||
147
Type
.HandleType == HandleType.TypeDefinition ||
148
Type
.HandleType == HandleType.TypeReference ||
149
Type
.HandleType == HandleType.TypeSpecification ||
150
Type
.HandleType == HandleType.ModifiedType);
151
writer.Write(
Type
);
Internal\Metadata\NativeFormat\Writer\NativeMetadataWriter.cs (1)
834
return "ref " +
Type
.ToString();