3 writes to Type
ILCompiler.MetadataTransform (3)
ILCompiler\Metadata\Transform.Field.cs (2)
60Type = entity.HasEmbeddedSignatureData 106Type = HandleType(entity.GetTypicalFieldDefinition().FieldType),
Internal\Metadata\NativeFormat\Writer\NativeFormatWriterGen.cs (1)
2483Type = visitor.Visit(this, Type);
12 references to Type
ILCompiler.MetadataTransform (12)
Internal\Metadata\NativeFormat\Writer\NativeFormatWriterGen.cs (11)
2483Type = visitor.Visit(this, Type); 2491if (!Object.Equals(Type, other.Type)) return false; 2501hash = ((hash << 13) - (hash >> 19)) ^ (Type == null ? 0 : Type.GetHashCode()); 2509Debug.Assert(Type == null || 2510Type.HandleType == HandleType.TypeDefinition || 2511Type.HandleType == HandleType.TypeReference || 2512Type.HandleType == HandleType.TypeSpecification || 2513Type.HandleType == HandleType.ModifiedType); 2514writer.Write(Type);
Internal\Metadata\NativeFormat\Writer\NativeMetadataWriter.cs (1)
907return Type.ToString();