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