Home
last modified time | relevance | path

Searched refs:DebugTraceMessage (Results 1 – 3 of 3) sorted by relevance

/dports/devel/msbuild/msbuild-0.06/src/Utilities/
H A DToolLocationHelper.cs1247 …ErrorUtilities.DebugTraceMessage("GetPlatformManifest", "Could not find root SDK for '{0}'", platf… in TryGetPlatformManifest()
1537 …ErrorUtilities.DebugTraceMessage("TryParsePlatformVersion", "Cannot create FrameworkName object, E… in TryParsePlatformVersion()
2633 …ErrorUtilities.DebugTraceMessage("GatherExtensionSDKs", "Found ExtensionsSDK folder '{0}'. ", exte… in GatherExtensionSDKs()
2659 …ErrorUtilities.DebugTraceMessage("GatherExtensionSDKs", "SDKKey '{0}' was not already found.", SDK… in GatherExtensionSDKs()
2693 …ErrorUtilities.DebugTraceMessage("GatherSDKListFromDirectory", "DiskRoot '{0}'does not exist, skip… in GatherSDKListFromDirectory()
2879 …ErrorUtilities.DebugTraceMessage("GatherSDKsFromRegistryImpl", "Getting subkeys of '{0}'", extensi… in GatherSDKsFromRegistryImpl()
2889 …ErrorUtilities.DebugTraceMessage("GatherSDKsFromRegistryImpl", "Found subkeys of '{0}'", extension… in GatherSDKsFromRegistryImpl()
2901 …ErrorUtilities.DebugTraceMessage("GatherSDKsFromRegistryImpl", "Getting subkeys of '{0}'", sdkName… in GatherSDKsFromRegistryImpl()
2908 …ErrorUtilities.DebugTraceMessage("GatherSDKsFromRegistryImpl", "Found subkeys of '{0}'", sdkNameKe… in GatherSDKsFromRegistryImpl()
3070 …ErrorUtilities.DebugTraceMessage("GetTargetPlatformMonikerDiskRoots", "Getting default disk roots"… in GetTargetPlatformMonikerDiskRoots()
[all …]
/dports/devel/msbuild/msbuild-0.06/src/Build/Utilities/
H A DEngineFileUtilities.cs163 … ErrorUtilities.DebugTraceMessage("Expanding wildcard for file spec {0}", filespecEscaped); in GetFileList()
/dports/devel/msbuild/msbuild-0.06/src/Shared/
H A DErrorUtilities.cs31 …public static void DebugTraceMessage(string category, string formatstring, params object[] paramet… in DebugTraceMessage() method in Microsoft.Build.AppxPackage.Shared.ErrorUtilities