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(); 187var metadataService = _workspace.Services.GetRequiredService<IMetadataService>(); 227_workspace.SetCurrentSolution(solution => 251_workspace.OpenDocument(newSubmissionDocumentId, submissionBuffer.AsTextContainer()); 283var metadataService = _workspace.Services.GetRequiredService<IMetadataService>();