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