3 writes to Type
ILCompiler.MetadataTransform (3)
ILCompiler\Metadata\Transform.Type.cs (2)
510Type = HandleType(module, ref reader), 517Type = HandleType(module, ref reader),
Internal\Metadata\NativeFormat\Writer\NativeFormatWriterGen.cs (1)
3198Type = visitor.Visit(this, Type);
12 references to Type
ILCompiler.MetadataTransform (12)
Internal\Metadata\NativeFormat\Writer\NativeFormatWriterGen.cs (11)
3198Type = visitor.Visit(this, Type); 3208if (!Object.Equals(Type, other.Type)) return false; 3220hash = ((hash << 13) - (hash >> 19)) ^ (Type == null ? 0 : Type.GetHashCode()); 3234Debug.Assert(Type == null || 3235Type.HandleType == HandleType.TypeDefinition || 3236Type.HandleType == HandleType.TypeReference || 3237Type.HandleType == HandleType.TypeSpecification || 3238Type.HandleType == HandleType.ModifiedType); 3239writer.Write(Type);
Internal\Metadata\NativeFormat\Writer\NativeMetadataWriter.cs (1)
916Type.ToString();