27 references to IsGeneric
System.Private.CoreLib (27)
Internal\IntrinsicSupport\ComparerHelpers.cs (1)
28
if (!interfaceType->
IsGeneric
)
Internal\IntrinsicSupport\EqualityComparerHelpers.cs (1)
31
if (!interfaceType->
IsGeneric
)
Internal\Reflection\Core\Execution\ExecutionDomain.cs (1)
118
if (pEEType->
IsGeneric
)
Internal\Runtime\Augments\RuntimeAugments.cs (4)
455
Debug.Assert(eeType->
IsGeneric
);
462
Debug.Assert(eeType->
IsGeneric
);
470
Debug.Assert(eeType->
IsGeneric
);
484
return typeHandle.ToMethodTable()->
IsGeneric
;
Internal\Runtime\CompilerHelpers\RuntimeInteropData.cs (1)
78
if (structureMT->IsInterface || structureMT->
IsGeneric
)
src\runtime\src\coreclr\nativeaot\Common\src\Internal\Runtime\MethodTable.cs (9)
475
Debug.Assert(
IsGeneric
);
510
Debug.Assert(
IsGeneric
);
519
Debug.Assert(
IsGeneric
);
546
Debug.Assert(
IsGeneric
|| IsGenericTypeDefinition);
551
if (
IsGeneric
)
1203
Debug.Assert(
IsGeneric
);
1206
if (
IsGeneric
)
1213
Debug.Assert(
IsGeneric
|| (IsGenericTypeDefinition && HasGenericVariance));
1216
if (
IsGeneric
|| (IsGenericTypeDefinition && HasGenericVariance))
src\runtime\src\coreclr\nativeaot\Runtime.Base\src\System\Runtime\DispatchResolve.cs (2)
166
if (fArrayCovariance && pItfType->
IsGeneric
)
209
else if (fCheckVariance && ((fArrayCovariance && pCurEntryType->
IsGeneric
) || pCurEntryType->HasGenericVariance))
System\Runtime\InteropServices\Marshal.NativeAot.cs (2)
97
if (structureTypeHandle.ToMethodTable()->
IsGeneric
)
125
if (structureMT->
IsGeneric
)
System\Runtime\InteropServices\PInvokeMarshal.cs (1)
55
if (del.GetMethodTable()->
IsGeneric
)
System\RuntimeType.NativeAot.cs (5)
384
return (pEEType->IsCanonical && !pEEType->
IsGeneric
) || pEEType->IsGenericTypeDefinition;
395
return pEEType->
IsGeneric
|| pEEType->IsGenericTypeDefinition;
417
return pEEType->
IsGeneric
;
427
return pEEType->
IsGeneric
? GetTypeFromMethodTable(pEEType->GenericDefinition) :
441
if (!pEEType->
IsGeneric
)