3 references to VariantInterfaceMethodUse
ILCompiler.Compiler (3)
Compiler\DependencyAnalysis\EETypeNode.cs (2)
512result.Add(new CombinedDependencyListEntry(implMethodUseNode, factory.VariantInterfaceMethodUse(typicalInterfaceMethod), "Interface method")); 513result.Add(new CombinedDependencyListEntry(factory.VirtualMethodUse(interfaceMethod), factory.VariantInterfaceMethodUse(typicalInterfaceMethod), "Interface method"));
Compiler\DependencyAnalysis\VirtualMethodUseNode.cs (1)
74dependencies.Add(factory.VariantInterfaceMethodUse(_decl.GetTypicalMethodDefinition()), "Variant interface call");