1 write to _stream
System.Security.Cryptography.Cose (1)
System\Security\Cryptography\Cose\PureDataToBeSignedBuilder.cs (1)
18_stream = new MemoryStream();
7 references to _stream
System.Security.Cryptography.Cose (7)
System\Security\Cryptography\Cose\PureDataToBeSignedBuilder.cs (7)
26_stream.Write(data); 37Debug.Assert(_stream.Length <= int.MaxValue); 38operation(arg, new ReadOnlySpan<byte>(_stream.GetBuffer(), 0, checked((int)_stream.Length))); 41_stream.Position = 0; 42_stream.SetLength(0); 49_stream.Dispose();