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