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