5 references to Covariant
Microsoft.CSharp (5)
Microsoft\CSharp\RuntimeBinder\Semantics\Conversions.cs (1)
262if (pParam.Covariant)
Microsoft\CSharp\RuntimeBinder\Semantics\MethodTypeInferrer.cs (2)
1256if (pTypeParam.Covariant) 1563if (pTypeParam.Covariant)
Microsoft\CSharp\RuntimeBinder\Semantics\Symbols\SymbolLoader.cs (1)
384if (pParam.Covariant)
Microsoft\CSharp\RuntimeBinder\Semantics\Types\TypeManager.cs (1)
695if (!typeArg.IsReferenceType || !((TypeParameterType)typeParams[i]).Covariant)