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