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)
333if ((_currentAttributeProperties & AttributeProperties.BOOLEAN) != 0) 359if ((_currentAttributeProperties & AttributeProperties.BOOLEAN) != 0) 522if ((_currentAttributeProperties & (AttributeProperties.BOOLEAN | AttributeProperties.URI | AttributeProperties.NAME)) != 0) 524if ((_currentAttributeProperties & AttributeProperties.BOOLEAN) != 0) 530if ((_currentAttributeProperties & (AttributeProperties.URI | AttributeProperties.NAME)) != 0 && !_doNotEscapeUriAttributes)