2 writes to stream
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlEncodedRawTextWriter.cs (2)
156
this.
stream
= stream;
740
stream
= null;
12 references to stream
dotnet-svcutil-lib (12)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlEncodedRawTextWriter.cs (12)
181
this.
stream
.Write(bom, 0, bom.Length);
723
if (
stream
!= null)
727
stream
.Flush();
735
stream
.Close();
775
if (
stream
!= null)
777
stream
.Flush();
796
Debug.Assert(
stream
!= null || writer != null);
798
if (
stream
!= null)
865
stream
.Write(bufBytes, 0, bufBytesUsed);
871
stream
.Write(bufBytes, 0, bufBytesUsed);
879
if (
stream
!= null)
888
stream
.Write(bufBytes, 0, bEnc);