5 references to HasDispatchMap
System.Private.CoreLib (5)
src\runtime\src\coreclr\nativeaot\Common\src\Internal\Runtime\MethodTable.cs (3)
821
if (!
HasDispatchMap
)
1178
Debug.Assert(
HasDispatchMap
);
1181
if (
HasDispatchMap
)
src\runtime\src\coreclr\nativeaot\Runtime.Base\src\System\Runtime\DispatchResolve.cs (2)
103
if (pTgtType->
HasDispatchMap
)
131
Debug.Assert(pTgtType->
HasDispatchMap
, "Missing dispatch map");