7 references to Second
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\WorkDoneProgress\WorkDoneProgressCancelledHandler.cs (1)
28manager.CancelWorkDoneProgress(request.Token.Second);
Microsoft.CodeAnalysis.LanguageServer.UnitTests (6)
LspFileChangeWatcherTests.cs (6)
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);