1 write to _length
System.Security.Cryptography.Pkcs (1)
src\libraries\Common\src\System\Memory\PointerMemoryManager.cs (1)
14
_length
= length;
1 reference to _length
System.Security.Cryptography.Pkcs (1)
src\libraries\Common\src\System\Memory\PointerMemoryManager.cs (1)
23
return new Span<T>(_pointer,
_length
);