2 references to GetMethodSignature
System.Runtime.InteropServices.JavaScript (2)
System\Runtime\InteropServices\JavaScript\JSFunctionBinding.cs (1)
435var signature = JSHostImplementation.GetMethodSignature(signatures, functionName, moduleName);
System\Runtime\InteropServices\JavaScript\JSHostImplementation.CoreCLR.cs (1)
72var signature = GetMethodSignature(signatures, null, null);