1 write to ImplementationMethod
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\TypeGVMEntriesNode.cs (1)
23
ImplementationMethod
= implementationMethod;
4 references to ImplementationMethod
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
);