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(); 200var metadataService = _workspace.Services.GetRequiredService<IMetadataService>(); 240_workspace.SetCurrentSolution(solution => 264_workspace.OpenDocument(newSubmissionDocumentId, submissionBuffer.AsTextContainer()); 296var metadataService = _workspace.Services.GetRequiredService<IMetadataService>();