3 references to Join
System.Windows.Forms (1)
System\Windows\Forms\Application.cs (1)
1148string path = Path.Join(basePath, CompanyName, ProductName, ProductVersion);
System.Windows.Forms.Analyzers.Tests (2)
CurrentReferences.cs (2)
62string netCoreAppRefPath = Path.Join(RepoRootPath, ".dotnet", "packs", RefPackageName); 101string sdkFolderPath = Path.Join(rootFolderPath, ".dotnet", "sdk", version);