1 write to _workspace
Microsoft.VisualStudio.LanguageServices.Test.Utilities2 (1)
CodeModel\Mocks\MockVisualStudioWorkspace.vb (1)
38_workspace = testWorkspace
10 references to _workspace
Microsoft.VisualStudio.LanguageServices.Test.Utilities2 (10)
CodeModel\Mocks\MockVisualStudioWorkspace.vb (10)
46Return _workspace.CanApplyChange(feature) 50Assert.True(_workspace.TryApplyChanges(_workspace.CurrentSolution.WithDocumentText(documentId, newText))) 51SetCurrentSolutionEx(_workspace.CurrentSolution) 55_workspace.CloseDocument(documentId) 56SetCurrentSolutionEx(_workspace.CurrentSolution) 60Assert.True(_workspace.TryApplyChanges(_workspace.CurrentSolution.RemoveDocument(documentId))) 61SetCurrentSolutionEx(_workspace.CurrentSolution) 65Return New MockInvisibleEditor(documentId, _workspace)