1 instantiation of Loggers
Microsoft.DotNet.HotReload.Watch (1)
Build\BuildReporter.cs (1)
21
=>
new
(logger, environmentOptions.GetBinLogPath(projectPath, operationName, options));
2 references to Loggers
Microsoft.DotNet.HotReload.Watch (2)
Build\BuildReporter.cs (1)
20
public
Loggers
GetLoggers(string projectPath, string operationName)
Build\ProjectBuildManager.cs (1)
43
using
var
loggers = BuildReporter.GetLoggers(buildRequests[0].ProjectFullPath, operationName);