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)
45CollectionSource.GetUnmanagedValuesDestination(context), 175ExpressionSyntax destination = CastToManagedIfNecessary(CollectionSource.GetUnmanagedValuesDestination(context)); 186ExpressionSyntax source = CastToManagedIfNecessary(CollectionSource.GetUnmanagedValuesDestination(context)); 273CollectionSource.GetUnmanagedValuesDestination(context)) 351CollectionSource.GetUnmanagedValuesDestination(context)); 402? CollectionSource.GetUnmanagedValuesDestination(context)