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