1 write to _workspace
Microsoft.VisualStudio.LanguageServices.Test.Utilities2 (1)
CodeModel\Mocks\MockVisualStudioWorkspace.vb (1)
37_workspace = testWorkspace
10 references to _workspace
Microsoft.VisualStudio.LanguageServices.Test.Utilities2 (10)
CodeModel\Mocks\MockVisualStudioWorkspace.vb (10)
45Return _workspace.CanApplyChange(feature) 49Assert.True(_workspace.TryApplyChanges(_workspace.CurrentSolution.WithDocumentText(documentId, newText))) 50SetCurrentSolutionEx(_workspace.CurrentSolution) 54_workspace.CloseDocument(documentId) 55SetCurrentSolutionEx(_workspace.CurrentSolution) 59Assert.True(_workspace.TryApplyChanges(_workspace.CurrentSolution.RemoveDocument(documentId))) 60SetCurrentSolutionEx(_workspace.CurrentSolution) 64Return New MockInvisibleEditor(documentId, _workspace)