1 type derived from TaskLoggingHelper
Microsoft.Build.Tasks.Core (1)
src\msbuild\src\Shared\TaskLoggingHelperExtension.cs (1)
33class TaskLoggingHelperExtension : TaskLoggingHelper
19 instantiations of TaskLoggingHelper
installer.tasks (1)
BuildTask.cs (1)
15get { return _log ??= new TaskLoggingHelper(this); }
Microsoft.Build.Tasks.Core (4)
CodeTaskFactory.cs (1)
1139TaskLoggingHelper log = new TaskLoggingHelper(taskFactoryLoggingHost, taskName)
RoslynCodeTaskFactory\RoslynCodeTaskFactory.cs (2)
147TaskLoggingHelper taskInvocationLog = new TaskLoggingHelper(taskFactoryLoggingHost, _taskName) 170_log = new TaskLoggingHelper(taskFactoryLoggingHost, taskName)
XamlTaskFactory\XamlTaskFactory.cs (1)
274TaskLoggingHelper log = new TaskLoggingHelper(taskFactoryLoggingHost, taskName)
Microsoft.Build.Utilities.Core (4)
AppDomainIsolatedTask.cs (1)
31Log = new TaskLoggingHelper(this);
Task.cs (1)
24Log = new TaskLoggingHelper(this);
ToolTask.cs (2)
72LogPrivate = new TaskLoggingHelper(this) 78LogShared = new TaskLoggingHelper(this)
Microsoft.DotNet.Build.Tasks.Installers (1)
src\arcade\src\Common\Internal\BuildTask.cs (1)
18get { return _log ??= new Log(new TaskLoggingHelper(this)); }
Microsoft.DotNet.Build.Tasks.Packaging (1)
src\arcade\src\Common\Internal\BuildTask.cs (1)
18get { return _log ??= new Log(new TaskLoggingHelper(this)); }
Microsoft.DotNet.Build.Tasks.TargetFramework (1)
src\arcade\src\Common\Internal\BuildTask.cs (1)
18get { return _log ??= new Log(new TaskLoggingHelper(this)); }
Microsoft.DotNet.Build.Tasks.Workloads (1)
src\arcade\src\Common\Internal\BuildTask.cs (1)
18get { return _log ??= new Log(new TaskLoggingHelper(this)); }
Microsoft.DotNet.CMake.Sdk (1)
src\arcade\src\Common\Internal\BuildTask.cs (1)
18get { return _log ??= new Log(new TaskLoggingHelper(this)); }
Microsoft.DotNet.GenFacades (1)
src\arcade\src\Common\Internal\BuildTask.cs (1)
18get { return _log ??= new Log(new TaskLoggingHelper(this)); }
Microsoft.DotNet.PackageTesting (1)
src\arcade\src\Common\Internal\BuildTask.cs (1)
18get { return _log ??= new Log(new TaskLoggingHelper(this)); }
Microsoft.DotNet.SharedFramework.Sdk (1)
src\arcade\src\Common\Internal\BuildTask.cs (1)
18get { return _log ??= new Log(new TaskLoggingHelper(this)); }
Microsoft.Maui.Controls.Build.Tasks (1)
XamlTask.cs (1)
29 LoggingHelper = new TaskLoggingHelper(this);
NuGet.Build.Tasks.Console (1)
ConsoleLoggingQueue.cs (1)
55_taskLoggingHelperLazy = new Lazy<TaskLoggingHelper>(() => new TaskLoggingHelper(this, nameof(MSBuildStaticGraphRestore)));
197 references to TaskLoggingHelper
Crossgen2Tasks (3)
CommonFilePulledFromSdkRepo\LogAdapter.cs (1)
8internal sealed class LogAdapter(TaskLoggingHelper taskLogger) : Logger
CommonFilePulledFromSdkRepo\Logger.cs (2)
11/// Replacement and abstraction for <see cref="TaskLoggingHelper"/> in our 49/// cref="TaskLoggingHelper"/>.
ILLink.Tasks (2)
CreateRuntimeRootDescriptorFile.cs (2)
562readonly TaskLoggingHelper log; 567public DefineTracker(HashSet<string> defineConstants, TaskLoggingHelper log, string filePath)
installer.tasks (2)
BuildTask.cs (2)
11private TaskLoggingHelper _log = null; 13internal TaskLoggingHelper Log
Microsoft.Build.Tasks.CodeAnalysis (4)
src\roslyn\src\Compilers\Core\MSBuildTask\Csc.cs (1)
463internal static string? GetDefineConstantsSwitch(string? originalDefineConstants, TaskLoggingHelper log)
src\roslyn\src\Compilers\Core\MSBuildTask\TaskCompilerServerLogger.cs (2)
14TaskLoggingHelper taskLogger, 18private readonly TaskLoggingHelper _taskLogger = taskLogger;
src\roslyn\src\Compilers\Core\MSBuildTask\Vbc.cs (1)
637/// original vbc structure such that we can call <see cref="TaskLoggingHelper.LogMessageFromText(string, MessageImportance)" />
Microsoft.Build.Tasks.Core (54)
AssemblyDependency\AssemblyFoldersFromConfig\AssemblyFoldersFromConfigResolver.cs (2)
60private readonly TaskLoggingHelper _taskLogger; 78IBuildEngine buildEngine, TaskLoggingHelper log, TaskEnvironment taskEnvironment)
AssemblyDependency\AssemblyResolution.cs (1)
161TaskLoggingHelper log,
AssemblyDependency\ReferenceTable.cs (2)
135private readonly TaskLoggingHelper _log; 305TaskLoggingHelper log,
AssemblyDependency\ResolveAssemblyReference.cs (1)
121internal static void Initialize(TaskLoggingHelper log)
CodeTaskFactory.cs (1)
1139TaskLoggingHelper log = new TaskLoggingHelper(taskFactoryLoggingHost, taskName)
CreateCSharpManifestResourceName.cs (1)
96TaskLoggingHelper log,
CreateVisualBasicManifestResourceName.cs (1)
95TaskLoggingHelper log,
DownloadFile.cs (1)
134string flattenedMessage = TaskLoggingHelper.GetInnerExceptionMessageString(e);
GenerateResource.cs (3)
2221private TaskLoggingHelper _logger = null; 2382TaskLoggingHelper log, 3514public static bool TryCreateCodeDomProvider(TaskLoggingHelper logger, string stronglyTypedLanguage, out CodeDomProvider provider)
MSBuild.cs (1)
488TaskLoggingHelper log,
NativeMethods.cs (1)
368internal static bool MakeHardLink(string newFileName, string exitingFileName, ref string errorMessage, TaskLoggingHelper log)
RedistList.cs (1)
989internal static AssemblyTableInfo CreateFromRelativePath(string path, string frameworkDirectory, TaskEnvironment taskEnvironment, TaskLoggingHelper log)
ResGenDependencies.cs (6)
124internal ResXFile GetResXFileInfo(string resxFile, bool useMSBuildResXReader, TaskLoggingHelper log, bool logWarningForBinaryFormatter) 147private ResXFile AddResxFile(string file, bool useMSBuildResXReader, TaskLoggingHelper log, bool logWarningForBinaryFormatter) 188internal override void SerializeCache(string stateFile, TaskLoggingHelper log, bool serializeEmptyState = false) 197internal static ResGenDependencies DeserializeCache(string stateFile, bool useSourcePath, TaskLoggingHelper log) 225internal ResXFile(string filename, string baseLinkedFileDirectory, bool useMSBuildResXReader, TaskLoggingHelper log, bool logWarningForBinaryFormatter) : base(filename) 255private static string[] GetLinkedFiles(string filename, string baseLinkedFileDirectory, bool useMSBuildResXReader, TaskLoggingHelper log, bool logWarningForBinaryFormatter)
ResolveSDKReference.cs (2)
479internal static void AddMetadataToReferences(TaskLoggingHelper log, HashSet<SDKReference> sdkReferenceItems, Dictionary<string, string> referencesToAddMetadata, string metadataName, string metadataValue) 499internal static void VerifySDKDependsOn(TaskLoggingHelper log, HashSet<SDKReference> sdkReferenceItems)
ResourceHandling\MSBuildResXReader.cs (4)
22public static IReadOnlyList<IResource> ReadResources(Stream s, string filename, bool pathsRelativeToBasePath, TaskLoggingHelper log, bool logWarningForBinaryFormatter) 117TaskLoggingHelper log, 315public static IReadOnlyList<IResource> GetResourcesFromFile(string filename, bool pathsRelativeToBasePath, TaskLoggingHelper log, bool logWarningForBinaryFormatter) 323public static IReadOnlyList<IResource> GetResourcesFromString(string resxContent, TaskLoggingHelper log, bool logWarningForBinaryFormatter, string basePath = null, bool? useRelativePath = null)
RoslynCodeTaskFactory\RoslynCodeTaskFactory.cs (7)
95/// Stores an instance of a <see cref="TaskLoggingHelper"/> for logging messages. 97private TaskLoggingHelper _log; 147TaskLoggingHelper taskInvocationLog = new TaskLoggingHelper(taskFactoryLoggingHost, _taskName) 297/// <param name="log">A <see cref="TaskLoggingHelper"/> used to log events during parsing.</param> 318internal static bool TryLoadTaskBody(TaskLoggingHelper log, string taskName, string taskBody, ICollection<TaskPropertyInfo> parameters, IBuildEngine taskFactoryEngineContext, out RoslynCodeTaskFactoryTaskInfo taskInfo) 551/// <param name="log">A <see cref="TaskLoggingHelper"/> used for logging.</param> 561internal bool TryResolveAssemblyReferences(TaskLoggingHelper log, RoslynCodeTaskFactoryTaskInfo taskInfo, out ITaskItem[] items)
SdkToolsPathUtility.cs (1)
50internal static string GeneratePathToTool(FileExists fileExists, string currentArchitecture, string sdkToolsPath, string toolName, TaskLoggingHelper log, bool logErrorsAndWarnings)
src\msbuild\src\Shared\PlatformNegotiation.cs (2)
22internal static string GetNearestPlatform(string overridePlatformValue, string referencedProjectPlatform, string projectReferencePlatformsMetadata, string projectReferenceLookupTableMetadata, string platformLookupTable, string projectPath, string currentProjectPlatform, TaskLoggingHelper? log = null) 99internal static Dictionary<string, string>? ExtractLookupTable(string stringTable, TaskLoggingHelper? log = null)
src\msbuild\src\Shared\PropertyParser.cs (2)
27internal static bool GetTable(TaskLoggingHelper log, string parameterName, string[] propertyList, out Dictionary<string, string> propertiesTable) 83internal static bool GetTableWithEscaping(TaskLoggingHelper log, string parameterName, string syntaxName, string[] propertyNameValueStrings, out Dictionary<string, string> finalPropertiesTable)
StateFileBase.cs (6)
32/// True if <see cref="SerializeCache(string, TaskLoggingHelper, bool)"/> should create the state file and serialize ourselves, false otherwise. 43internal virtual void SerializeCache(string stateFile, TaskLoggingHelper log, bool serializeEmptyState = false) 56internal virtual void SerializeCache(AbsolutePath stateFile, TaskLoggingHelper log, bool serializeEmptyState = false) 97internal static T DeserializeCache<T>(string stateFile, TaskLoggingHelper log) where T : StateFileBase 110internal static T DeserializeCache<T>(AbsolutePath stateFile, TaskLoggingHelper log) where T : StateFileBase 169internal static void DeleteFile(string stateFile, TaskLoggingHelper log)
SystemState.cs (2)
583internal static SystemState DeserializePrecomputedCaches(ITaskItem[] stateFiles, TaskLoggingHelper log, FileExists fileExists, TaskEnvironment taskEnvironment) 642internal void SerializePrecomputedCache(AbsolutePath stateFile, TaskLoggingHelper log)
TaskEnvironmentExtensions.cs (1)
24internal static AbsolutePath GetCanonicalFormNoThrow(this AbsolutePath absolutePath, TaskLoggingHelper? log = null)
TaskExtension.cs (1)
36public new TaskLoggingHelper Log => _logExtension;
ToolTaskExtension.cs (1)
46public new TaskLoggingHelper Log => _logExtension;
XamlTaskFactory\XamlTaskFactory.cs (1)
274TaskLoggingHelper log = new TaskLoggingHelper(taskFactoryLoggingHost, taskName)
XslTransformation.cs (2)
388private readonly TaskLoggingHelper _log; 400public XsltInput(AbsolutePath? xsltFilePath, string xslt, string xsltCompiledDllSpec, TaskEnvironment taskEnvironment, TaskLoggingHelper logTool, bool preserveWhitespace)
Microsoft.Build.Utilities.Core (7)
AppDomainIsolatedTask.cs (3)
48/// <see cref="TaskLoggingHelper.LogErrorWithCodeFromResources(string, object[])"/> method. 78public TaskLoggingHelper Log { get; } 95/// see the <see cref="TaskLoggingHelper.LogErrorWithCodeFromResources(string, object[])"/> method.
Task.cs (1)
122public TaskLoggingHelper Log { get; }
ToolTask.cs (2)
346private TaskLoggingHelper LogPrivate { get; } 356private TaskLoggingHelper LogShared { get; }
TrackedDependencies\TrackedDependencies.cs (1)
26internal static ITaskItem[]? ExpandWildcards(ITaskItem[] expand, TaskLoggingHelper? log)
Microsoft.DotNet.ApiCompat.Task (3)
src\sdk\src\Tasks\Common\LogAdapter.cs (1)
8internal sealed class LogAdapter(TaskLoggingHelper taskLogger) : Logger
src\sdk\src\Tasks\Common\Logger.cs (2)
11/// Replacement and abstraction for <see cref="TaskLoggingHelper"/> in our 49/// cref="TaskLoggingHelper"/>.
Microsoft.DotNet.Build.Manifest (8)
BlobArtifactModelFactory.cs (2)
16private readonly TaskLoggingHelper _log; 18public BlobArtifactModelFactory(TaskLoggingHelper logger)
BuildModelFactory.cs (2)
42private readonly TaskLoggingHelper _log; 49TaskLoggingHelper logger)
PackageArtifactModelFactory.cs (2)
18private readonly TaskLoggingHelper _log; 21TaskLoggingHelper logger)
PdbArtifactModelFactory.cs (2)
16private readonly TaskLoggingHelper _log; 18public PdbArtifactModelFactory(TaskLoggingHelper logger)
Microsoft.DotNet.Build.Tasks.Feed (2)
src\PushToBuildStorage.cs (2)
525private readonly TaskLoggingHelper _log; 529TaskLoggingHelper log)
Microsoft.DotNet.Build.Tasks.Installers (2)
src\arcade\src\Common\Internal\BuildTask.cs (2)
42private readonly TaskLoggingHelper _logger; 43public Log(TaskLoggingHelper logger)
Microsoft.DotNet.Build.Tasks.Packaging (2)
src\arcade\src\Common\Internal\BuildTask.cs (2)
42private readonly TaskLoggingHelper _logger; 43public Log(TaskLoggingHelper logger)
Microsoft.DotNet.Build.Tasks.TargetFramework (2)
src\arcade\src\Common\Internal\BuildTask.cs (2)
42private readonly TaskLoggingHelper _logger; 43public Log(TaskLoggingHelper logger)
Microsoft.DotNet.Build.Tasks.Templating (1)
MSBuildListSplitter.cs (1)
12public static IDictionary<string, string> GetNamedProperties(string[] input, TaskLoggingHelper log)
Microsoft.DotNet.Build.Tasks.Workloads (6)
src\arcade\src\Common\Internal\BuildTask.cs (2)
42private readonly TaskLoggingHelper _logger; 43public Log(TaskLoggingHelper logger)
WorkloadPackageBase.cs (4)
158/// Gets an instance of a <see cref="TaskLoggingHelper"/> class containing task logging methods. 160protected TaskLoggingHelper? Log 184/// <param name="log">A <see cref="TaskLoggingHelper"/> class containing task logging methods.</param> 185public WorkloadPackageBase(string packagePath, string destinationBaseDirectory, ITaskItem[]? shortNames = null, TaskLoggingHelper? log = null)
Microsoft.DotNet.CMake.Sdk (2)
src\arcade\src\Common\Internal\BuildTask.cs (2)
42private readonly TaskLoggingHelper _logger; 43public Log(TaskLoggingHelper logger)
Microsoft.DotNet.GenFacades (2)
src\arcade\src\Common\Internal\BuildTask.cs (2)
42private readonly TaskLoggingHelper _logger; 43public Log(TaskLoggingHelper logger)
Microsoft.DotNet.PackageTesting (2)
src\arcade\src\Common\Internal\BuildTask.cs (2)
42private readonly TaskLoggingHelper _logger; 43public Log(TaskLoggingHelper logger)
Microsoft.DotNet.SharedFramework.Sdk (2)
src\arcade\src\Common\Internal\BuildTask.cs (2)
42private readonly TaskLoggingHelper _logger; 43public Log(TaskLoggingHelper logger)
Microsoft.DotNet.XliffTasks (2)
Tasks\TaskLoggingHelperExtensions.cs (2)
13public static void LogErrorInFile(this TaskLoggingHelper log, string file, string message) 30public static void LogErrorInFile(this TaskLoggingHelper log, string file, int line, string message)
Microsoft.Extensions.Logging.MSBuild (5)
MSBuildLogger.cs (2)
37private readonly TaskLoggingHelper _loggingHelper; 41public MSBuildLogger(string category, TaskLoggingHelper loggingHelperToWrap, IExternalScopeProvider? scopeProvider = null)
MSBuildLoggerProvider.cs (3)
10/// all the logs to MSBuild's <see cref="TaskLoggingHelper"/>. 14private readonly TaskLoggingHelper _loggingHelper; 18public MSBuildLoggerProvider(TaskLoggingHelper loggingHelperToWrap)
Microsoft.Maui.Controls.Build.Tasks (7)
ILContext.cs (1)
47 public TaskLoggingHelper LoggingHelper { get; internal set; }
XamlCTask.cs (5)
18 /// Provides extension methods for the <see cref="TaskLoggingHelper"/> class to assist with logging warnings and errors. 36 this TaskLoggingHelper loggingHelper, 90 public static void LogWarningOrError(this TaskLoggingHelper loggingHelper, BuildExceptionCode code, string xamlFilePath, int lineNumber, int linePosition, int endLineNumber, int endLinePosition, params object[] messageArgs) 110 public static string GetXamlFilePath(this TaskLoggingHelper loggingHelper, string xamlFilePath) 415 bool TryCoreCompile(MethodDefinition initComp, ILRootNode rootnode, string xamlFilePath, TaskLoggingHelper loggingHelper, out Exception exception)
XamlTask.cs (1)
25 internal TaskLoggingHelper LoggingHelper { get; }
Microsoft.Maui.Resizetizer (1)
AsyncTask.cs (1)
50 private new TaskLoggingHelper Log => base.Log;
Microsoft.NET.Build.Containers (10)
ImagePublisher.cs (4)
15Microsoft.Build.Utilities.TaskLoggingHelper Log, 54Microsoft.Build.Utilities.TaskLoggingHelper Log, 93Microsoft.Build.Utilities.TaskLoggingHelper Log, 138Microsoft.Build.Utilities.TaskLoggingHelper Log,
src\sdk\src\Common\VSHostObject.cs (2)
16internal sealed class VSHostObject(ITaskHost? hostObject, TaskLoggingHelper log) 23private readonly TaskLoggingHelper _log = log;
Telemetry.cs (2)
22private readonly Microsoft.Build.Utilities.TaskLoggingHelper Log; 28Microsoft.Build.Utilities.TaskLoggingHelper Log)
VSHostObject.cs (2)
11internal sealed class VSHostObject(ITaskHost? hostObject, TaskLoggingHelper log) 18private readonly TaskLoggingHelper _log = log;
Microsoft.NET.Build.Tasks (3)
src\sdk\src\Tasks\Common\LogAdapter.cs (1)
8internal sealed class LogAdapter(TaskLoggingHelper taskLogger) : Logger
src\sdk\src\Tasks\Common\Logger.cs (2)
11/// Replacement and abstraction for <see cref="TaskLoggingHelper"/> in our 49/// cref="TaskLoggingHelper"/>.
Microsoft.NET.Sdk.BlazorWebAssembly.Tasks (1)
src\sdk\src\StaticWebAssetsSdk\Tasks\Data\StaticWebAsset.cs (1)
1151TaskLoggingHelper log)
Microsoft.NET.Sdk.Publish.Tasks (30)
Kudu\KuduConnect.cs (1)
12internal KuduConnect(KuduConnectionInfo connectionInfo, TaskLoggingHelper logger)
Kudu\KuduVfsDeploy.cs (2)
13private TaskLoggingHelper _logger; 16public KuduVfsDeploy(KuduConnectionInfo connectionInfo, TaskLoggingHelper logger)
Kudu\KuduZipDeploy.cs (2)
12private TaskLoggingHelper _logger; 14public KuduZipDeploy(KuduConnectionInfo connectionInfo, TaskLoggingHelper logger)
MsDeploy\CommonUtility.cs (8)
422public static bool CheckMSDeploymentVersion(Utilities.TaskLoggingHelper log, out string? errorMessage) 679public static void MsDeployExeEndOfExecuteMessage(bool bSuccess, string destType, string destRoot, Utilities.TaskLoggingHelper Log) 743public static void MsDeployEndOfExecuteMessage(bool bSuccess, string destType, string destRoot, Utilities.TaskLoggingHelper Log) 858internal static void AdjustSkipDirectives(/*Deployment.DeploymentBaseOptions*/ dynamic baseOptions, List<string> stringList, bool enabled, Utilities.TaskLoggingHelper log) 886Utilities.TaskLoggingHelper log) 1365internal static void RemoveAllEmptyDirectories(string dirPath, Utilities.TaskLoggingHelper Log) 1374internal static void RemoveAllEmptyDirectories(DirectoryInfo dirinfo, Utilities.TaskLoggingHelper log) 1543internal static void LogVsMsDeployException(Utilities.TaskLoggingHelper Log, Exception e)
MsDeploy\IVSMSDeployTask.cs (1)
13TaskLoggingHelper Log { get; }
src\sdk\src\Common\VSHostObject.cs (2)
16internal sealed class VSHostObject(ITaskHost? hostObject, TaskLoggingHelper log) 23private readonly TaskLoggingHelper _log = log;
Tasks\MsDeploy\CreateManifestFile.cs (1)
51private static void WriteManifestsToFile(Utilities.TaskLoggingHelper loggingHelper, Framework.ITaskItem[]? items, string outputFileName)
Tasks\MsDeploy\CreateParameterFile.cs (4)
82private static void WriteDeclareParametersToFile(Utilities.TaskLoggingHelper loggingHelper, Framework.ITaskItem[]? parameters, string outputFileName, bool foptimisticParameterDefaultValue) 87private static void WriteDeclareSetParametersToFile(Utilities.TaskLoggingHelper loggingHelper, Framework.ITaskItem[]? parameters, string outputFileName, bool foptimisticParameterDefaultValue) 92private static void WriteDeclareParametersToFile(Utilities.TaskLoggingHelper loggingHelper, 233private static void WriteSetParametersToFile(Utilities.TaskLoggingHelper loggingHelper, Framework.ITaskItem[]? parameters, string outputFileName, bool foptimisticParameterDefaultValue)
Tasks\MsDeploy\VsMsdeploy.cs (1)
910Utilities.TaskLoggingHelper IVsPublishMsBuildTaskHost.Log
Tasks\OneDeploy\TaskLogger.cs (3)
10/// A logger that wraps a <see cref="TaskLoggingHelper"/> instance. 12internal class TaskLogger(TaskLoggingHelper logger, bool isEnabled = true) : ITaskLogger 14private readonly TaskLoggingHelper _taskLoggingHelper = logger;
Tasks\Xdt\TaskTransformationLogger.cs (3)
14private TaskLoggingHelper loggingHelper; 23public TaskTransformationLogger(TaskLoggingHelper loggingHelper) 28public TaskTransformationLogger(TaskLoggingHelper loggingHelper, bool stackTrace)
Tasks\ZipDeploy\ZipDeploymentStatus.cs (2)
21private readonly TaskLoggingHelper _log; 24public ZipDeploymentStatus(IHttpClient client, string userAgent, TaskLoggingHelper log, bool logMessages)
Microsoft.NET.Sdk.StaticWebAssets.Tasks (13)
Data\ContentTypeProvider.cs (2)
424internal ContentTypeMapping ResolveContentTypeMapping(StaticWebAssetGlobMatcher.MatchContext context, TaskLoggingHelper log) 454private bool TryGetMapping(StaticWebAssetGlobMatcher.MatchContext context, TaskLoggingHelper log, ReadOnlySpan<char> relativePath, out ContentTypeMapping mapping)
Data\StaticWebAsset.cs (1)
1151TaskLoggingHelper log)
DefineStaticWebAssetEndpoints.cs (3)
144TaskLoggingHelper log, 152public TaskLoggingHelper Log { get; } = log; 301private static (string mimeType, string cache) ResolveContentType(StaticWebAsset asset, ContentTypeProvider contentTypeProvider, StaticWebAssetGlobMatcher.MatchContext matchContext, TaskLoggingHelper log)
DefineStaticWebAssets.Cache.cs (4)
78private TaskLoggingHelper? _log; 82internal DefineStaticWebAssetsCache(TaskLoggingHelper log, string? manifestPath) : this() 95internal static DefineStaticWebAssetsCache ReadOrCreateCache(TaskLoggingHelper log, string manifestPath) 234internal void SetPathAndLogger(string? manifestPath, TaskLoggingHelper log) => (_manifestPath, _log) = (manifestPath, log);
FingerprintPatternMatcher.cs (2)
15private readonly TaskLoggingHelper _log; 20TaskLoggingHelper log,
Utils\AssetToCompress.cs (1)
13public static bool TryFindInputFilePath(ITaskItem assetToCompress, TaskLoggingHelper log, out string fullPath)
Microsoft.TestPlatform.Build (1)
Tasks\ITestTask.cs (1)
37TaskLoggingHelper Log { get; }
NuGet.Build.Tasks (7)
Common\MSBuildLogger.cs (2)
23private readonly TaskLoggingHelper _taskLogging; 55public MSBuildLogger(TaskLoggingHelper taskLogging)
TaskLoggingQueue.cs (5)
18/// Represents a logging queue for messages that eventually sent to a <see cref="TaskLoggingHelper" />. 28/// The <see cref="TaskLoggingHelper" /> to log messages to. 30private readonly TaskLoggingHelper _log; 41public TaskLoggingQueue(TaskLoggingHelper taskLoggingHelper) 49/// Processes the specified logging message and logs in with a <see cref="TaskLoggingHelper" />.
NuGet.Build.Tasks.Console (4)
ConsoleLoggingQueue.cs (4)
30private readonly Lazy<TaskLoggingHelper> _taskLoggingHelperLazy; 55_taskLoggingHelperLazy = new Lazy<TaskLoggingHelper>(() => new TaskLoggingHelper(this, nameof(MSBuildStaticGraphRestore))); 74/// Gets a <see cref="Microsoft.Build.Utilities.TaskLoggingHelper" /> that can be used to write log messages to the current queue. 76public TaskLoggingHelper TaskLoggingHelper => _taskLoggingHelperLazy.Value;
NuGet.Build.Tasks.Pack (2)
src\nuget-client\src\NuGet.Core\NuGet.Build.Tasks\Common\MSBuildLogger.cs (2)
23private readonly TaskLoggingHelper _taskLogging; 55public MSBuildLogger(TaskLoggingHelper taskLogging)
PresentationBuildTasks (5)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (2)
148internal TaskLoggingHelper TaskLogger 3548private TaskLoggingHelper _taskLogger = null;
MS\Internal\Tasks\CompilerWrapper.cs (2)
188internal TaskLoggingHelper TaskLogger 434private TaskLoggingHelper _taskLogger;
MS\Internal\Tasks\TaskHelper.cs (1)
45internal static void DisplayLogo(TaskLoggingHelper log, string taskName)