2 writes to _length
System.Security.Cryptography (2)
src\libraries\Common\src\System\IO\MemoryMappedFiles\MemoryMappedFileMemoryManager.cs (2)
22
_length
= length;
70
_length
= -1;
2 references to _length
System.Security.Cryptography (2)
src\libraries\Common\src\System\IO\MemoryMappedFiles\MemoryMappedFileMemoryManager.cs (2)
81
return new Span<byte>(_pointer,
_length
);
99
ObjectDisposedException.ThrowIf(
_length
< 0, this);