4 references to TryGetFirstBoundAttributeMatch
Microsoft.CodeAnalysis.Razor.Compiler (4)
Language\Legacy\TagHelperBlockRewriter.cs (2)
479if (TagHelperMatchingConventions.TryGetFirstBoundAttributeMatch(tagHelper, name, out var match)) 505if (TagHelperMatchingConventions.TryGetFirstBoundAttributeMatch(tagHelper, name, out var match))
Language\TagHelperMatchingConventions.cs (2)
187if (TryGetFirstBoundAttributeMatch(tagHelper, name, out _)) 213if (TryGetFirstBoundAttributeMatch(tagHelper, name, out var match))