4 references to RemovePrefix
dotnet (3)
Commands\Test\VSTest\TestCommand.cs (2)
327
propertyName = propertyKeyValue.key.
RemovePrefix
().Substring("property:".Length);
332
propertyName = propertyKeyValue.key.
RemovePrefix
().Substring("p:".Length);
Telemetry\TopLevelCommandNameAndOptionToLog.cs (1)
38
{ option.Name.
RemovePrefix
(), Stringify(optionValue) }
Microsoft.TemplateEngine.Cli (1)
SymbolExtensions.cs (1)
20
cliOption.HelpName = cliOption.Name.
RemovePrefix
();