3 references to IndexerKindName
Microsoft.CodeAnalysis.CSharp.Features (3)
Completion\CompletionProviders\OperatorsAndIndexer\UnnamedSymbolCompletionProvider.cs (2)
152IndexerKindName => GetIndexerChangeAsync(document, item, cancellationToken), 169IndexerKindName => await GetIndexerDescriptionAsync(document, item, displayOptions, cancellationToken).ConfigureAwait(false),
Completion\CompletionProviders\OperatorsAndIndexer\UnnamedSymbolCompletionProvider_Indexers.cs (1)
17ImmutableDictionary<string, string>.Empty.Add(KindName, IndexerKindName);