11 references to HasVariance
ILCompiler.Compiler (4)
Compiler\DependencyAnalysis\EETypeNode.cs (1)
1178else if (_type.HasVariance)
Compiler\DependencyAnalysis\VariantInterfaceMethodUseNode.cs (2)
55if (implementedInterface.HasVariance) 105if (owningType.HasVariance)
parent\parent\Common\Internal\Runtime\EETypeBuilderHelpers.cs (1)
64if (type.HasVariance)
ILCompiler.ReadyToRun (1)
parent\parent\Common\JitInterface\CorInfoImpl.cs (1)
3214if (type.HasTypeEquivalence || type.HasVariance)
ILCompiler.RyuJit (3)
JitInterface\CorInfoImpl.RyuJit.cs (2)
1088else if (type.HasVariance 2293if (type == null || type.HasVariance)
parent\parent\Common\JitInterface\CorInfoImpl.cs (1)
3214if (type.HasTypeEquivalence || type.HasVariance)
ILCompiler.TypeSystem (3)
parent\parent\Common\TypeSystem\Common\CastingHelper.cs (2)
430if (!otherType.HasVariance && !arrayCovariance) 545if (curType.HasVariance)
parent\parent\Common\TypeSystem\Common\InstantiatedType.cs (1)
104if (_typeDef.HasVariance)