2 implementations of GetUnmanagedValuesDestination
Microsoft.Interop.SourceGeneration (2)
Marshalling\StatefulMarshallingStrategy.cs (1)
267
public InvocationExpressionSyntax
GetUnmanagedValuesDestination
(StubIdentifierContext context)
Marshalling\StatelessMarshallingStrategy.cs (1)
482
public InvocationExpressionSyntax
GetUnmanagedValuesDestination
(StubIdentifierContext context)
6 references to GetUnmanagedValuesDestination
Microsoft.Interop.SourceGeneration (6)
Marshalling\ElementsMarshalling.cs (6)
45
CollectionSource.
GetUnmanagedValuesDestination
(context),
175
ExpressionSyntax destination = CastToManagedIfNecessary(CollectionSource.
GetUnmanagedValuesDestination
(context));
186
ExpressionSyntax source = CastToManagedIfNecessary(CollectionSource.
GetUnmanagedValuesDestination
(context));
273
CollectionSource.
GetUnmanagedValuesDestination
(context))
351
CollectionSource.
GetUnmanagedValuesDestination
(context));
402
? CollectionSource.
GetUnmanagedValuesDestination
(context)