1 implementation of IndexerMemberCref
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxKinds.cs (1)
183public int? IndexerMemberCref => (int)SyntaxKind.IndexerMemberCref;
1 reference to IndexerMemberCref
Microsoft.CodeAnalysis.CodeStyle (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Services\SyntaxFacts\ISyntaxFactsExtensions.cs (1)
1023=> node?.RawKind == syntaxFacts.SyntaxKinds.IndexerMemberCref;