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