7 references to g_StarterProject
dotnet-svcutil-lib.Tests (7)
TestInit.cs (7)
98CopyProject(g_StarterProject, this_TestGroupProjDir, fileName); 167Assert.True(File.Exists(g_StarterProject.FullPath), $"{nameof(g_StarterProject)} is not initialized!"); 256var project = (sdkVersion == null || g_StarterProject.SdkVersion == sdkVersion) ? g_StarterProject : this_TestGroupProject; 257var projectPath = CopyProject(g_StarterProject, this_TestCaseOutputDir, testCaseName); 263this_TestCaseProject = g_StarterProject;