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)
196
if (_inAttribute &&
_quoteChar
== ch)
206
if (_inAttribute &&
_quoteChar
== ch)
355
if (_inAttribute &&
_quoteChar
== ch)
365
if (_inAttribute &&
_quoteChar
== ch)