3 references to MethodToSignature
WasmAppBuilder (3)
IcallTableGenerator.cs (1)
210string? signature = SignatureMapper.MethodToSignature(method, Log);
PInvokeCollector.cs (2)
91string? signature = SignatureMapper.MethodToSignature(method!, Log); 110string? signature = SignatureMapper.MethodToSignature(method, Log);