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