1 write to _workspace
Microsoft.CodeAnalysis.EditorFeatures (1)
Interactive\InteractiveSession.cs (1)
81
_workspace
= workspace;
5 references to _workspace
Microsoft.CodeAnalysis.EditorFeatures (5)
Interactive\InteractiveSession.cs (5)
136
_workspace
.ResetSolution();
200
var metadataService =
_workspace
.Services.GetRequiredService<IMetadataService>();
240
_workspace
.SetCurrentSolution(solution =>
264
_workspace
.OpenDocument(newSubmissionDocumentId, submissionBuffer.AsTextContainer());
296
var metadataService =
_workspace
.Services.GetRequiredService<IMetadataService>();