4 writes to _solution
Microsoft.CodeAnalysis.Features (4)
EditAndContinue\CommittedSolution.cs (4)
115_solution = solution; 298_solution = _solution.AddDocument(DocumentInfo.Create( 319_solution = _solution.WithDocumentText(documentId, matchingSourceText, PreservationMode.PreserveValue); 462_solution = solution;
11 references to _solution
Microsoft.CodeAnalysis.Features (11)
EditAndContinue\CommittedSolution.cs (11)
68/// Tracks stale projects. Changes in these projects are ignored and their representation in the <see cref="_solution"/> does not match the binaries on disk. 139=> _solution == solution; 142=> _solution.GetProject(id); 145=> _solution.GetRequiredProject(id); 151=> _solution.GetDocumentIdsWithFilePath(path); 154=> _solution.ContainsDocument(documentId); 171solution = _solution; 295Debug.Assert(_solution.ContainsProject(documentId.ProjectId)); 298_solution = _solution.AddDocument(DocumentInfo.Create( 319_solution = _solution.WithDocumentText(documentId, matchingSourceText, PreservationMode.PreserveValue); 320matchingDocument = _solution.GetDocument(documentId);