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