5 references to GetAttributeMatches
Microsoft.CodeAnalysis.Razor.Compiler (5)
Language\DefaultTagHelperResolutionPhase.ComponentTagHelperResolver.cs (2)
146
TagHelperMatchingConventions.
GetAttributeMatches
(binding.TagHelpers, attributeName, ref matches.AsRef());
850
TagHelperMatchingConventions.
GetAttributeMatches
(binding.TagHelpers, attributeName, ref matches.AsRef());
Language\DefaultTagHelperResolutionPhase.LegacyTagHelperResolver.cs (2)
121
TagHelperMatchingConventions.
GetAttributeMatches
(binding.TagHelpers, attributeName, ref matches.AsRef());
271
TagHelperMatchingConventions.
GetAttributeMatches
(binding.TagHelpers, attributeName, ref matches.AsRef());
Language\TagHelperMatchingConventions.cs (1)
181
/// Use this instead of <see cref="
GetAttributeMatches
"/> when only existence is needed.