3 references to CodeLensHandler
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\CodeLens\CodeLensHandler.cs (1)
23
[ExportCSharpVisualBasicStatelessLspService(typeof(
CodeLensHandler
)), Shared]
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (2)
CodeLens\AbstractCodeLensTests.cs (2)
71
.Where(actualCodeLens => actualCodeLens.Command != null && actualCodeLens.Command.CommandIdentifier ==
CodeLensHandler
.RunTestsCommandIdentifier);
91
Assert.All(actualCodeLenses, actualCodeLens => Assert.NotEqual(
CodeLensHandler
.RunTestsCommandIdentifier, actualCodeLens.Command?.CommandIdentifier));