1 write to _textWriter
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlAutoDetectWriter.cs (1)
47
_textWriter
= textWriter;
2 references to _textWriter
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlAutoDetectWriter.cs (2)
426
if (
_textWriter
!= null)
427
_wrapped = ((XmlWellFormedWriter)XmlWriter.Create(
_textWriter
, _writerSettings)).RawWriter;