3 writes to _currentAttributeProperties
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Core\HtmlUtf8RawTextWriter.cs (3)
330
_currentAttributeProperties
= (AttributeProperties)attributePropertySearch.FindCaseInsensitiveString(localName) &
341
_currentAttributeProperties
= AttributeProperties.DEFAULT;
350
_currentAttributeProperties
= AttributeProperties.DEFAULT;
5 references to _currentAttributeProperties
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\Core\HtmlUtf8RawTextWriter.cs (5)
333
if ((
_currentAttributeProperties
& AttributeProperties.BOOLEAN) != 0)
359
if ((
_currentAttributeProperties
& AttributeProperties.BOOLEAN) != 0)
522
if ((
_currentAttributeProperties
& (AttributeProperties.BOOLEAN | AttributeProperties.URI | AttributeProperties.NAME)) != 0)
524
if ((
_currentAttributeProperties
& AttributeProperties.BOOLEAN) != 0)
530
if ((
_currentAttributeProperties
& (AttributeProperties.URI | AttributeProperties.NAME)) != 0 && !_doNotEscapeUriAttributes)