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