2 writes to stream
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlUtf8RawTextWriter.cs (2)
122
this.
stream
= stream;
658
stream
= null;
7 references to stream
dotnet-svcutil-lib (7)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlUtf8RawTextWriter.cs (7)
641
if (
stream
!= null)
645
stream
.Flush();
653
stream
.Close();
671
if (
stream
!= null)
673
stream
.Flush();
688
Debug.Assert(
stream
!= null);
689
stream
.Write(bufBytes, 1, bufPos - 1);