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