10 references to NumInterfaces
System.Private.CoreLib (10)
Internal\IntrinsicSupport\ComparerHelpers.cs (1)
23
int interfaceCount = objectType->
NumInterfaces
;
Internal\IntrinsicSupport\EqualityComparerHelpers.cs (1)
26
int interfaceCount = objectType->
NumInterfaces
;
Internal\Runtime\Augments\RuntimeAugments.cs (1)
437
return typeHandle.ToMethodTable()->
NumInterfaces
;
Internal\Runtime\CompilerHelpers\SharedCodeHelpers.cs (1)
20
Debug.Assert(interfaceIndex < pType->
NumInterfaces
);
src\runtime\src\coreclr\nativeaot\Common\src\Internal\Runtime\MethodTable.cs (1)
1157
cbOffset += (uint)(sizeof(MethodTable*) *
NumInterfaces
);
src\runtime\src\coreclr\nativeaot\Runtime.Base\src\System\Runtime\TypeCast.cs (3)
106
nint interfaceCount = mt->
NumInterfaces
;
315
nint interfaceCount = mt->
NumInterfaces
;
508
int numInterfaces = pObjType->
NumInterfaces
;
System\Runtime\InteropServices\IDynamicInterfaceCastable.cs (1)
77
for (int i = 0; i < resolvedImplType->
NumInterfaces
; i++)
System\RuntimeType.NativeAot.cs (1)
363
int count = pEEType->
NumInterfaces
;