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