5 references to Covariant
Microsoft.CodeAnalysis (1)
PEWriter\MetadataWriter.cs (1)
865
result |= GenericParameterAttributes.
Covariant
;
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\SymbolTable.cs (1)
555
if ((t.GenericParameterAttributes & GenericParameterAttributes.
Covariant
) != 0)
PresentationFramework (1)
MS\Internal\WindowsRuntime\Generated\WinRT\Projections.cs (1)
158
bool argumentCovariant = (genericConstraints[i].GenericParameterAttributes & GenericParameterAttributes.VarianceMask) == GenericParameterAttributes.
Covariant
;
System.Linq.Expressions (1)
System\Dynamic\Utils\TypeUtils.cs (1)
496
return 0 != (t.GenericParameterAttributes & GenericParameterAttributes.
Covariant
);
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\General\Assignability.cs (1)
208
case GenericParameterAttributes.
Covariant
: