3 references to RuntimeInterfaces
System.Private.TypeLoader (3)
Internal\Runtime\TypeLoader\EETypeCreator.cs (2)
161
if (state.
RuntimeInterfaces
!= null)
163
runtimeInterfacesLength = checked((ushort)state.
RuntimeInterfaces
.Length);
Internal\Runtime\TypeLoader\TypeBuilder.cs (1)
592
DefType[] interfaces = state.
RuntimeInterfaces
;