Searched refs:sourcePath (Results 1 – 2 of 2) sorted by relevance
19 public string Compile(string sourcePath) in Compile() argument48 parameters.Add(sourcePath); in Compile()
22 public string Compile(string sourcePath) in Compile() argument29 var sourceCode = File.ReadAllText(sourcePath); in Compile()