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);
159
solution =
_solution
;
283
Debug.Assert(
_solution
.ContainsProject(documentId.ProjectId));
286
_solution =
_solution
.AddDocument(DocumentInfo.Create(
307
_solution =
_solution
.WithDocumentText(documentId, matchingSourceText, PreservationMode.PreserveValue);
308
matchingDocument =
_solution
.GetDocument(documentId);