1 write to _stream
System.Security.Cryptography.Cose (1)
System\Security\Cryptography\Cose\PureDataToBeSignedBuilder.cs (1)
18_stream = new MemoryStream();
8 references to _stream
System.Security.Cryptography.Cose (8)
System\Security\Cryptography\Cose\PureDataToBeSignedBuilder.cs (8)
26_stream.Write(data); 32_stream.Write(data, offset, length); 42Debug.Assert(_stream.Length <= int.MaxValue); 43operation(arg, new ReadOnlySpan<byte>(_stream.GetBuffer(), 0, checked((int)_stream.Length))); 46_stream.Position = 0; 47_stream.SetLength(0); 54_stream.Dispose();