4 writes to _solution
Microsoft.CodeAnalysis.Features (4)
EditAndContinue\CommittedSolution.cs (4)
112
_solution
= solution;
300
_solution
= _solution.AddDocument(DocumentInfo.Create(
321
_solution
= _solution.WithDocumentText(documentId, matchingSourceText, PreservationMode.PreserveValue);
466
_solution
= solution;
11 references to _solution
Microsoft.CodeAnalysis.Features (11)
EditAndContinue\CommittedSolution.cs (11)
67
/// Tracks stale projects. Changes in these projects are ignored and their representation in the <see cref="
_solution
"/> does not match the binaries on disk.
136
=>
_solution
== solution;
139
=>
_solution
.GetProject(id);
142
=>
_solution
.GetRequiredProject(id);
153
=>
_solution
.GetDocumentIdsWithFilePath(path);
156
=>
_solution
.ContainsDocument(documentId);
173
solution =
_solution
;
297
Debug.Assert(
_solution
.ContainsProject(documentId.ProjectId));
300
_solution =
_solution
.AddDocument(DocumentInfo.Create(
321
_solution =
_solution
.WithDocumentText(documentId, matchingSourceText, PreservationMode.PreserveValue);
322
matchingDocument =
_solution
.GetDocument(documentId);