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)
46
CollectionSource.
GetUnmanagedValuesDestination
(context),
176
ExpressionSyntax destination = CastToManagedIfNecessary(CollectionSource.
GetUnmanagedValuesDestination
(context));
187
ExpressionSyntax source = CastToManagedIfNecessary(CollectionSource.
GetUnmanagedValuesDestination
(context));
274
CollectionSource.
GetUnmanagedValuesDestination
(context))
351
CollectionSource.
GetUnmanagedValuesDestination
(context));
400
? CollectionSource.
GetUnmanagedValuesDestination
(context)