12 references to JSMarshalerArgumentGlobal
Microsoft.Interop.JavaScript.JSImportGenerator (12)
JSExportCodeGenerator.cs (2)
183statementsToUpdate.Add(LocalDeclarationStatement(VariableDeclaration(RefType(IdentifierName(Constants.JSMarshalerArgumentGlobal))) 189statementsToUpdate.Add(LocalDeclarationStatement(VariableDeclaration(RefType(IdentifierName(Constants.JSMarshalerArgumentGlobal)))
JSExportGenerator.cs (1)
149Parameter(Identifier("__arguments_buffer")).WithType(PointerType(ParseTypeName(Constants.JSMarshalerArgumentGlobal))))))
JSImportCodeGenerator.cs (4)
171TypeArgumentList(SingletonSeparatedList<TypeSyntax>(IdentifierName(Constants.JSMarshalerArgumentGlobal))))) 173.WithInitializer(EqualsValueClause(StackAllocArrayCreationExpression(ArrayType(IdentifierName(Constants.JSMarshalerArgumentGlobal)) 177statementsToUpdate.Add(LocalDeclarationStatement(VariableDeclaration(RefType(IdentifierName(Constants.JSMarshalerArgumentGlobal))) 187statementsToUpdate.Add(LocalDeclarationStatement(VariableDeclaration(RefType(IdentifierName(Constants.JSMarshalerArgumentGlobal)))
Marshaling\BaseJSGenerator.cs (1)
52yield return LocalDeclarationStatement(VariableDeclaration(RefType(IdentifierName(Constants.JSMarshalerArgumentGlobal)))
Marshaling\FuncJSGenerator.cs (2)
121.WithType(IdentifierName(Constants.JSMarshalerArgumentGlobal)), 136.WithType(IdentifierName(Constants.JSMarshalerArgumentGlobal)),
Marshaling\TaskJSGenerator.cs (2)
108.WithType(IdentifierName(Constants.JSMarshalerArgumentGlobal)), 131.WithType(IdentifierName(Constants.JSMarshalerArgumentGlobal)),