1 write to Bound
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\TagHelperAttributeInfo.cs (1)
20Bound = bound;
15 references to Bound
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Syntax\SyntaxSerializer.cs (1)
149WriteValue($"{Separator}{info.Name}{Separator}{info.AttributeStructure}{Separator}{(info.Bound ? "Bound" : "Unbound")}");
Microsoft.CodeAnalysis.Razor.Workspaces (14)
Formatting\FormattingVisitor.cs (2)
319if (attribute.TagHelperAttributeInfo.Bound) 453if (node.Parent is MarkupTagHelperDirectiveAttributeSyntax { TagHelperAttributeInfo.Bound: true })
Formatting\Passes\CSharpOnTypeFormattingPass.cs (8)
507if (owner is MarkupTagHelperAttributeSyntax { TagHelperAttributeInfo.Bound: true } or 508MarkupTagHelperDirectiveAttributeSyntax { TagHelperAttributeInfo.Bound: true } or 509MarkupMinimizedTagHelperAttributeSyntax { TagHelperAttributeInfo.Bound: true } or 510MarkupMinimizedTagHelperDirectiveAttributeSyntax { TagHelperAttributeInfo.Bound: true }) 1005Parent: MarkupTagHelperAttributeSyntax { TagHelperAttributeInfo.Bound: true } or 1006MarkupTagHelperDirectiveAttributeSyntax { TagHelperAttributeInfo.Bound: true } or 1007MarkupMinimizedTagHelperAttributeSyntax { TagHelperAttributeInfo.Bound: true } or 1008MarkupMinimizedTagHelperDirectiveAttributeSyntax { TagHelperAttributeInfo.Bound: true }
SemanticTokens\SemanticTokensVisitor.cs (4)
348if (node.TagHelperAttributeInfo.Bound) 364if (node.TagHelperAttributeInfo.Bound) 402if (node.TagHelperAttributeInfo.Bound) 430if (node.TagHelperAttributeInfo.Bound)