2 writes to Type
ILCompiler.MetadataTransform (2)
ILCompiler\Metadata\Transform.CustomAttribute.cs (1)
73Type = HandleType(type),
Internal\Metadata\NativeFormat\Writer\NativeFormatWriterGen.cs (1)
3280Type = visitor.Visit(this, Type);
10 references to Type
ILCompiler.MetadataTransform (10)
Internal\Metadata\NativeFormat\Writer\NativeFormatWriterGen.cs (10)
3280Type = visitor.Visit(this, Type); 3291if (!Object.Equals(Type, other.Type)) return false; 3304hash = ((hash << 13) - (hash >> 19)) ^ (Type == null ? 0 : Type.GetHashCode()); 3315Debug.Assert(Type == null || 3316Type.HandleType == HandleType.TypeDefinition || 3317Type.HandleType == HandleType.TypeReference || 3318Type.HandleType == HandleType.TypeSpecification); 3319writer.Write(Type);