6 references to GetToJSMethod
Microsoft.Interop.JavaScript.JSImportGenerator (6)
Marshaling\FuncJSGenerator.cs (2)
89IdentifierName(target), GetToJSMethod(isAction ? MarshalerType.Action : MarshalerType.Function))) 103IdentifierName("__delegate_arg_arg" + (i + 1)), GetToJSMethod(marshalerType)))
Marshaling\PrimitiveJSGenerator.cs (1)
47IdentifierName(target), GetToJSMethod(elementMarshallerType)))
Marshaling\TaskJSGenerator.cs (3)
64IdentifierName(target), GetToJSMethod(MarshalerType.Task))) 94IdentifierName(target), GetToJSMethod(MarshalerType.Task))) 107IdentifierName("__task_result_arg"), GetToJSMethod(resultMarshalerType)))