8 references to ConvertToUnmanaged
Microsoft.DotNet.NativeWrapper (8)
_generated\0\LibraryImports.g.cs (7)
17
__dotnetRoot_native = global::Microsoft.DotNet.NativeWrapper.PlatformStringMarshaller.
ConvertToUnmanaged
(dotnetRoot);
63
__workingDir_native = global::Microsoft.DotNet.NativeWrapper.PlatformStringMarshaller.
ConvertToUnmanaged
(workingDir);
64
__exeDir_native = global::Microsoft.DotNet.NativeWrapper.PlatformStringMarshaller.
ConvertToUnmanaged
(exeDir);
102
__exeDir_native = global::Microsoft.DotNet.NativeWrapper.PlatformStringMarshaller.
ConvertToUnmanaged
(exeDir);
199
__argv_native__nativeSpan[__i0] = global::Microsoft.DotNet.NativeWrapper.PlatformStringMarshaller.
ConvertToUnmanaged
(__argv_native__managedSpan[__i0]);
273
__value_native = global::Microsoft.DotNet.NativeWrapper.PlatformStringMarshaller.
ConvertToUnmanaged
(value);
274
__name_native = global::Microsoft.DotNet.NativeWrapper.PlatformStringMarshaller.
ConvertToUnmanaged
(name);
PlatformStringMarshaller.cs (1)
56
/// Frees memory allocated by <see cref="
ConvertToUnmanaged
"/>.