21 references to MultiDictionary
Microsoft.CodeAnalysis.CSharp.Features (3)
ConvertPrimaryToRegularConstructor\ConvertPrimaryToRegularConstructorCodeRefactoringProvider.cs (1)
142
var result = new
MultiDictionary
<IParameterSymbol, IdentifierNameSyntax>();
Snippets\AbstractCSharpForLoopSnippetProvider.cs (1)
92
var placeholderBuilder = new
MultiDictionary
<string, int>();
src\Analyzers\CSharp\CodeFixes\AssignOutParameters\AbstractAssignOutParametersCodeFixProvider.cs (1)
104
var result = new
MultiDictionary
<SyntaxNode, (SyntaxNode exprOrStatement, ImmutableArray<IParameterSymbol>)>();
Microsoft.CodeAnalysis.EditorFeatures (1)
IntelliSense\AsyncCompletion\CompletionSource.cs (1)
578
var map = new
MultiDictionary
<char, RoslynCompletionItem>();
Microsoft.CodeAnalysis.Features (11)
Completion\Providers\ImportCompletionProvider\ExtensionMethodImportCompletionHelper.SymbolComputer.cs (3)
352
var builder = new
MultiDictionary
<ITypeSymbol, IMethodSymbol>();
432
var results = new
MultiDictionary
<string, (string, string)>();
457
var results = new
MultiDictionary
<string, (string, string)>();
DocumentHighlighting\AbstractDocumentHighlightsService.cs (1)
210
var tagMap = new
MultiDictionary
<Document, HighlightSpan>();
ExtractMethod\MethodExtractor.Analyzer.cs (1)
285
var symbolMap = new
MultiDictionary
<ISymbol, SyntaxToken>();
ExtractMethod\MethodExtractor.CodeGenerator.cs (1)
388
var annotations = new
MultiDictionary
<SyntaxToken, SyntaxAnnotation>();
ExtractMethod\MethodExtractor.cs (1)
173
var tokenMap = new
MultiDictionary
<SyntaxToken, SyntaxAnnotation>();
NavigateTo\AbstractNavigateToSearchService.NormalSearch.cs (1)
118
var documentToTextSpans = new
MultiDictionary
<Document, TextSpan>();
ReplaceMethodWithProperty\ReplaceMethodWithPropertyCodeRefactoringProvider.cs (1)
450
var result = new
MultiDictionary
<DocumentId, IMethodSymbol>();
ReplacePropertyWithMethods\ReplacePropertyWithMethodsCodeRefactoringProvider.cs (1)
320
var result = new
MultiDictionary
<DocumentId, IPropertySymbol>();
SpellCheck\AbstractSpellCheckCodeFixProvider.cs (1)
153
var results = new
MultiDictionary
<double, string>();
Microsoft.CodeAnalysis.Workspaces (5)
FindSymbols\FindReferences\DependentTypeFinder_ProjectIndex.cs (4)
69
var classesThatMayDeriveFromSystemObject = new
MultiDictionary
<DocumentId, DeclaredSymbolInfo>();
70
var valueTypes = new
MultiDictionary
<DocumentId, DeclaredSymbolInfo>();
71
var enums = new
MultiDictionary
<DocumentId, DeclaredSymbolInfo>();
72
var delegates = new
MultiDictionary
<DocumentId, DeclaredSymbolInfo>();
FindSymbols\SymbolTree\SymbolTreeInfo_Metadata.cs (1)
323
var receiverTypeNameToExtensionMethodMap = new
MultiDictionary
<string, ExtensionMethodInfo>();
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\VisualStudioWorkspaceImpl.cs (1)
646
var filePathToMappedTextChanges = new
MultiDictionary
<string, (TextChange TextChange, ProjectId ProjectId)>();