12 references to Second
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\WorkDoneProgress\WorkDoneProgressCancelledHandler.cs (1)
28manager.CancelWorkDoneProgress(request.Token.Second);
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (5)
Completion\CompletionResolveTests.cs (2)
281""", results.Documentation.Value.Second.Value); 340""".NormalizeLineEndings(), results.Documentation.Value.Second.Value.NormalizeLineEndings());
Diagnostics\AbstractPullDiagnosticTestsBase.cs (1)
289return [new TestDiagnosticResult(vsTextDocumentIdentifier, diagnostics.Second.ResultId!, null)];
Diagnostics\PullDiagnosticTests.cs (2)
803var firstDiagnostic = AssertEx.Single(firstResult.Diagnostics!.Where(d => d.Code!.Value.Second == "CS0246")); 819var secondDiagnostic = AssertEx.Single(secondResult.Diagnostics!.Where(d => d.Code!.Value.Second == "CS0246"));
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); 97Assert.Equal(tempDirectory.Path, watcher.GlobPattern.Second.BaseUri.Second.GetRequiredParsedUri().LocalPath); 98Assert.Equal("SingleFile.txt", watcher.GlobPattern.Second.Pattern);