2 writes to _inAttribute
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextEncoder.cs (2)
64
_inAttribute
= true;
85
_inAttribute
= false;
7 references to _inAttribute
dotnet-svcutil-lib (7)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextEncoder.cs (7)
176
if (
_inAttribute
)
196
if (
_inAttribute
&& _quoteChar == ch)
206
if (
_inAttribute
&& _quoteChar == ch)
297
if (
_inAttribute
)
336
if (
_inAttribute
)
355
if (
_inAttribute
&& _quoteChar == ch)
365
if (
_inAttribute
&& _quoteChar == ch)