1 write to NativeParameterMarshallers
Microsoft.Interop.SourceGeneration (1)
BoundGenerators.cs (1)
176NativeParameterMarshallers = nativeParamMarshallers.ToImmutable(),
4 references to NativeParameterMarshallers
Microsoft.Interop.SourceGeneration (4)
BoundGenerators.cs (1)
252NativeParameterMarshallers.Select(marshaler => marshaler.AsParameter(context)))),
GeneratedStatements.cs (1)
138foreach (IBoundMarshallingGenerator marshaller in marshallers.NativeParameterMarshallers)
VariableDeclarations.cs (2)
21foreach (IBoundMarshallingGenerator marshaller in marshallers.NativeParameterMarshallers) 99foreach (IBoundMarshallingGenerator marshaller in marshallers.NativeParameterMarshallers)