6 references to RemovePrefix
dotnet (3)
Commands\Test\VSTest\TestCommand.cs (2)
353
propertyName = propertyKeyValue.key.
RemovePrefix
().Substring("property:".Length);
358
propertyName = 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)
20
cliOption.HelpName = cliOption.Name.
RemovePrefix
();
Microsoft.TemplateEngine.Cli (1)
SymbolExtensions.cs (1)
20
cliOption.HelpName = cliOption.Name.
RemovePrefix
();