6 references to GetToManagedMethod
Microsoft.Interop.JavaScript.JSImportGenerator (6)
Marshaling\FuncJSGenerator.cs (2)
68
IdentifierName(target),
GetToManagedMethod
(isAction ? MarshalerType.Action : MarshalerType.Function)))
119
IdentifierName("__delegate_arg_arg" + (i + 1)),
GetToManagedMethod
(marshalerType)))
Marshaling\PrimitiveJSGenerator.cs (1)
40
IdentifierName(target),
GetToManagedMethod
(elementMarshallerType)))
Marshaling\TaskJSGenerator.cs (3)
57
IdentifierName(target),
GetToManagedMethod
(MarshalerType.Task)))
71
IdentifierName(target),
GetToManagedMethod
(MarshalerType.Task)))
85
IdentifierName("__task_result_arg"),
GetToManagedMethod
(resultMarshalerType)))