2 references to BuildCommandLine
aspire (2)
Processes\WindowsProcessInterop.cs (2)
312/// <param name="arguments">Arguments to pass to the child. Quoted via <see cref="BuildCommandLine"/>.</param> 448var commandLine = BuildCommandLine(fileName, arguments);