1 instantiation of VariantInterfaceMethodUseNode
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\NodeFactory.cs (1)
427
return new
VariantInterfaceMethodUseNode
(method);
5 references to VariantInterfaceMethodUseNode
ILCompiler.Compiler (5)
Compiler\DependencyAnalysis\EETypeNode.cs (1)
447
bool isVariantInterfaceImpl =
VariantInterfaceMethodUseNode
.IsVariantInterfaceImplementation(factory, _type, interfaceType);
Compiler\DependencyAnalysis\NodeFactory.cs (2)
421
_variantMethods = new NodeCache<MethodDesc,
VariantInterfaceMethodUseNode
>((MethodDesc method) =>
1400
private NodeCache<MethodDesc,
VariantInterfaceMethodUseNode
> _variantMethods;
Compiler\DependencyAnalysis\VirtualMethodUseNode.cs (1)
73
if (
VariantInterfaceMethodUseNode
.IsVariantMethodCall(factory, _decl))
Compiler\ILScanner.cs (1)
672
&&
VariantInterfaceMethodUseNode
.IsVariantInterfaceImplementation(factory, implementingType, baseType))