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