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