2 references to GetComparison
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\TagHelperMatchingConventions.cs (2)
268nameMatches = string.Equals(descriptor.Name, attributeName, descriptor.GetComparison()); 274attributeName.StartsWith(descriptor.Name, descriptor.GetComparison());