13 references to MarshalUsing
Microsoft.AspNetCore.Server.IntegrationTesting.IIS (1)
IISExpressDeployer.cs (1)
455
internal static partial bool PostMessage([
MarshalUsing
(typeof(HandleRefMarshaller))] HandleRef hWnd, uint Msg, IntPtr wParam, IntPtr lParam);
System.Data.Odbc (4)
src\libraries\Common\src\Interop\Interop.Odbc.cs (4)
42
[
MarshalUsing
(typeof(HandleRefMarshaller))]
68
[
MarshalUsing
(typeof(HandleRefMarshaller))]
74
[
MarshalUsing
(typeof(HandleRefMarshaller))]
330
[
MarshalUsing
(typeof(HandleRefMarshaller))]
System.Diagnostics.Process (1)
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);
System.Private.CoreLib (6)
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);
System.Security.Cryptography (1)
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);