7 references to Second
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\WorkDoneProgress\WorkDoneProgressCancelledHandler.cs (1)
28
manager.CancelWorkDoneProgress(request.Token.
Second
);
Microsoft.CodeAnalysis.LanguageServer.UnitTests (6)
LspFileChangeWatcherTests.cs (6)
65
Assert.Equal(tempDirectory.Path, watcher.GlobPattern.
Second
.BaseUri.
Second
.GetRequiredParsedUri().LocalPath);
66
Assert.Equal("**/*", watcher.GlobPattern.
Second
.Pattern);
96
Assert.Equal("Z:\\", watcher.GlobPattern.
Second
.BaseUri.
Second
.GetRequiredParsedUri().LocalPath);
97
Assert.Equal("SingleFile.txt", watcher.GlobPattern.
Second
.Pattern);