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