1 write to _workspace
Microsoft.CodeAnalysis.EditorFeatures (1)
Interactive\InteractiveSession.cs (1)
82
_workspace
= workspace;
5 references to _workspace
Microsoft.CodeAnalysis.EditorFeatures (5)
Interactive\InteractiveSession.cs (5)
137
_workspace
.ResetSolution();
201
var metadataService =
_workspace
.Services.GetRequiredService<IMetadataService>();
241
_workspace
.SetCurrentSolution(solution =>
265
_workspace
.OpenDocument(newSubmissionDocumentId, submissionBuffer.AsTextContainer());
297
var metadataService =
_workspace
.Services.GetRequiredService<IMetadataService>();