1 instantiation of InterfaceGVMEntryInfo
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\TypeGVMEntriesNode.cs (1)
127
yield return new
InterfaceGVMEntryInfo
(method, slotDecl, _associatedType, resolution);
3 references to InterfaceGVMEntryInfo
ILCompiler.Compiler (3)
Compiler\DependencyAnalysis\InterfaceGenericVirtualMethodTableNode.cs (1)
129
foreach (
var
typeGVMEntryInfo in interestingEntry.ScanForInterfaceGenericVirtualMethodEntries())
Compiler\DependencyAnalysis\TypeGVMEntriesNode.cs (2)
72
foreach (
var
entry in ScanForInterfaceGenericVirtualMethodEntries())
99
public IEnumerable<
InterfaceGVMEntryInfo
> ScanForInterfaceGenericVirtualMethodEntries()