1 instantiation of Log
Microsoft.DotNet.Build.Tasks.TargetFramework (1)
src\Common\Internal\BuildTask.cs (1)
18
get { return _log ??= new
Log
(new TaskLoggingHelper(this)); }
3 references to Log
Microsoft.DotNet.Build.Tasks.TargetFramework (3)
ChooseBestP2PTargetFrameworkTask.cs (1)
111
private static bool TryParseFramework(string targetFrameworkMoniker, string? targetPlatformMoniker, string errorMessage,
Log
logger, out NuGetFramework nugetFramework)
src\Common\Internal\BuildTask.cs (2)
14
private
Log
_log = null;
16
internal
Log
Log