2 writes to Type
ILCompiler.MetadataTransform (2)
ILCompiler\Metadata\Transform.CustomAttribute.cs (1)
142
Type
= HandleType(enumType)
Internal\Metadata\NativeFormat\Writer\NativeFormatWriterGen.cs (1)
775
Type
= visitor.Visit(this, Type);
6 references to Type
ILCompiler.MetadataTransform (6)
Internal\Metadata\NativeFormat\Writer\NativeFormatWriterGen.cs (6)
775
Type = visitor.Visit(this,
Type
);
784
if (!Object.Equals(
Type
, other.
Type
)) return false;
795
hash = ((hash << 13) - (hash >> 19)) ^ (
Type
== null ? 0 :
Type
.GetHashCode());
804
writer.Write(
Type
);