2 writes to _inputStream
System.Security (2)
system\security\cryptography\xml\transform.cs (2)
878
_inputStream
= new MemoryStream();
880
_inputStream
= (Stream) obj;
9 references to _inputStream
System.Security (9)
system\security\cryptography\xml\transform.cs (9)
876
if (
_inputStream
!= null)
877
_inputStream
.Close();
886
_inputStream
.Write(buffer, 0, buffer.Length);
887
_inputStream
.Flush();
888
_inputStream
.Position = 0;
894
_inputStream
.Write(buffer, 0, buffer.Length);
895
_inputStream
.Flush();
896
_inputStream
.Position = 0;
917
XmlReader reader = XmlReader.Create(
_inputStream
, settings, this.BaseURI);