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