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