4 references to Join
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\IO\Path.cs (1)
532
return
Join
((ReadOnlySpan<string?>)paths);
System.Windows.Forms.Analyzers.Tests (1)
CurrentReferences.cs (1)
59
WinFormsRefPath = Path.
Join
(RepoRootPath, "artifacts", "obj", "System.Windows.Forms", configuration, tfm, "ref", "System.Windows.Forms.dll");
System.Windows.Forms.Tests (2)
System\Windows\Forms\RichTextBoxTests.cs (2)
10681
string projectDirectory = Path.
Join
(AppDomain.CurrentDomain.BaseDirectory, "..", "..", "..", "..", "..");
10711
string projectDirectory = Path.
Join
(AppDomain.CurrentDomain.BaseDirectory, "..", "..", "..", "..", "..");