2 references to GetMethodStaticDependencies
ILCompiler.Compiler (2)
Compiler\UnmanagedEntryPointsRootProvider.cs (2)
116foreach (DependencyListEntry dependency in GetMethodStaticDependencies(context, method, "Runtime export", new Utf8String(method.GetRuntimeExportName()))) 125foreach (DependencyListEntry dependency in GetMethodStaticDependencies(context, method, "Native callable", new Utf8String(method.GetUnmanagedCallersOnlyExportName())))