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)
15public bool IsIndexerNameMatch => _match.IsIndexerMatch; 17public BoundAttributeDescriptor BoundAttribute => _match.Attribute;