3 writes to _currentAttributeProperties
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Core\HtmlEncodedRawTextWriter.cs (3)
331
_currentAttributeProperties
= (AttributeProperties)attributePropertySearch.FindCaseInsensitiveString(localName) &
342
_currentAttributeProperties
= AttributeProperties.DEFAULT;
351
_currentAttributeProperties
= AttributeProperties.DEFAULT;
5 references to _currentAttributeProperties
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\Core\HtmlEncodedRawTextWriter.cs (5)
334
if ((
_currentAttributeProperties
& AttributeProperties.BOOLEAN) != 0)
360
if ((
_currentAttributeProperties
& AttributeProperties.BOOLEAN) != 0)
523
if ((
_currentAttributeProperties
& (AttributeProperties.BOOLEAN | AttributeProperties.URI | AttributeProperties.NAME)) != 0)
525
if ((
_currentAttributeProperties
& AttributeProperties.BOOLEAN) != 0)
531
if ((
_currentAttributeProperties
& (AttributeProperties.URI | AttributeProperties.NAME)) != 0 && !_doNotEscapeUriAttributes)