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