2 writes to _quoteChar
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextEncoder.cs (2)
47_quoteChar = '"'; 58_quoteChar = value;
4 references to _quoteChar
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextEncoder.cs (4)
196if (_inAttribute && _quoteChar == ch) 206if (_inAttribute && _quoteChar == ch) 355if (_inAttribute && _quoteChar == ch) 365if (_inAttribute && _quoteChar == ch)