2 writes to GlobPattern
Microsoft.CodeAnalysis.LanguageServer (2)
HostWorkspace\FileWatching\LspFileChangeWatcher.cs (2)
90GlobPattern = new RelativePattern 154GlobPattern = new RelativePattern
4 references to GlobPattern
Microsoft.CodeAnalysis.LanguageServer.UnitTests (4)
LspFileChangeWatcherTests.cs (4)
65Assert.Equal(tempDirectory.Path, watcher.GlobPattern.Second.BaseUri.Second.GetRequiredParsedUri().LocalPath); 66Assert.Equal("**/*", watcher.GlobPattern.Second.Pattern); 96Assert.Equal("Z:\\", watcher.GlobPattern.Second.BaseUri.Second.GetRequiredParsedUri().LocalPath); 97Assert.Equal("SingleFile.txt", watcher.GlobPattern.Second.Pattern);