2 writes to Type
ILCompiler.MetadataTransform (2)
ILCompiler\Metadata\Transform.Event.cs (1)
38Type = HandleType(module.GetType(eventDef.Type)),
Internal\Metadata\NativeFormat\Writer\NativeFormatWriterGen.cs (1)
2267Type = visitor.Visit(this, Type);
10 references to Type
ILCompiler.MetadataTransform (10)
Internal\Metadata\NativeFormat\Writer\NativeFormatWriterGen.cs (10)
2267Type = visitor.Visit(this, Type); 2279if (!Object.Equals(Type, other.Type)) return false; 2293hash = ((hash << 13) - (hash >> 19)) ^ (Type == null ? 0 : Type.GetHashCode()); 2311Debug.Assert(Type == null || 2312Type.HandleType == HandleType.TypeDefinition || 2313Type.HandleType == HandleType.TypeReference || 2314Type.HandleType == HandleType.TypeSpecification); 2315writer.Write(Type);