3 references to SuffixMatch
Microsoft.CodeAnalysis.Razor.Compiler (3)
CSharp\RequiredAttributeParser.cs (1)
23['$'] = RequiredAttributeValueComparison.SuffixMatch
Language\TagHelperMatchingConventions.cs (1)
292case RequiredAttributeValueComparison.SuffixMatch: // Value ends with
Language\TagMatchingRuleDescriptor.cs (1)
104var suffix when attribute.ValueComparison == RequiredAttributeValueComparison.SuffixMatch => $"$={suffix}",