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