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