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