2 references to s_exePath
Microsoft.VisualBasic.IntegrationTests (2)
InteractionTests.cs (2)
91int processId = Interaction.Shell(s_exePath); 116ProcessStartInfo startInfo = new() { FileName = s_exePath, Arguments = arguments };