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)
334if ((_currentAttributeProperties & AttributeProperties.BOOLEAN) != 0) 360if ((_currentAttributeProperties & AttributeProperties.BOOLEAN) != 0) 523if ((_currentAttributeProperties & (AttributeProperties.BOOLEAN | AttributeProperties.URI | AttributeProperties.NAME)) != 0) 525if ((_currentAttributeProperties & AttributeProperties.BOOLEAN) != 0) 531if ((_currentAttributeProperties & (AttributeProperties.URI | AttributeProperties.NAME)) != 0 && !_doNotEscapeUriAttributes)