1 instantiation of VariantInterfaceMethodUseNode
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\NodeFactory.cs (1)
420return new VariantInterfaceMethodUseNode(method);
5 references to VariantInterfaceMethodUseNode
ILCompiler.Compiler (5)
Compiler\DependencyAnalysis\EETypeNode.cs (1)
447bool isVariantInterfaceImpl = VariantInterfaceMethodUseNode.IsVariantInterfaceImplementation(factory, _type, interfaceType);
Compiler\DependencyAnalysis\NodeFactory.cs (2)
414_variantMethods = new NodeCache<MethodDesc, VariantInterfaceMethodUseNode>((MethodDesc method) => 1393private NodeCache<MethodDesc, VariantInterfaceMethodUseNode> _variantMethods;
Compiler\ILScanner.cs (1)
654&& VariantInterfaceMethodUseNode.IsVariantInterfaceImplementation(factory, implementingType, baseType))
src\runtime\src\coreclr\tools\Common\Compiler\DependencyAnalysis\VirtualMethodUseNode.cs (1)
77if (VariantInterfaceMethodUseNode.IsVariantMethodCall(factory, _decl))