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