1 instantiation of MockVsFileChangeEx
Microsoft.VisualStudio.LanguageServices.Test.Utilities2 (1)
MockServiceProvider.vb (1)
30Private ReadOnly _fileChangeEx As New MockVsFileChangeEx
3 references to MockVsFileChangeEx
Microsoft.VisualStudio.LanguageServices.Test.Utilities2 (3)
ProjectSystemShim\Framework\TestEnvironment.vb (3)
207Friend Async Function GetFileChangeServiceAsync() As Task(Of MockVsFileChangeEx) 210Dim mockFileChangeService = Assert.IsType(Of MockVsFileChangeEx)(ServiceProvider.GetService(GetType(SVsFileChangeEx))) 220''' <inheritdoc cref="MockVsFileChangeEx.FireStaleUpdate(String, Action)" />