4 writes to IsIndexerNameMatch
Microsoft.AspNetCore.Razor.Language.UnitTests (3)
Extensions\PreallocatedAttributeTargetExtensionTest.cs (3)
204IsIndexerNameMatch = true, 258IsIndexerNameMatch = true, 268IsIndexerNameMatch = true,
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Extensions\PreallocatedTagHelperPropertyIntermediateNode.cs (1)
29IsIndexerNameMatch = propertyNode.IsIndexerNameMatch;
6 references to IsIndexerNameMatch
Microsoft.CodeAnalysis.Razor.Compiler (6)
Language\Extensions\PreallocatedAttributeTargetExtension.cs (4)
96if (node.IsIndexerNameMatch && 139Debug.Assert(propertyNode.IsIndexerNameMatch); 146otherPropertyNode.IsIndexerNameMatch) 160if (node.IsIndexerNameMatch)
Language\Extensions\PreallocatedTagHelperPropertyIntermediateNode.cs (2)
92formatter.WriteProperty(nameof(IsIndexerNameMatch), IsIndexerNameMatch.ToString());