1 write to NativeParameterMarshallers
Microsoft.Interop.SourceGeneration (1)
BoundGenerators.cs (1)
123
NativeParameterMarshallers
= nativeParamMarshallers.ToImmutable(),
9 references to NativeParameterMarshallers
Microsoft.Interop.JavaScript.JSImportGenerator (5)
JSExportCodeGenerator.cs (3)
168
.Concat(_marshallers.
NativeParameterMarshallers
.OfType<IJSMarshallingGenerator>().SelectMany(p => p.GenerateBind()));
177
foreach (IBoundMarshallingGenerator marshaller in _marshallers.
NativeParameterMarshallers
)
202
foreach (IBoundMarshallingGenerator marshaller in _marshallers.
NativeParameterMarshallers
)
JSImportCodeGenerator.cs (2)
160
.Concat(_marshallers.
NativeParameterMarshallers
.OfType<IJSMarshallingGenerator>().SelectMany(p => p.GenerateBind()));
175
LiteralExpression(SyntaxKind.NumericLiteralExpression, Literal(2 + _marshallers.
NativeParameterMarshallers
.Length)))))))))))));
Microsoft.Interop.SourceGeneration (4)
BoundGenerators.cs (1)
179
NativeParameterMarshallers
.Select(marshaler => marshaler.AsParameter(context)))),
GeneratedStatements.cs (1)
99
foreach (IBoundMarshallingGenerator marshaller in marshallers.
NativeParameterMarshallers
)
VariableDeclarations.cs (2)
21
foreach (IBoundMarshallingGenerator marshaller in marshallers.
NativeParameterMarshallers
)
84
foreach (IBoundMarshallingGenerator marshaller in marshallers.
NativeParameterMarshallers
)