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