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