6 references to GetNonNullPinnableReference
System.Private.CoreLib (6)
src\libraries\System.Private.CoreLib\src\System\Text\Decoder.cs (2)
199
fixed (char* charsPtr = &MemoryMarshal.
GetNonNullPinnableReference
(chars))
305
fixed (char* charsPtr = &MemoryMarshal.
GetNonNullPinnableReference
(chars))
src\libraries\System.Private.CoreLib\src\System\Text\Encoder.cs (2)
196
fixed (byte* bytesPtr = &MemoryMarshal.
GetNonNullPinnableReference
(bytes))
304
fixed (byte* bytesPtr = &MemoryMarshal.
GetNonNullPinnableReference
(bytes))
src\libraries\System.Private.CoreLib\src\System\Text\Encoding.cs (2)
730
fixed (byte* bytesPtr = &MemoryMarshal.
GetNonNullPinnableReference
(bytes))
879
fixed (char* charsPtr = &MemoryMarshal.
GetNonNullPinnableReference
(chars))