1 write to _match
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Intermediate\TagHelperDirectiveAttributeIntermediateNode.cs (1)
29
_match
= match;
2 references to _match
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\Intermediate\TagHelperDirectiveAttributeIntermediateNode.cs (2)
18
public bool IsIndexerNameMatch =>
_match
.IsIndexerMatch;
20
public BoundAttributeDescriptor BoundAttribute =>
_match
.Attribute;