6 references to RemovePrefix
dotnet (3)
Commands\Test\VSTest\TestCommand.cs (2)
353propertyName = propertyKeyValue.key.RemovePrefix().Substring("property:".Length); 358propertyName = propertyKeyValue.key.RemovePrefix().Substring("p:".Length);
Telemetry\TopLevelCommandNameAndOptionToLog.cs (1)
34{ optionName.RemovePrefix(), Stringify(optionValue) }
dotnet-aot (2)
src\sdk\src\Cli\dotnet\Telemetry\TopLevelCommandNameAndOptionToLog.cs (1)
34{ optionName.RemovePrefix(), Stringify(optionValue) }
src\sdk\src\Cli\Microsoft.TemplateEngine.Cli\SymbolExtensions.cs (1)
20cliOption.HelpName = cliOption.Name.RemovePrefix();
Microsoft.TemplateEngine.Cli (1)
SymbolExtensions.cs (1)
20cliOption.HelpName = cliOption.Name.RemovePrefix();