6 references to Join
Microsoft.ML.GenAI.LLaMA.Tests (1)
LLaMA3_1Tests.cs (1)
67
var modelWeightFolder = Path.
Join
("Llama-3.1");
Microsoft.ML.GenAI.Phi.Tests (2)
Phi2Tests.cs (1)
43
var modelWeightFolder = Path.
Join
("Phi-2");
Phi3Tests.cs (1)
118
var modelWeightFolder = Path.
Join
("Llama");
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, "..", "..", "..", "..", "..");