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