1 write to ImplementationType
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\TypeGVMEntriesNode.cs (1)
35
ImplementationType
= implementationType;
2 references to ImplementationType
ILCompiler.Compiler (2)
Compiler\DependencyAnalysis\InterfaceGenericVirtualMethodTableNode.cs (1)
131
AddGenericVirtualMethodImplementation(typeGVMEntryInfo.CallingMethod, typeGVMEntryInfo.
ImplementationType
, typeGVMEntryInfo.ImplementationMethod, typeGVMEntryInfo.DefaultResolution);
Compiler\DependencyAnalysis\TypeGVMEntriesNode.cs (1)
73
InterfaceGenericVirtualMethodTableNode.GetGenericVirtualMethodImplementationDependencies(ref _staticDependencies, context, entry.CallingMethod, entry.
ImplementationType
, entry.ImplementationMethod);