1 write to RepoRootPath
System.Windows.Forms.Analyzers.Tests (1)
CurrentReferences.cs (1)
43
RepoRootPath
= rootFolderPath;
3 references to RepoRootPath
System.Windows.Forms.Analyzers.Tests (3)
CurrentReferences.cs (3)
59
WinFormsRefPath = Path.Join(
RepoRootPath
, "artifacts", "obj", "System.Windows.Forms", configuration, tfm, "ref", "System.Windows.Forms.dll");
62
string netCoreAppRefPath = Path.Join(
RepoRootPath
, ".dotnet", "packs", RefPackageName);
75
.WithNuGetConfigFilePath(Path.Join(
RepoRootPath
, "NuGet.Config"));