10 references to GetPinnableReference
Microsoft.AspNetCore.Components.Server (1)
src\aspnetcore\src\submodules\MessagePack-CSharp\src\MessagePack.UnityClient\Assets\Scripts\MessagePack\BufferWriter.cs (1)
121return ref _span.GetPinnableReference();
Microsoft.Build.Framework (3)
Utilities\BufferScope.cs (2)
130/// <inheritdoc cref="Span{T}.GetPinnableReference"/> 135=> ref _span.GetPinnableReference();
Utilities\ValueStringBuilder.cs (1)
114return ref _chars.GetPinnableReference();
Microsoft.DotNet.Cli.Utils (2)
BufferScope.cs (2)
134/// <inheritdoc cref="Span{T}.GetPinnableReference"/> 139=> ref _span.GetPinnableReference();
System.Runtime.InteropServices.JavaScript (4)
System\Runtime\InteropServices\JavaScript\Marshaling\JSMarshalerArgument.Byte.cs (1)
170slot.IntPtrValue = (IntPtr)Unsafe.AsPointer(ref value.GetPinnableReference());
System\Runtime\InteropServices\JavaScript\Marshaling\JSMarshalerArgument.Double.cs (1)
176slot.IntPtrValue = (IntPtr)Unsafe.AsPointer(ref value.GetPinnableReference());
System\Runtime\InteropServices\JavaScript\Marshaling\JSMarshalerArgument.Int32.cs (1)
170slot.IntPtrValue = (IntPtr)Unsafe.AsPointer(ref value.GetPinnableReference());
System\Runtime\InteropServices\JavaScript\Marshaling\JSMarshalerArgument.Single.cs (1)
176slot.IntPtrValue = (IntPtr)Unsafe.AsPointer(ref value.GetPinnableReference());