1 instantiation of VariantInterfaceMethodUseNode
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\NodeFactory.cs (1)
427return 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)
421_variantMethods = new NodeCache<MethodDesc, VariantInterfaceMethodUseNode>((MethodDesc method) => 1400private NodeCache<MethodDesc, VariantInterfaceMethodUseNode> _variantMethods;
Compiler\DependencyAnalysis\VirtualMethodUseNode.cs (1)
73if (VariantInterfaceMethodUseNode.IsVariantMethodCall(factory, _decl))
Compiler\ILScanner.cs (1)
672&& VariantInterfaceMethodUseNode.IsVariantInterfaceImplementation(factory, implementingType, baseType))