2 implementations of GetUnmanagedValuesDestination
Microsoft.Interop.SourceGeneration (2)
Marshalling\StatefulMarshallingStrategy.cs (1)
267public InvocationExpressionSyntax GetUnmanagedValuesDestination(StubIdentifierContext context)
Marshalling\StatelessMarshallingStrategy.cs (1)
482public InvocationExpressionSyntax GetUnmanagedValuesDestination(StubIdentifierContext context)
6 references to GetUnmanagedValuesDestination
Microsoft.Interop.SourceGeneration (6)
Marshalling\ElementsMarshalling.cs (6)
46CollectionSource.GetUnmanagedValuesDestination(context), 176ExpressionSyntax destination = CastToManagedIfNecessary(CollectionSource.GetUnmanagedValuesDestination(context)); 187ExpressionSyntax source = CastToManagedIfNecessary(CollectionSource.GetUnmanagedValuesDestination(context)); 274CollectionSource.GetUnmanagedValuesDestination(context)) 351CollectionSource.GetUnmanagedValuesDestination(context)); 400? CollectionSource.GetUnmanagedValuesDestination(context)