4 references to LinearCollection
Microsoft.Interop.SourceGeneration (4)
MarshallerShape.cs (4)
464managedSource = LinearCollection.GetManagedValuesSource(marshallerType, readOnlySpanOfT); 465unmanagedDestination = LinearCollection.GetUnmanagedValuesDestination(marshallerType, spanOfT); 501managedDestination = LinearCollection.GetManagedValuesDestination(marshallerType, spanOfT); 502unmanagedSource = LinearCollection.GetUnmanagedValuesSource(marshallerType, readOnlySpanOfT);