4 references to CastToManagedIfNecessary
Microsoft.Interop.SourceGeneration (4)
Marshalling\ElementsMarshalling.cs (4)
104string destination = CastToManagedIfNecessary($"{MemoryMarshalType}.CreateSpan(ref {MemoryMarshalType}.GetReference({source}), {source}.Length)"); 110string destination = CastToManagedIfNecessary(CollectionSource.GetUnmanagedValuesDestination(context)); 116string source = CastToManagedIfNecessary(CollectionSource.GetUnmanagedValuesDestination(context)); 124string source = CastToManagedIfNecessary(CollectionSource.GetUnmanagedValuesSource(context));