1 write to Covariant
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\SymbolTable.cs (1)
546typeParam.Covariant = true;
2 references to Covariant
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\Semantics\Symbols\TypeParameterSymbol.cs (1)
21public bool Invariant { get { return !Covariant && !Contravariant; } }
Microsoft\CSharp\RuntimeBinder\Semantics\Types\TypeParameterType.cs (1)
32public bool Covariant => Symbol.Covariant;