1 write to _log
NuGet.Commands (1)
RestoreCommand\CompatibilityChecker.cs (1)
35_log = log;
5 references to _log
NuGet.Commands (5)
RestoreCommand\CompatibilityChecker.cs (5)
95await _log.LogAsync(GetErrorMessage(NuGetLogCode.NU1201, issue, graph)); 136await _log.LogAsync(GetErrorMessage(NuGetLogCode.NU1202, issue, graph)); 147await _log.LogAsync(GetErrorMessage(NuGetLogCode.NU1213, issue, graph)); 222await _log.LogAsync(GetErrorMessage(NuGetLogCode.NU1203, issue, graph)); 347await _log.LogAsync(GetErrorMessage(NuGetLogCode.NU1212, issue, graph));