6 references to RunTestsCommandIdentifier
Microsoft.CodeAnalysis.LanguageServer.Protocol (4)
Handler\CodeLens\CodeLensHandler.cs (4)
149CommandIdentifier = RunTestsCommandIdentifier, 160CommandIdentifier = RunTestsCommandIdentifier, 179CommandIdentifier = RunTestsCommandIdentifier, 190CommandIdentifier = RunTestsCommandIdentifier,
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (2)
CodeLens\AbstractCodeLensTests.cs (2)
71.Where(actualCodeLens => actualCodeLens.Command != null && actualCodeLens.Command.CommandIdentifier == CodeLensHandler.RunTestsCommandIdentifier); 91Assert.All(actualCodeLenses, actualCodeLens => Assert.NotEqual(CodeLensHandler.RunTestsCommandIdentifier, actualCodeLens.Command?.CommandIdentifier));