2 writes to writer
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlEncodedRawTextWriter.cs (2)
138this.writer = writer; 762writer = null;
7 references to writer
dotnet-svcutil-lib (7)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlEncodedRawTextWriter.cs (7)
745else if (writer != null) 749writer.Flush(); 757writer.Dispose(); 779else if (writer != null) 781writer.Flush(); 796Debug.Assert(stream != null || writer != null); 823writer.Write(bufChars, 1, bufPos - 1);