18 references to SpanOfCharAsUtf8StringMarshaller
System.Private.CoreLib (18)
LibraryImports.g.cs (12)
7021
scoped global::System.Runtime.InteropServices.Marshalling.
SpanOfCharAsUtf8StringMarshaller
.ManagedToUnmanagedIn __path_native__marshaller = new();
7025
__path_native__marshaller.FromManaged(path, stackalloc byte[global::System.Runtime.InteropServices.Marshalling.
SpanOfCharAsUtf8StringMarshaller
.ManagedToUnmanagedIn.BufferSize]);
7657
scoped global::System.Runtime.InteropServices.Marshalling.
SpanOfCharAsUtf8StringMarshaller
.ManagedToUnmanagedIn __path_native__marshaller = new();
7661
__path_native__marshaller.FromManaged(path, stackalloc byte[global::System.Runtime.InteropServices.Marshalling.
SpanOfCharAsUtf8StringMarshaller
.ManagedToUnmanagedIn.BufferSize]);
7698
scoped global::System.Runtime.InteropServices.Marshalling.
SpanOfCharAsUtf8StringMarshaller
.ManagedToUnmanagedIn __newPath_native__marshaller = new();
7699
scoped global::System.Runtime.InteropServices.Marshalling.
SpanOfCharAsUtf8StringMarshaller
.ManagedToUnmanagedIn __oldPath_native__marshaller = new();
7703
__newPath_native__marshaller.FromManaged(newPath, stackalloc byte[global::System.Runtime.InteropServices.Marshalling.
SpanOfCharAsUtf8StringMarshaller
.ManagedToUnmanagedIn.BufferSize]);
7704
__oldPath_native__marshaller.FromManaged(oldPath, stackalloc byte[global::System.Runtime.InteropServices.Marshalling.
SpanOfCharAsUtf8StringMarshaller
.ManagedToUnmanagedIn.BufferSize]);
7910
scoped global::System.Runtime.InteropServices.Marshalling.
SpanOfCharAsUtf8StringMarshaller
.ManagedToUnmanagedIn __path_native__marshaller = new();
7914
__path_native__marshaller.FromManaged(path, stackalloc byte[global::System.Runtime.InteropServices.Marshalling.
SpanOfCharAsUtf8StringMarshaller
.ManagedToUnmanagedIn.BufferSize]);
7951
scoped global::System.Runtime.InteropServices.Marshalling.
SpanOfCharAsUtf8StringMarshaller
.ManagedToUnmanagedIn __path_native__marshaller = new();
7955
__path_native__marshaller.FromManaged(path, stackalloc byte[global::System.Runtime.InteropServices.Marshalling.
SpanOfCharAsUtf8StringMarshaller
.ManagedToUnmanagedIn.BufferSize]);
src\libraries\Common\src\Interop\Unix\System.Native\Interop.MkDir.cs (1)
13
internal static partial int MkDir([MarshalUsing(typeof(
SpanOfCharAsUtf8StringMarshaller
))] ReadOnlySpan<char> path, int mode);
src\libraries\Common\src\Interop\Unix\System.Native\Interop.ReadLink.cs (1)
25
private static partial int ReadLink([MarshalUsing(typeof(
SpanOfCharAsUtf8StringMarshaller
))] ReadOnlySpan<char> path, ref byte buffer, int bufferSize);
src\libraries\Common\src\Interop\Unix\System.Native\Interop.Rename.cs (2)
21
internal static partial int Rename([MarshalUsing(typeof(
SpanOfCharAsUtf8StringMarshaller
))] ReadOnlySpan<char> oldPath, [MarshalUsing(typeof(
SpanOfCharAsUtf8StringMarshaller
))] ReadOnlySpan<char> newPath);
src\libraries\Common\src\Interop\Unix\System.Native\Interop.Stat.Span.cs (2)
13
internal static partial int Stat([MarshalUsing(typeof(
SpanOfCharAsUtf8StringMarshaller
))] ReadOnlySpan<char> path, out FileStatus output);
16
internal static partial int LStat([MarshalUsing(typeof(
SpanOfCharAsUtf8StringMarshaller
))] ReadOnlySpan<char> path, out FileStatus output);