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