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);
37
Debug.Assert(
_stream
.Length <= int.MaxValue);
38
operation(arg, new ReadOnlySpan<byte>(
_stream
.GetBuffer(), 0, checked((int)
_stream
.Length)));
41
_stream
.Position = 0;
42
_stream
.SetLength(0);
49
_stream
.Dispose();