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)
81return new Span<byte>(_pointer, _length); 99ObjectDisposedException.ThrowIf(_length < 0, this);