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