3 references to IndexerKindName
Microsoft.CodeAnalysis.CSharp.Features (3)
Completion\CompletionProviders\OperatorsAndIndexer\UnnamedSymbolCompletionProvider.cs (2)
151IndexerKindName => GetIndexerChangeAsync(document, item, cancellationToken), 168IndexerKindName => await GetIndexerDescriptionAsync(document, item, displayOptions, cancellationToken).ConfigureAwait(false),
Completion\CompletionProviders\OperatorsAndIndexer\UnnamedSymbolCompletionProvider_Indexers.cs (1)
19[KeyValuePairUtil.Create(KindName, IndexerKindName)];