6 references to FindCaseInsensitiveString
dotnet-svcutil-lib (6)
FrameworkFork\Microsoft.Xml\Xml\Core\HtmlEncodedRawTextWriter.cs (3)
135currentElementProperties = (ElementProperties)elementPropertySearch.FindCaseInsensitiveString(localName); 331_currentAttributeProperties = (AttributeProperties)attributePropertySearch.FindCaseInsensitiveString(localName) & 868base.currentElementProperties = (ElementProperties)elementPropertySearch.FindCaseInsensitiveString(localName);
FrameworkFork\Microsoft.Xml\Xml\Core\HtmlUtf8RawTextWriter.cs (3)
134currentElementProperties = (ElementProperties)elementPropertySearch.FindCaseInsensitiveString(localName); 330_currentAttributeProperties = (AttributeProperties)attributePropertySearch.FindCaseInsensitiveString(localName) & 864base.currentElementProperties = (ElementProperties)elementPropertySearch.FindCaseInsensitiveString(localName);