1 type derived from TaskLoggingHelper
Microsoft.Build.Tasks.Core (1)
36 instantiations of TaskLoggingHelper
installer.tasks (1)
Microsoft.Build.Tasks.Core (3)
Microsoft.Build.Tasks.UnitTests (12)
Microsoft.Build.Utilities.Core (7)
Microsoft.DotNet.Build.Tasks.Feed.Tests (5)
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)
204 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)
111TaskLoggingHelper log,
309public static IReadOnlyList<IResource> GetResourcesFromFile(string filename, bool pathsRelativeToBasePath, TaskLoggingHelper log, bool logWarningForBinaryFormatter)
317public 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 (16)
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.Tasks.Feed (31)
Microsoft.DotNet.Build.Tasks.Feed.Tests (5)
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.NuGetRepack.Tasks (1)
Microsoft.DotNet.PackageTesting (2)
Microsoft.DotNet.SharedFramework.Sdk (2)
Microsoft.DotNet.SignCheck (1)
Microsoft.DotNet.SignTool (20)
Microsoft.DotNet.SignTool.Tests (2)
Microsoft.DotNet.VersionTools.Tasks (3)
Microsoft.DotNet.XliffTasks (2)
PresentationBuildTasks (5)