2 references to IBinLogPathProvider
Microsoft.CodeAnalysis.Workspaces.MSBuild (2)
MSBuild\BuildHostProcessManager.cs (2)
28
private readonly
IBinLogPathProvider
? _binaryLogPathProvider;
36
public BuildHostProcessManager(ImmutableDictionary<string, string>? globalMSBuildProperties = null,
IBinLogPathProvider
? binaryLogPathProvider = null, ILoggerFactory? loggerFactory = null)