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