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);
171
solution =
_solution
;
295
Debug.Assert(
_solution
.ContainsProject(documentId.ProjectId));
298
_solution =
_solution
.AddDocument(DocumentInfo.Create(
319
_solution =
_solution
.WithDocumentText(documentId, matchingSourceText, PreservationMode.PreserveValue);
320
matchingDocument =
_solution
.GetDocument(documentId);