3 writes to Type
ILCompiler.MetadataTransform (3)
ILCompiler\Metadata\Transform.Type.cs (2)
130
Type
= HandleType(entity.ParameterType)
472
Type
= HandleType(module, ref reader)
Internal\Metadata\NativeFormat\Writer\NativeFormatWriterGen.cs (1)
3663
Type
= visitor.Visit(this, Type);
12 references to Type
ILCompiler.MetadataTransform (12)
Internal\Metadata\NativeFormat\Writer\NativeFormatWriterGen.cs (11)
3663
Type = visitor.Visit(this,
Type
);
3671
if (!Object.Equals(
Type
, other.
Type
)) return false;
3681
hash = ((hash << 13) - (hash >> 19)) ^ (
Type
== null ? 0 :
Type
.GetHashCode());
3689
Debug.Assert(
Type
== null ||
3690
Type
.HandleType == HandleType.TypeDefinition ||
3691
Type
.HandleType == HandleType.TypeReference ||
3692
Type
.HandleType == HandleType.TypeSpecification ||
3693
Type
.HandleType == HandleType.ModifiedType);
3694
writer.Write(
Type
);
Internal\Metadata\NativeFormat\Writer\NativeMetadataWriter.cs (1)
953
return
Type
.ToString() + "*";