6 references to FindCaseInsensitiveString
System.Xml (6)
System\Xml\Core\HtmlEncodedRawTextWriter.cs (3)
157currentElementProperties = (ElementProperties)elementPropertySearch.FindCaseInsensitiveString( localName ); 338currentAttributeProperties = (AttributeProperties)attributePropertySearch.FindCaseInsensitiveString( localName ) & 810base.currentElementProperties = (ElementProperties)elementPropertySearch.FindCaseInsensitiveString( localName );
System\Xml\Core\HtmlUtf8RawTextWriter.cs (3)
157currentElementProperties = (ElementProperties)elementPropertySearch.FindCaseInsensitiveString( localName ); 338currentAttributeProperties = (AttributeProperties)attributePropertySearch.FindCaseInsensitiveString( localName ) & 810base.currentElementProperties = (ElementProperties)elementPropertySearch.FindCaseInsensitiveString( localName );