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