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