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