1 override of GetNativeLayoutMetadataDependencies
ILCompiler.Compiler (1)
Compiler\UsageBasedMetadataManager.cs (1)
247
public override void
GetNativeLayoutMetadataDependencies
(ref DependencyList dependencies, NodeFactory factory, MethodDesc method)
7 references to GetNativeLayoutMetadataDependencies
ILCompiler.Compiler (7)
Compiler\DependencyAnalysis\ExactMethodInstantiationsNode.cs (1)
120
factory.MetadataManager.
GetNativeLayoutMetadataDependencies
(ref dependencies, factory, GetMethodForMetadata(method, out _, out _));
Compiler\DependencyAnalysis\GenericMethodsHashtableNode.cs (1)
113
factory.MetadataManager.
GetNativeLayoutMetadataDependencies
(ref dependencies, factory, GetMethodForMetadata(method, out _, out _));
Compiler\DependencyAnalysis\GenericVirtualMethodTableNode.cs (2)
54
factory.MetadataManager.
GetNativeLayoutMetadataDependencies
(ref dependencies, factory, openCallingMethod);
56
factory.MetadataManager.
GetNativeLayoutMetadataDependencies
(ref dependencies, factory, openImplementationMethod);
Compiler\DependencyAnalysis\InterfaceGenericVirtualMethodTableNode.cs (2)
56
factory.MetadataManager.
GetNativeLayoutMetadataDependencies
(ref dependencies, factory, openCallingMethod);
64
factory.MetadataManager.
GetNativeLayoutMetadataDependencies
(ref dependencies, factory, openImplementationMethod);
Compiler\DependencyAnalysis\NativeLayoutVertexNode.cs (1)
156
context.MetadataManager.
GetNativeLayoutMetadataDependencies
(ref dependencies, context, GetMethodForMetadata(_method, out _, out _));