7 references to JSMarshalerArgumentGlobal
Microsoft.Interop.JavaScript.JSImportGenerator (7)
JSExportGenerator.cs (1)
149Parameter(Identifier(Constants.ArgumentsBuffer)).WithType(PointerType(ParseTypeName(Constants.JSMarshalerArgumentGlobal))))))
JSImportGenerator.cs (1)
315TypeSyntax jsMarshalerArgument = ParseTypeName(Constants.JSMarshalerArgumentGlobal);
Marshaling\BaseJSGenerator.cs (1)
17private 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)),