7 writes to _inAttribute
dotnet-svcutil-lib (7)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlUTF8TextWriter.cs (7)
100_inAttribute = false; 113_inAttribute = false; 325_inAttribute = true; 369_inAttribute = true; 387_inAttribute = true; 393_inAttribute = false; 399_inAttribute = false;
2 references to _inAttribute
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlUTF8TextWriter.cs (2)
469bool[] isEscapedChar = (_inAttribute ? _isEscapedAttributeChar : _isEscapedElementChar); 487bool[] isEscapedChar = (_inAttribute ? _isEscapedAttributeChar : _isEscapedElementChar);