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