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