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)
161Argument(CollectionSource.GetUnmanagedValuesSource(context)))), 164CollectionSource.GetUnmanagedValuesSource(context), 216ExpressionSyntax source = CastToManagedIfNecessary(CollectionSource.GetUnmanagedValuesSource(context)); 307CollectionSource.GetUnmanagedValuesSource(context)), 401: CollectionSource.GetUnmanagedValuesSource(context)), 430CollectionSource.GetUnmanagedValuesSource(context),