3 writes to Type
ILCompiler.MetadataTransform (3)
ILCompiler\Metadata\Transform.Type.cs (2)
130Type = HandleType(entity.ParameterType) 472Type = HandleType(module, ref reader)
Internal\Metadata\NativeFormat\Writer\NativeFormatWriterGen.cs (1)
3663Type = visitor.Visit(this, Type);
12 references to Type
ILCompiler.MetadataTransform (12)
Internal\Metadata\NativeFormat\Writer\NativeFormatWriterGen.cs (11)
3663Type = visitor.Visit(this, Type); 3671if (!Object.Equals(Type, other.Type)) return false; 3681hash = ((hash << 13) - (hash >> 19)) ^ (Type == null ? 0 : Type.GetHashCode()); 3689Debug.Assert(Type == null || 3690Type.HandleType == HandleType.TypeDefinition || 3691Type.HandleType == HandleType.TypeReference || 3692Type.HandleType == HandleType.TypeSpecification || 3693Type.HandleType == HandleType.ModifiedType); 3694writer.Write(Type);
Internal\Metadata\NativeFormat\Writer\NativeMetadataWriter.cs (1)
953return Type.ToString() + "*";