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