7 references to JSMarshalerArgumentGlobal
Microsoft.Interop.JavaScript.JSImportGenerator (7)
JSExportGenerator.cs (1)
149
Parameter(Identifier(Constants.ArgumentsBuffer)).WithType(PointerType(ParseTypeName(Constants.
JSMarshalerArgumentGlobal
))))))
JSImportGenerator.cs (1)
315
TypeSyntax jsMarshalerArgument = ParseTypeName(Constants.
JSMarshalerArgumentGlobal
);
Marshaling\BaseJSGenerator.cs (1)
17
private static ValueTypeInfo JSMarshalerArgument = new ValueTypeInfo(Constants.
JSMarshalerArgumentGlobal
, Constants.JSMarshalerArgument, IsByRefLike: false);
Marshaling\FuncJSGenerator.cs (2)
98
.WithType(IdentifierName(Constants.
JSMarshalerArgumentGlobal
)),
113
.WithType(IdentifierName(Constants.
JSMarshalerArgumentGlobal
)),
Marshaling\TaskJSGenerator.cs (2)
79
.WithType(IdentifierName(Constants.
JSMarshalerArgumentGlobal
)),
102
.WithType(IdentifierName(Constants.
JSMarshalerArgumentGlobal
)),