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