13 references to MultiAdd
Microsoft.CodeAnalysis.CSharp.Features (2)
ConvertToExtension\ConvertToExtensionCodeRefactoringProvider.cs (1)
135map.MultiAdd(extensionInfo.Value, extensionInfo.Value);
src\Analyzers\CSharp\Analyzers\UseSimpleUsingStatement\UseSimpleUsingStatementDiagnosticAnalyzer.cs (1)
146symbolNameToExistingSymbol.MultiAdd(symbol.Name, symbol);
Microsoft.CodeAnalysis.Features (9)
CodeFixes\Service\CodeFixService.cs (2)
904mutableMap.MultiAdd(id, fixer); 991builder.MultiAdd(id, fixer);
EditAndContinue\DebuggingSession.cs (2)
727documentIndicesByMappedPath.MultiAdd(document.FilePath, (documentId.ProjectId, i)); 796activeStatementsInChangedDocuments.MultiAdd(oldDocumentActiveStatements[i].Statement, (analysis.DocumentId, analysis.ActiveStatements[i].Span));
EditAndContinue\EditSession.cs (1)
1382diagnosticBuilders.MultiAdd(documentId.ProjectId, diagnostic);
EditAndContinue\EmitSolutionUpdateResults.cs (3)
254projectsToRebuildBuilder.MultiAdd(ancestor, projectId); 265projectsToRebuildBuilder.MultiAdd(projectId, projectId); 275projectsToRebuildBuilder.MultiAdd(projectId, projectId);
EmbeddedLanguages\AbstractEmbeddedLanguageFeatureService.cs (1)
68map.MultiAdd(identifier, featureProvider);
Microsoft.CodeAnalysis.Workspaces (2)
LanguageServices\FixAllSpanMappingService\AbstractFixAllSpanMappingService.cs (1)
59builder.MultiAdd(documentForLocation, partialDeclSpan.Value);
Workspace\Solution\SolutionCompilationState.cs (1)
1729missingDocumentStates.MultiAdd(documentId.ProjectId, newDocumentState);