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