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