2 references to BuildPaths
Microsoft.CodeAnalysis (1)
CommandLine\CommonCompiler.cs (1)
125
public CommonCompiler(CommandLineParser parser, string? responseFile, string[] args,
BuildPaths
buildPaths, string? additionalReferenceDirectories, IAnalyzerAssemblyLoader assemblyLoader, GeneratorDriverCache? driverCache, ICommonCompilerFileSystem? fileSystem)
Microsoft.CodeAnalysis.CSharp.CommandLine.UnitTests (1)
CommandLineTestBase.cs (1)
62
var
buildPaths = RuntimeUtilities.CreateBuildPaths(workingDirectory, sdkDirectory: SdkDirectory);