1 write to _curQuoteChar
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextWriter.cs (1)
673
_curQuoteChar
= _quoteChar;
3 references to _curQuoteChar
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextWriter.cs (3)
671
if (
_curQuoteChar
!= _quoteChar)
676
_textWriter.Write(
_curQuoteChar
);
1388
_textWriter.Write(
_curQuoteChar
);