3 references to ArrayCovariant
System.Private.CoreLib (3)
src\runtime\src\coreclr\nativeaot\Runtime.Base\src\System\Runtime\DispatchResolve.cs (1)
156
if ((tgtEntryArity == 1) && pTgtVarianceInfo[0] == GenericVariance.
ArrayCovariant
)
src\runtime\src\coreclr\nativeaot\Runtime.Base\src\System\Runtime\TypeCast.cs (2)
644
varType = GenericVariance.
ArrayCovariant
;
673
case GenericVariance.
ArrayCovariant
: