2 implementations of GetUnmanagedValuesSource
Microsoft.Interop.SourceGeneration (2)
Marshalling\StatefulMarshallingStrategy.cs (1)
287public InvocationExpressionSyntax GetUnmanagedValuesSource(StubIdentifierContext context)
Marshalling\StatelessMarshallingStrategy.cs (1)
513public InvocationExpressionSyntax GetUnmanagedValuesSource(StubIdentifierContext context)
6 references to GetUnmanagedValuesSource
Microsoft.Interop.SourceGeneration (6)
Marshalling\ElementsMarshalling.cs (6)
160Argument(CollectionSource.GetUnmanagedValuesSource(context)))), 163CollectionSource.GetUnmanagedValuesSource(context), 215ExpressionSyntax source = CastToManagedIfNecessary(CollectionSource.GetUnmanagedValuesSource(context)); 305CollectionSource.GetUnmanagedValuesSource(context)), 403: CollectionSource.GetUnmanagedValuesSource(context)), 432CollectionSource.GetUnmanagedValuesSource(context),