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