1 write to Interfaces
ILCompiler.MetadataTransform (1)
Internal\Metadata\NativeFormat\Writer\NativeFormatWriterGen.cs (1)
4386Interfaces = visitor.Visit(this, Interfaces);
5 references to Interfaces
ILCompiler.MetadataTransform (5)
ILCompiler\Metadata\Transform.Type.cs (2)
287record.Interfaces.Capacity = entity.ExplicitlyImplementedInterfaces.Length; 295record.Interfaces.Add(HandleType(interfaceType));
Internal\Metadata\NativeFormat\Writer\NativeFormatWriterGen.cs (3)
4386Interfaces = visitor.Visit(this, Interfaces); 4434Debug.Assert(Interfaces.TrueForAll(handle => handle == null || 4438writer.Write(Interfaces);