3 references to StripQuotes
aspire (3)
Projects\DotNetAppHostProject.cs (3)
610
var start =
StripQuotes
(startDirectoryArg).Trim();
948
var start =
StripQuotes
(startDirectoryArg).Trim();
1099
var anchorFileName = anchorArg is null ? string.Empty :
StripQuotes
(anchorArg).Trim();