4 references to Join
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\IO\Path.cs (1)
532return Join((ReadOnlySpan<string?>)paths);
System.Windows.Forms.Analyzers.Tests (1)
CurrentReferences.cs (1)
59WinFormsRefPath = 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)
10681string projectDirectory = Path.Join(AppDomain.CurrentDomain.BaseDirectory, "..", "..", "..", "..", ".."); 10711string projectDirectory = Path.Join(AppDomain.CurrentDomain.BaseDirectory, "..", "..", "..", "..", "..");