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