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