1 type derived from TaskLoggingHelper
Microsoft.Build.Tasks.Core (1)
41 instantiations of TaskLoggingHelper
installer.tasks (1)
Microsoft.Build.Tasks.Core (3)
Microsoft.Build.Tasks.UnitTests (12)
Microsoft.Build.Utilities.Core (7)
Microsoft.DotNet.Build.Manifest.Tests (1)
Microsoft.DotNet.Build.Tasks.Feed.Tests (8)
Microsoft.DotNet.Build.Tasks.Installers (1)
Microsoft.DotNet.Build.Tasks.Packaging (1)
Microsoft.DotNet.Build.Tasks.TargetFramework (1)
Microsoft.DotNet.Build.Tasks.Workloads (1)
Microsoft.DotNet.GenAPI (1)
Microsoft.DotNet.GenFacades (1)
Microsoft.DotNet.PackageTesting (1)
Microsoft.DotNet.SharedFramework.Sdk (1)
Microsoft.Maui.Controls.Build.Tasks (1)
223 references to TaskLoggingHelper
Crossgen2Tasks (5)
ILLink.Tasks (2)
installer.tasks (2)
Microsoft.Build.Tasks.CodeAnalysis (2)
Microsoft.Build.Tasks.Core (49)
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)
ResourceHandling\MSBuildResXReader.cs (4)
20public static IReadOnlyList<IResource> ReadResources(Stream s, string filename, bool pathsRelativeToBasePath, TaskLoggingHelper log, bool logWarningForBinaryFormatter)
115TaskLoggingHelper log,
313public static IReadOnlyList<IResource> GetResourcesFromFile(string filename, bool pathsRelativeToBasePath, TaskLoggingHelper log, bool logWarningForBinaryFormatter)
321public static IReadOnlyList<IResource> GetResourcesFromString(string resxContent, TaskLoggingHelper log, bool logWarningForBinaryFormatter, string basePath = null, bool? useRelativePath = null)
Microsoft.Build.Tasks.UnitTests (14)
Microsoft.Build.Utilities.Core (17)
TrackedDependencies\CanonicalTrackedFilesHelper.cs (3)
57internal static bool FilesExistAndRecordNewestWriteTime(ICollection<ITaskItem> files, TaskLoggingHelper log, out DateTime outputNewestTime, out string outputNewestFilename)
70internal static bool FilesExistAndRecordOldestWriteTime(ICollection<ITaskItem> files, TaskLoggingHelper log, out DateTime outputOldestTime, out string outputOldestFilename)
73private static bool FilesExistAndRecordRequestedWriteTime(ICollection<ITaskItem> files, TaskLoggingHelper log, bool getNewest, out DateTime requestedTime, out string requestedFilename)
Microsoft.DotNet.Build.Manifest (8)
Microsoft.DotNet.Build.Manifest.Tests (1)
Microsoft.DotNet.Build.Tasks.Feed (21)
Microsoft.DotNet.Build.Tasks.Feed.Tests (8)
Microsoft.DotNet.Build.Tasks.Installers (2)
Microsoft.DotNet.Build.Tasks.Packaging (2)
Microsoft.DotNet.Build.Tasks.TargetFramework (2)
Microsoft.DotNet.Build.Tasks.Templating (1)
Microsoft.DotNet.Build.Tasks.Workloads (16)
Microsoft.DotNet.Deployment.Tasks.Links (3)
Microsoft.DotNet.GenAPI (2)
Microsoft.DotNet.GenFacades (2)
Microsoft.DotNet.Helix.Sdk (10)
Microsoft.DotNet.PackageTesting (2)
Microsoft.DotNet.SharedFramework.Sdk (2)
Microsoft.DotNet.SignTool (31)
Microsoft.DotNet.SignTool.Tests (4)
Microsoft.DotNet.XliffTasks (2)
Microsoft.Maui.Controls.Build.Tasks (7)
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)
Microsoft.Maui.Resizetizer (1)
PresentationBuildTasks (5)