3 writes to _solution
Microsoft.CodeAnalysis.Features (3)
EditAndContinue\CommittedSolution.cs (3)
286_solution = _solution.AddDocument(DocumentInfo.Create( 307_solution = _solution.WithDocumentText(documentId, matchingSourceText, PreservationMode.PreserveValue); 389_solution = solution;
10 references to _solution
Microsoft.CodeAnalysis.Features (10)
EditAndContinue\CommittedSolution.cs (10)
66/// Tracks stale projects. Changes in these projects are ignored and their representation in the <see cref="_solution"/> does not match the binaries on disk. 130=> _solution.GetProject(id); 133=> _solution.GetRequiredProject(id); 139=> _solution.GetDocumentIdsWithFilePath(path); 142=> _solution.ContainsDocument(documentId); 159solution = _solution; 283Debug.Assert(_solution.ContainsProject(documentId.ProjectId)); 286_solution = _solution.AddDocument(DocumentInfo.Create( 307_solution = _solution.WithDocumentText(documentId, matchingSourceText, PreservationMode.PreserveValue); 308matchingDocument = _solution.GetDocument(documentId);