1 write to NativeParameterMarshallers
Microsoft.Interop.SourceGeneration (1)
BoundGenerators.cs (1)
154NativeParameterMarshallers = nativeParamMarshallers.ToImmutable(),
4 references to NativeParameterMarshallers
Microsoft.Interop.SourceGeneration (4)
BoundGenerators.cs (1)
210NativeParameterMarshallers.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)