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