1 write to _match
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Intermediate\TagHelperDirectiveAttributeParameterIntermediateNode.cs (1)
28_match = match;
2 references to _match
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\Intermediate\TagHelperDirectiveAttributeParameterIntermediateNode.cs (2)
18public bool IsIndexerNameMatch => _match.IsIndexerMatch; 20public BoundAttributeParameterDescriptor BoundAttributeParameter => _match.Parameter.AssumeNotNull();