4 references to IsArrayVariantCastable
ILCompiler.Compiler (3)
Compiler\ILScanner.cs (1)
801if (_context.IsArrayVariantCastable(type))
Compiler\SubstitutedILProvider.cs (1)
1106if (((CompilerTypeSystemContext)type.Context).IsArrayVariantCastable(type))
IL\ILImporter.Scanner.cs (1)
1020&& !_factory.TypeSystemContext.IsArrayVariantCastable(isinstCheckType))
ILCompiler.RyuJit (1)
JitInterface\CorInfoImpl.RyuJit.cs (1)
2270if (_compilation.TypeSystemContext.IsArrayVariantCastable(type))