1 override of GetDependenciesDueToVirtualMethodReflectability
ILCompiler.Compiler (1)
Compiler\UsageBasedMetadataManager.cs (1)
713
public override void
GetDependenciesDueToVirtualMethodReflectability
(ref DependencyList dependencies, NodeFactory factory, MethodDesc method)
6 references to GetDependenciesDueToVirtualMethodReflectability
ILCompiler.Compiler (6)
Compiler\DependencyAnalysis\GenericVirtualMethodImplNode.cs (1)
41
factory.MetadataManager.
GetDependenciesDueToVirtualMethodReflectability
(ref dependencies, factory, _method);
Compiler\DependencyAnalysis\InterfaceDispatchCellNode.cs (1)
76
factory.MetadataManager.
GetDependenciesDueToVirtualMethodReflectability
(ref result, factory, _targetMethod);
Compiler\DependencyAnalysis\ReadyToRunGenericHelperNode.cs (1)
166
factory.MetadataManager.
GetDependenciesDueToVirtualMethodReflectability
(ref result, factory, instantiatedTargetMethod);
Compiler\DependencyAnalysis\ReadyToRunHelperNode.cs (2)
131
factory.MetadataManager.
GetDependenciesDueToVirtualMethodReflectability
(ref dependencyList, factory, targetMethod);
152
factory.MetadataManager.
GetDependenciesDueToVirtualMethodReflectability
(ref dependencyList, factory, targetMethod);
Compiler\DependencyAnalysis\VirtualMethodUseNode.cs (1)
71
factory.MetadataManager.
GetDependenciesDueToVirtualMethodReflectability
(ref dependencies, factory, _decl);