4 references to IsIndexerNameMatch
Microsoft.CodeAnalysis.Razor.Compiler (4)
Language\Extensions\DefaultTagHelperPropertyIntermediateNode.cs (1)
28IsIndexerNameMatch = propertyNode.IsIndexerNameMatch;
Language\Intermediate\TagHelperPropertyIntermediateNode.cs (2)
37formatter.WriteProperty(nameof(IsIndexerNameMatch), IsIndexerNameMatch.ToString());
Mvc\ModelExpressionPass.cs (1)
39(node.IsIndexerNameMatch &&