4 references to AddRange
Microsoft.CodeAnalysis.Workspaces (4)
Workspace\Solution\ProjectState.cs (3)
792
documentStates: DocumentStates.
AddRange
(documents));
801
additionalDocumentStates: AdditionalDocumentStates.
AddRange
(documents));
808
var newAnalyzerConfigDocumentStates = AnalyzerConfigDocumentStates.
AddRange
(documents);
Workspace\Solution\SolutionState.GeneratedFileReplacingCompilationTracker.cs (1)
164
return underlyingGeneratedDocumentStates.
AddRange
(ImmutableArray.Create(_replacedGeneratedDocumentState));