1 write to _match
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Intermediate\TagHelperPropertyIntermediateNode.cs (1)
24
_match
= match;
2 references to _match
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\Intermediate\TagHelperPropertyIntermediateNode.cs (2)
15
public bool IsIndexerNameMatch =>
_match
.IsIndexerMatch;
17
public BoundAttributeDescriptor BoundAttribute =>
_match
.Attribute;