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)
18
public bool IsIndexerNameMatch =>
_match
.IsIndexerMatch;
20
public BoundAttributeParameterDescriptor BoundAttributeParameter =>
_match
.Parameter.AssumeNotNull();