5 references to EnableBinaryLogger
NuGet.Build.Tasks (4)
RestoreTaskEx.cs (4)
101bool? enableBinaryLogger = !string.IsNullOrWhiteSpace(EnableBinaryLogger) && bool.TryParse(EnableBinaryLogger, out bool result) 108options[nameof(EnableBinaryLogger)] = bool.TrueString; 114options[nameof(EnableBinaryLogger)] = bool.TrueString;
NuGet.Build.Tasks.Console (1)
MSBuildStaticGraphRestore.cs (1)
237if (!IsOptionTrue(nameof(RestoreTaskEx.EnableBinaryLogger), options))