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