4 references to GetExePath
Microsoft.VisualBasic.IntegrationTests (4)
InteractionTests.cs (1)
112private static readonly string s_exePath = TestHelpers.GetExePath("VisualBasicRuntimeTest");
Microsoft\VisualBasic\ApplicationServices\WindowsFormsApplicationBaseTests.cs (2)
14string exePath = TestHelpers.GetExePath("VisualBasicRuntimeTest"); 24string exePath = TestHelpers.GetExePath("VisualBasicRuntimeTest");
Microsoft\VisualBasic\MyServices\Internal\ProgressDialogTests.cs (1)
13string exePath = TestHelpers.GetExePath("VisualBasicRuntimeTest");