2 references to IsVariantInterfaceImplementation
ILCompiler.Compiler (2)
Compiler\DependencyAnalysis\EETypeNode.cs (1)
447bool isVariantInterfaceImpl = VariantInterfaceMethodUseNode.IsVariantInterfaceImplementation(factory, _type, interfaceType);
Compiler\ILScanner.cs (1)
672&& VariantInterfaceMethodUseNode.IsVariantInterfaceImplementation(factory, implementingType, baseType))