1 write to _workspace
Microsoft.CodeAnalysis.EditorFeatures (1)
Interactive\InteractiveSession.cs (1)
88
_workspace
= workspace;
5 references to _workspace
Microsoft.CodeAnalysis.EditorFeatures (5)
Interactive\InteractiveSession.cs (5)
126
_workspace
.ResetSolution();
187
var metadataService =
_workspace
.Services.GetRequiredService<IMetadataService>();
227
_workspace
.SetCurrentSolution(solution =>
251
_workspace
.OpenDocument(newSubmissionDocumentId, submissionBuffer.AsTextContainer());
283
var metadataService =
_workspace
.Services.GetRequiredService<IMetadataService>();