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