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