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