6 references to RunTestsCommandIdentifier
Microsoft.CodeAnalysis.LanguageServer.Protocol (4)
Handler\CodeLens\CodeLensHandler.cs (4)
151CommandIdentifier = RunTestsCommandIdentifier, 162CommandIdentifier = RunTestsCommandIdentifier, 181CommandIdentifier = RunTestsCommandIdentifier, 192CommandIdentifier = 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));