Implemented interface member:
method
CreateContext
Microsoft.CodeAnalysis.ProjectSystem.IFileChangeWatcher.CreateContext(System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.ProjectSystem.WatchedDirectory>)
2 references to CreateContext
Microsoft.CodeAnalysis.LanguageServer.UnitTests (2)
LspFileChangeWatcherTests.cs (2)
60var context = lspFileChangeWatcher.CreateContext([new ProjectSystem.WatchedDirectory(tempDirectory.Path, extensionFilters: [])]); 90var context = lspFileChangeWatcher.CreateContext([]);