5 references to IsAttributeMatch
Microsoft.AspNetCore.Razor.Language.UnitTests (3)
TagHelperBinderTest.cs (3)
646Assert.True(binding.IsAttributeMatch); 675Assert.True(binding.IsAttributeMatch); 703Assert.False(binding.IsAttributeMatch);
Microsoft.CodeAnalysis.Razor.Workspaces (2)
Hover\HoverFactory.cs (1)
85else if (binding.IsAttributeMatch)
SemanticTokens\SemanticTokensVisitor.cs (1)
531return !binding.IsAttributeMatch;