3 references to GetRuntimeExportName
ILCompiler.Compiler (3)
Compiler\UnmanagedEntryPointsRootProvider.cs (2)
83
if (method.
GetRuntimeExportName
() != null)
116
foreach (DependencyListEntry dependency in GetMethodStaticDependencies(context, method, "Runtime export", new Utf8String(method.
GetRuntimeExportName
())))
Compiler\WindowsNodeMangler.cs (1)
107
Debug.Assert(method is Internal.TypeSystem.Ecma.EcmaMethod ecmaMethod && (ecmaMethod.GetRuntimeImportName() != null || ecmaMethod.
GetRuntimeExportName
() != null));