2 references to GetRuntimeImportName
ILCompiler.Compiler (2)
Compiler\DependencyAnalysis\RuntimeImportMethodNode.cs (1)
18
: base(nameMangler.NodeMangler.ExternMethod(new Utf8String(((EcmaMethod)method).
GetRuntimeImportName
()), method))
Compiler\WindowsNodeMangler.cs (1)
107
Debug.Assert(method is Internal.TypeSystem.Ecma.EcmaMethod ecmaMethod && (ecmaMethod.
GetRuntimeImportName
() != null || ecmaMethod.GetRuntimeExportName() != null));