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