1 write to CallingMethod
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\TypeGVMEntriesNode.cs (1)
22CallingMethod = callingMethod;
4 references to CallingMethod
ILCompiler.Compiler (4)
Compiler\DependencyAnalysis\GenericVirtualMethodTableNode.cs (1)
86AddGenericVirtualMethodImplementation(typeGVMEntryInfo.CallingMethod, typeGVMEntryInfo.ImplementationMethod);
Compiler\DependencyAnalysis\InterfaceGenericVirtualMethodTableNode.cs (1)
131AddGenericVirtualMethodImplementation(typeGVMEntryInfo.CallingMethod, typeGVMEntryInfo.ImplementationType, typeGVMEntryInfo.ImplementationMethod, typeGVMEntryInfo.DefaultResolution);
Compiler\DependencyAnalysis\TypeGVMEntriesNode.cs (2)
70GenericVirtualMethodTableNode.GetGenericVirtualMethodImplementationDependencies(ref _staticDependencies, context, entry.CallingMethod, entry.ImplementationMethod); 73InterfaceGenericVirtualMethodTableNode.GetGenericVirtualMethodImplementationDependencies(ref _staticDependencies, context, entry.CallingMethod, entry.ImplementationType, entry.ImplementationMethod);