542 references to Trace
System.Web (542)
Cache\CacheDependency.cs (5)
485Debug.Trace("CacheDependencyInit", "file=" + f + "; utcStart=" + utcStart + "; utcLastWrite=" + utcLastWrite); 488Debug.Trace("CacheDependencyInit", "changes occurred since start time for file " + f); 536Debug.Trace("CacheDependencyInit", "Cache item not found to create dependency on:" + k); 830Debug.Trace("CacheDependencyNotifyDependencyChanged", "change occurred"); 849Debug.Trace("CacheDependencyFileChange", "FileChange file=" + e.FileName + ";Action=" + e.Action);
Cache\OutputCache.cs (3)
327Debug.Trace("OutputCache", "DependencyRemovedCallback: reason=" + reason + ", key=" + key); 353Debug.Trace("OutputCache", "DependencyRemovedCallbackForFragment: reason=" + reason + ", key=" + key); 370Debug.Trace("OutputCache", "EntryRemovedCallback: reason=" + reason + ", key=" + key);
Cache\SqlCacheDependency.cs (29)
173Debug.Trace("SqlCacheDependency", "SQL9 dependency changed: depId=" + _sqlYukonDep.Id); 188Debug.Trace("SqlCacheDependency", "SqlCmd added to SqlDependency object"); 194Debug.Trace("SqlCacheDependency", "SQL9 dependency created: depId=" + _sqlYukonDep.Id); 230Debug.Trace("SqlCacheDependency", "Setting depId=" + dep._sqlYukonDep.Id); 245Debug.Trace("SqlCacheDependency", "Creating SqlCacheDependency for SQL8 output cache"); 633Debug.Trace("SqlCacheDependencyManager", "Dispose is called"); 687Debug.Trace("SqlCacheDependencyManager", 707Debug.Trace("SqlCacheDependencyManager", 725Debug.Trace("SqlCacheDependencyManager", 731Debug.Trace("SqlCacheDependencyManager", 766Debug.Trace("SqlCacheDependencyManagerPolling", 777Debug.Trace("SqlCacheDependencyManagerPolling", 827Debug.Trace("SqlCacheDependencyManagerPolling", 863Debug.Trace("SqlCacheDependencyManagerPolling", 873Debug.Trace("SqlCacheDependencyManagerPolling", 883Debug.Trace("SqlCacheDependencyManagerPolling", 903Debug.Trace("SqlCacheDependencyManagerPolling", 917Debug.Trace("SqlCacheDependencyManagerPolling", "Error reading rows. SqlException:"+ 925Debug.Trace("SqlCacheDependencyManagerPolling", "Error reading rows. Exception:"+ pollExpt); 957Debug.Trace("SqlCacheDependencyManagerPolling", 971Debug.Trace("SqlCacheDependencyManagerPolling", "dbState:_pollExpt="+ dbState._pollExpt + 997Debug.Trace("SqlCacheDependencyManagerCheck", 1022Debug.Trace("SqlCacheDependencyManagerCheck", "Waiting for intialization: timeout=" + timeout + "s"); 1048Debug.Trace("SqlCacheDependencyManagerCheck", "dbState:_pollExpt="+ dbState._pollExpt + 1063Debug.Trace("SqlCacheDependencyManagerCheck", "The table is registered too. Exit now!"); 1087Debug.Trace("SqlCacheDependencyManagerCheck", "Double check..."); 1136Debug.Trace("SqlCacheDependencyManager", "UpdateDatabaseNotifState called for database " + database + 1532Debug.Trace("SqlCacheDependencyAdmin", "\n" + 1556Debug.Trace("SqlCacheDependencyAdmin", "SqlException:"+
Compilation\AssemblyBuilder.cs (2)
1269Debug.Trace("CbmCodeGeneratorBuildProviderHost", "Deleting " + fileData.FullName); 1296Debug.Trace("CbmCodeGeneratorBuildProviderHost", "Generating " + generatedCodeFile);
Compilation\BuildManager.cs (16)
148Debug.Trace("BuildManager", "InitializeBuildManager " + HttpRuntime.FusionInited); 568Debug.Trace("BuildManager", "specialFilesCombinedHash=" + cachedHash); 706Debug.Trace("BuildManager", "Precompiling for clean build."); 709Debug.Trace("BuildManager", "EnsureFirstTimeInit: hash codes don't match. Old=" + 716Debug.Trace("BuildManager", "BuildManager: the special files are up to date"); 722Debug.Trace("BuildManager", _webHashFilePath + " changed - shutting down the app domain"); 723Debug.Trace("AppDomainFactory", "Shutting down appdomain because " + _webHashFilePath + " file changed"); 990Debug.Trace("BuildManager", "CompileCodeDirectory(" + virtualDir.VirtualPathString + ")"); 1049Debug.Trace("BuildManager", "CompileCodeDirectory generated assembly: " + 1572Debug.Trace("BuildManager", "GetBuildResult(" + virtualPath + ")"); 1788Debug.Trace("BuildManager", "EnsureFirstTimeDirectoryInit(" + virtualDir + ")"); 1806Debug.Trace("BuildManager", "EnsureFirstTimeDirectoryInit: dirExists=" + dirExists); 2316Debug.Trace("BuildManager", "Didn't find '" + virtualPath + "' in memory cache before lock"); 2364Debug.Trace("BuildManager", "Found '" + virtualPath + "' in " + _caches[i]); 2478Debug.Trace("BuildManager", "Failed to delete " + _precompTargetPhysicalDir + ". Sleeping and trying once more..."); 2482Debug.Trace("BuildManager", "Failed to delete " + _precompTargetPhysicalDir + ". Sleeping and trying once more...");
Compilation\BuildManagerHost.cs (3)
108Debug.Trace("BuildManagerHost", "RegisterAssembly '" + assemblyName + "','" + assemblyLocation + "'"); 124Debug.Trace("BuildManagerHost", "ResolveAssembly '" + e.Name + "'"); 132Debug.Trace("BuildManagerHost", "ResolveAssembly: found");
Compilation\BuildProvidersCompiler.cs (1)
384Debug.Trace("WebDirectoryBatchCompiler", "Rerunning AddBuildProviders for '" +
Compilation\BuildResult.cs (5)
347Debug.Trace("BuildResult", "IsUpToDate: true since called less than 2 seconds ago. " 354Debug.Trace("BuildResult", "IsUpToDate returning true because it didn't get the lock"); 371Debug.Trace("BuildResult", "IsUpToDate: '" + VirtualPath + "' is out of date"); 378Debug.Trace("BuildResult", "IsUpToDate: '" + VirtualPath + "' is up to date"); 499Debug.Trace("BuildResult", "GetPreservedAssembly: couldn't load assembly '" + assemblyName + "'; deleting associated files.");
Compilation\BuildResultCache.cs (22)
119Debug.Trace("BuildResultCache", "Looking for '" + cacheKey + "' in the memory cache"); 126Debug.Trace("BuildResultCache", "'" + cacheKey + "' was not found in the memory cache"); 135Debug.Trace("BuildResultCache", "'" + cacheKey + "' was found but is out of date"); 145Debug.Trace("BuildResultCache", "'" + cacheKey + "' was found in the memory cache"); 156Debug.Trace("BuildResultCache", "Adding cache " + cacheKey + " in the memory cache"); 186Debug.Trace("BuildResultCache", "Adding marker cache entry " + compiledResult.ResultAssembly); 251Debug.Trace("BuildResultCache", "OnCacheItemRemoved Key=" + key); 344Debug.Trace("BuildResultCache", "removing cacheKey for assembly " + assemblyPath + " because of dependency change"); 425Debug.Trace("BuildResultCache", "Looking for '" + cacheKey + "' in the disk cache"); 435Debug.Trace("BuildResultCache", "'" + cacheKey + "' was found in the disk cache"); 437Debug.Trace("BuildResultCache", "'" + cacheKey + "' was not found in the disk cache"); 505Debug.Trace("DiskBuildResultCache", "RemoveAssemblyAndRelatedFiles(" + assemblyName + ")"); 583Debug.Trace("DiskBuildResultCache", "RemoveAssembly: " + f.Name + " was renamed"); 631Debug.Trace("DiskBuildResultCache", "TryDeleteFile removed " + f.Name); 651Debug.Trace("DiskBuildResultCache", "CheckAndRemoveDotDeleteFile deleted " + baseName); 660Debug.Trace("DiskBuildResultCache", "CheckAndRemoveDotDeleteFile deleted " + f.Name); 678Debug.Trace("DiskBuildResultCache", "CreateDotDeleteFile succeeded: " + newName); 681Debug.Trace("DiskBuildResultCache", "CreateDotDeleteFile failed: " + newName); 821Debug.Trace("BuildResultCache", "Deleting old temporary files from " + _cacheDir); 872Debug.Trace("BuildResultCache", "Deleting old temporary files: " + fileData.FullName); 881Debug.Trace("BuildResultCache", "Deleting codegen temporary resource directory: " + path); 896Debug.Trace("BuildResultCache", "Deleting all files from " + _cacheDir);
Compilation\ClientBuildManager.cs (30)
283Debug.Trace("CBM", "GetAppDomainShutdownDirectories"); 293Debug.Trace("CBM", "CompileApplicationDependencies"); 302Debug.Trace("CBM", "GetBrowserDefinitions"); 315Debug.Trace("CBM", "GetGeneratedSourceFile " + virtualPath); 331Debug.Trace("CBM", "GetGeneratedFileVirtualPath " + filePath); 346Debug.Trace("CBM", "GetHostedVirtualCodeDirectories"); 358Debug.Trace("CBM", "GetHostedVirtualCodeDirectories"); 378Debug.Trace("CBM", "GetCodeDirectoryInformation " + virtualCodeDir); 389Debug.Trace("CBM", "GetCodeDirectoryInformation " + virtualCodeDir + " end"); 399Debug.Trace("CBM", "GetCompilerParameters " + virtualPath); 417Debug.Trace("CBM", "GenerateCodeCompileUnit " + virtualPath); 427Debug.Trace("CBM", "GenerateCodeCompileUnit " + virtualPath); 441Debug.Trace("CBM", "GenerateCode " + virtualPath); 457Debug.Trace("CBM", "GetCompiledType " + virtualPath); 482Debug.Trace("CBM", "CompileFile " + virtualPath); 505Debug.Trace("CBM", "IsCodeAssembly " + assemblyName); 516Debug.Trace("CBM", "IsCodeAssembly " + result.ToString()); 522Debug.Trace("CBM", "Unload"); 548Debug.Trace("CBM", "PrecompileApplication"); 559Debug.Trace("CBM", "Started Unload"); 591Debug.Trace("CBM", "WaitForCallBack"); 598Debug.Trace("CBM", "timeout while waiting for callback"); 601Debug.Trace("CBM", "callback received before timeout"); 610Debug.Trace("CBM", "Initialize"); 632Debug.Trace("CBM", "EnsureHostCreated: after CreateHost()"); 639Debug.Trace("CBM", "EnsureHostCreated: failed. " + _hostCreationException); 648Debug.Trace("CBM", "CreateHost"); 702Debug.Trace("CBM", "CreateHost LEAVE"); 707Debug.Trace("CBM", "OnAppDomainUnloaded " + reason.ToString()); 728Debug.Trace("CBM", "OnAppDomainUnloadedCallback");
Compilation\CodeDirectoryCompiler.cs (2)
184Debug.Trace("CodeDirectoryCompiler", results.PathToAssembly + " is already loaded. Waiting a bit"); 190Debug.Trace("CodeDirectoryCompiler", "Timeout waiting for old assembly to unload: " + results.PathToAssembly);
Compilation\CompilationLock.cs (6)
64Debug.Trace("Mutex", "Creating Mutex " + MutexDebugName); 69Debug.Trace("Mutex", "Failed to create Mutex " + MutexDebugName); 74Debug.Trace("Mutex", "Successfully created Mutex " + MutexDebugName); 117Debug.Trace("Mutex", "Waiting for mutex " + MutexDebugName); 130Debug.Trace("Mutex", "Got mutex " + MutexDebugName); 140Debug.Trace("Mutex", "Releasing mutex " + MutexDebugName);
Compilation\PreservationFileReader.cs (3)
39Debug.Trace("PreservationFileReader", "Can't find preservation file " + Path.GetFileName(preservationFile)); 121Debug.Trace("PreservationFileReader", Path.GetFileName(preservationFile) + 137Debug.Trace("PreservationFileReader", Path.GetFileName(preservationFile) +
Compilation\TimeStampChecker.cs (7)
29Debug.Trace("TimeStampChecker", "Creating new TimeStampChecker"); 49Debug.Trace("TimeStampChecker", "AddFileInternal: Same time stamp (" + path + ")"); 56Debug.Trace("TimeStampChecker", "AddFileInternal: Changed time stamp (" + path + ")"); 62Debug.Trace("TimeStampChecker", "AddFileInternal: New path (" + path + ")"); 74Debug.Trace("TimeStampChecker", "CheckFilesStillValidInternal (" + key + ")"); 88Debug.Trace("TimeStampChecker", "CheckFilesStillValidInternal: File (" + path + ") has changed!"); 94Debug.Trace("TimeStampChecker", "CheckFilesStillValidInternal (" + key + ") is still valid");
Configuration\AssemblyInfo.cs (2)
74Debug.Trace("AssemblyInternal", "Loading assembly: " + Assembly); 82Debug.Trace("AssemblyInternal", "Set assembly: " + Assembly);
Configuration\CompilationSection.cs (2)
829System.Web.Util.Debug.Trace("LoadAssembly", "Successfully loaded assembly '" + assemblyName + "'"); 844System.Web.Util.Debug.Trace("Template", "Failed to access bin dir \"" + binPath + "\"");
Configuration\HealthMonitoringSectionHelper.cs (3)
203Debug.Trace("BuildRuleInfos", "BuildRuleInfos called"); 565Debug.Trace("ProviderInstances", "Create a provider instance: " + 595Debug.Trace("ProviderInstances", "Remove " + (string)o + " from providers");
Configuration\IdentitySection.cs (3)
253Debug.Trace("Token", "Token " + token + " for (" + name + "," + password + ") obtained via ISAPI"); 263Debug.Trace("Token", "Token " + token + " for (" + name + "," + password + ") obtained directly"); 271Debug.Trace("Token", "Failed to create token for (" + name + "," + password + ")");
Configuration\MetabaseServerConfig.cs (1)
389Debug.Trace("MapPath", "IsapiAppHostMapPath(" + path + ") returns " + r);
Configuration\ProcessHostMapPath.cs (6)
74Debug.Trace("MapPath", "ProcHostMP.GetRootWebConfigFilename = " + 91Debug.Trace("MapPath", "ProcHostMP.GetPathConfigFilename(" + siteID + ", " + path + ")\n" + 111Debug.Trace("MapPath", "ProcHostMP.GetDefaultSiteNameAndID\n"); 118Debug.Trace("MapPath", "ProcHostMP.ResolveSiteArgument(" + siteArgument + ")\n"); 164Debug.Trace("MapPath", "ProcHostMP.MapPath(" + siteID + ", " + path + ")\n"); 188Debug.Trace("MapPath", "ProcHostMP.GetAppPathForPath(" + siteID + ", " + path.VirtualPathString + ")\n");
Configuration\RuleInfoComparer.cs (1)
63Debug.Trace("RuleInfoComparer", "xType=" + xType.ToString() +
FileChangesMonitor.cs (20)
169Debug.Trace("GetDacl", "Returning null dacl"); 181Debug.Trace("GetDacl", "Error in first call to GetFileSecurity: 0x" + hr.ToString("x", NumberFormatInfo.InvariantInfo)); 203Debug.Trace("GetDacl", "Interning new dacl, length " + dacl.Length); 210Debug.Trace("GetDacl", "Returning dacl, length " + dacl.Length); 420Debug.Trace("FileChangesMonitor", "DirMonCompletion::ctor " + dir + " " + watchSubtree.ToString() + " " + notifyFilter.ToString(NumberFormatInfo.InvariantInfo)); 468Debug.Trace("FileChangesMonitor", "DirMonCompletion::Dispose"); 1295Debug.Trace(Debug.TAG_INTERNAL, 1324Debug.Trace("FileChangesMonitorFireNotification", "Firing change event" + 1331Debug.Trace(Debug.TAG_INTERNAL, 1671Debug.Trace("FileChangesMonitor", "StartMonitoringFile\n" + "\tArgs: File=" + alias + "; Callback=" + callback.Target + "(HC=" + callback.Target.GetHashCode().ToString("x", NumberFormatInfo.InvariantInfo) + ")"); 1764Debug.Trace("FileChangesMonitor", "StartMonitoringPath\n" + "\tArgs: File=" + alias + "; Callback=" + callback.Target + "(HC=" + callback.Target.GetHashCode().ToString("x", NumberFormatInfo.InvariantInfo) + ")"); 1897Debug.Trace("FileChangesMonitor", "StartMonitoringDirectoryRenamesAndBinDirectory\n" + "\tArgs: File=" + dir + "; Callback=" + callback.Target + "(HC=" + callback.Target.GetHashCode().ToString("x", NumberFormatInfo.InvariantInfo) + ")"); 1950Debug.Trace("FileChangesMonitor", "StartListeningToVirtualSubdirectory\n" + "\tArgs: virtualDir=" + virtualDir); 2006Debug.Trace("ListenToSubDir", dirRoot + " " + dirToListenTo); 2048Debug.Trace("FileChangesMonitor", "OnSubdirChange\n" + "\tArgs: Action=" + e.Action + "; fileName=" + e.FileName); 2052Debug.Trace("FileChangesMonitor", "Firing subdir change event\n" + "\tArgs: Action=" + e.Action + "; fileName=" + e.FileName + "; Target=" + handler.Target + "(HC=" + handler.Target.GetHashCode().ToString("x", NumberFormatInfo.InvariantInfo) + ")"); 2073Debug.Trace("FileChangesMonitor", "OnCriticaldirChange\n" + "\tArgs: Action=" + e.Action + "; fileName=" + e.FileName); 2089Debug.Trace("FileChangesMonitor", "StopMonitoringFile\n" + "File=" + alias + "; Callback=" + target); 2147Debug.Trace("FileChangesMonitor", "StopMonitoringFile\n" + "File=" + alias + "; Callback=" + target); 2274Debug.Trace("FileChangesMonitor", "Stop!");
Hosting\AppDomainFactory.cs (1)
182Debug.Trace("internal", "AppDomainFactory::Create failed with " + e.GetType().FullName + ": " + e.Message + "\r\n" + e.StackTrace);
Hosting\ApplicationManager.cs (2)
830Debug.Trace("AppManager", "CreateObjectInNewWorkerAppDomain, type=" + type.FullName); 899Debug.Trace("AppManager", "CreateAppDomainWithHostingEnvironment, path=" + physicalPath + "; appId=" + appId + "; domainId=" + domainId);
Hosting\HostingEnvironment.cs (16)
233Debug.Trace("PipelineRuntime", "HE.OnAppDomainUnload"); 544Debug.Trace("HostingEnvironmentShutdown", "Shutting down: appId=" + _appId); 548Debug.Trace("HostingEnvironmentShutdown", "No registered objects"); 558Debug.Trace("HostingEnvironmentShutdown", "All registered objects gone after Stop(false)"); 569Debug.Trace("HostingEnvironmentShutdown", "Waiting for " + shutdownTimeoutSeconds + " sec..."); 576Debug.Trace("HostingEnvironmentShutdown", "Shutdown timeout (" + shutdownTimeoutSeconds + " sec) expired"); 583Debug.Trace("HostingEnvironmentShutdown", "All registered objects gone after Stop(true)"); 589Debug.Trace("HostingEnvironmentShutdown", "Forced shutdown: " + _registeredObjects.Count + " registered objects left"); 599Debug.Trace("AppManager", "HostingEnvironment.InitiateShutdownInternal appId=" + _appId); 685Debug.Trace("AppManager", "Removing HostingEnvironment from AppManager table, appId=" + _appId); 710Debug.Trace("AppManager", "HostingEnvironment - shutting down AppDomain, appId=" + _appId); 1057Debug.Trace("MapPath", reqpath +" is the app path"); 1068Debug.Trace("MapPath", "Missing _configMapPath"); 1071Debug.Trace("MapPath", "call ConfigMapPath (" + reqpath + ")"); 1095Debug.Trace("MapPath", "null Result"); 1115Debug.Trace("MapPath", " result=" + result);
Hosting\IIS7WorkerRequest.cs (17)
187Debug.Trace("ClientUrl", " *********** NEW REQUEST ****************"); 358Debug.Trace("ClientUrl", "*** GetRawUrl --> " + rawUrl + " ***"); 940Debug.Trace("IIS7WorkerRequest", 950Debug.Trace("IIS7WorkerRequest", 959Debug.Trace("IIS7WorkerRequest", 974Debug.Trace("IIS7WorkerRequest", 989Debug.Trace("IIS7WorkerRequest", 1035Debug.Trace("IIS7WorkerRequest", 1065Debug.Trace("IIS7WorkerRequest", 1094Debug.Trace("IIS7WorkerRequest", "FlushResponse( " + finalFlush + ")"); 1413Debug.Trace("IIS7WorkerRequest", "FlushCore with " + 1628Debug.Trace("IIS7WorkerRequest", "RewriteNotifyPipeline(" + newPath + ")"); 2109Debug.Trace("IIS7ServerVarChanges", "Server Variable Changed: name=" + name + ", value=" + value); 2189Debug.Trace("IIS7ServerVarChanges", "Known Request Header Changed: name=" + name + ", value=" + value); 2193Debug.Trace("IIS7ServerVarChanges", "Known Response Header Changed: name=" + name + ", value=" + value); 2215Debug.Trace("IIS7ServerVarChanges", "Unknown Request Header Changed: name=" + name + ", value=" + value); 2219Debug.Trace("IIS7ServerVarChanges", "Unknown Response Header Changed: name=" + name + ", value=" + value);
Hosting\IPipelineRuntime.cs (6)
238Debug.Trace("PipelineDomain", "RegisterObject(this) called"); 247Debug.Trace("PipelineDomain", "StartProcessing AppId = " + s_thisAppDomainsIsapiAppId); 253Debug.Trace("PipelineDomain", "StopProcessing with stack = " + Environment.StackTrace 707Debug.Trace("PipelineDomain", "IRegisteredObject.Stop appId = " + 720Debug.Trace("PipelineDomain", "SetThisAppDomainsPipelineAppId appId=" + appId); 737Debug.Trace("PipelineDomain", "Calling MgdAppDomainShutdown appId=" +
Hosting\ISAPIRuntime.cs (3)
117Debug.Trace("ISAPIRuntime", "StartProcessing"); 130Debug.Trace("ISAPIRuntime", "StopProcessing"); 240Debug.Trace("ISAPIRuntime", "Calling UnsafeNativeMethods.AppDomainRestart appId=" + appId);
Hosting\ISAPIWorkerRequest.cs (5)
2105Debug.Trace("ClientUrl", "*** GetRawUrl --> " + rawUrl + " ***"); 2709Debug.Trace("ExecuteUrl", "ISAPIWorkerRequestInProcForIIS6.BeginExecuteUrl: url=\"" + url + "\"."); 2739Debug.Trace("ExecuteUrl", "ISAPIWorkerRequestInProcForIIS6.BeginExecuteUrl: failed!"); 2754Debug.Trace("ExecuteUrl", "ISAPIWorkerRequestInProcForIIS6.EndExecuteUrl"); 2769Debug.Trace("ExecuteUrl", "ISAPIWorkerRequestInProcForIIS6.OnExecuteUrlCompletion");
Hosting\ProcessHost.cs (1)
346Debug.Trace("internal", "ProcessHost::ctor failed with " + e.GetType().FullName + ": " + e.Message + "\r\n" + e.StackTrace);
HttpApplication.cs (6)
1763Debug.Trace("PipelineRuntime", "InitSpecial for " + appContext.ToString() + "\n"); 2746Debug.Trace("PipelineRuntime", "BeginProcessRequestNotification"); 2829Debug.Trace("PipelineRuntime", "AddEventMapping: for " + moduleName + 3132Debug.Trace("PipelineRuntime", "AsyncStep.OnAsyncEventCompletion"); 3879Debug.Trace("Async", "HttpApplication.ResumeSteps"); 4004Debug.Trace("PipelineRuntime", "BuildSteps");
HttpApplicationFactory.cs (2)
301Debug.Trace("PipelineRuntime", "ReflectOnApplicationType"); 341Debug.Trace("AppDomainFactory", "Shutting down appdomain because of application file change");
HttpDebugHandler.cs (10)
162Debug.Trace("AutoAttach", "No debug command!!"); 168Debug.Trace("AutoAttach", "Debug command: " + command); 185Debug.Trace("AutoAttach", "Authentication type string: " + ((authType != null) ? authType : "NULL")); 186Debug.Trace("AutoAttach", "Logon user string: " + ((logonUser != null) ? logonUser : "NULL")); 190Debug.Trace("AutoAttach", "Invalid logon_user or auth_type string."); 199Debug.Trace("AutoAttach", "DebugSessionID: " + ((sessId != null) ? sessId : "NULL")); 225Debug.Trace("AutoAttach", "Debug attach not attempted because of invalid CLSID."); 242Debug.Trace("AutoAttach", "Debug attach failed! Return code: " + rc); 248Debug.Trace("AutoAttach", "Debug attach successful!"); 255Debug.Trace("AutoAttach","Http Debug attach done!");
HttpRequest.cs (1)
1462Debug.Trace("ClientUrl", "*** ClientFilePath --> " + _clientFilePath + " ***");
HttpResponse.cs (5)
1202Debug.Trace("internal", "errorFormatter's type = " + errorFormatter.GetType()); 2601Debug.Trace("ExecuteUrl", "HttpResponse.BeginExecuteUrlForEntireResponse:" + 2628Debug.Trace("ExecuteUrl", "HttpResponse.EndExecuteUrlForEntireResponse"); 2706Debug.Trace("WriteVirtualFile", vf.Name); 3213Debug.Trace("ClientUrl", "*** SetAppPathModifier (" + appPathModifier + ") ***");
HttpRuntime.cs (25)
550Debug.Trace("AppDomainFactory", "HostingInit failed. " + e.ToString()); 1193Debug.Trace("ThreadPool", "SetThreadLimit: from " + workerMax + "," + ioMax + " to " + pmConfig.DefaultMaxWorkerThreadsForAutoConfig + "," + pmConfig.DefaultMaxIoThreadsForAutoConfig); 1220Debug.Trace("ThreadPool", "SetThreadLimit: from " + workerMax + "," + ioMax + " to " + pmConfig.MaxWorkerThreadsTimesCpuCount + "," + pmConfig.MaxIoThreadsTimesCpuCount); 1252Debug.Trace("AppOffline", "File " + appOfflineFile + " exists. Using it."); 1312Debug.Trace("HealthMonitor", "Initalizing: ResponseDeadlockInterval=" + deadLockInterval); 1609Debug.Trace("AppDomainFactory", "Shutting down appdomain because of HostingInit error"); 1813Debug.Trace("AppDomainFactory", "Shutting down appdomain because of HostingInit error"); 1869Debug.Trace("AppDomainFactory", "ReleaseResourcesAndUnloadAppDomain, Id=" + _appDomainAppId 1898Debug.Trace("AppDomainFactory", "AppDomain.Unload exception: " + e + "; Id=" + _appDomainAppId); 2055Debug.Trace("PipelineRuntime", "OnRequestNotificationCompletion: completed synchronously"); 2059Debug.Trace("PipelineRuntime", "OnRequestNotificationCompletion: completed asynchronously"); 2084Debug.Trace("PipelineRuntime", "OnRequestNotificationCompletion(" + status + ")"); 2115Debug.Trace("PipelineRuntime", "HttpRuntime.EndOfSendCallback"); 2126Debug.Trace("AppDomainFactory", "Shutting down appdomain because of bin dir change or directory rename." + 2152Debug.Trace("AppDomainFactorySpecial", "Call SetUserForcedShutdown: FileName=" + e.FileName + "; now=" + DateTime.Now); 2240Debug.Trace("AppDomainFactory", "ShutdownAppDomain IGNORED (1st request is not done yet), Id = " + AppDomainAppId); 2275Debug.Trace("AppDomainFactory", "ShutdownAppDomain, Id = " + AppDomainAppId + ", ShutdownInProgress=" + ShutdownInProgress 2308Debug.Trace("AppDomainFactory", "Unexpected AppDomainUnload"); 2327Debug.Trace("AppDomainFactory", "Shutting down appdomain because of config change"); 2423Debug.Trace("AppDomainFactory", "HttpRuntime.Close, ShutdownInProgress=" + ShutdownInProgress); 3301Debug.Trace("AppDomainFactory", "Shutting down appdomain because code-access security policy file changed"); 3314Debug.Trace("AppOffline", AppOfflineFileName + " changed - shutting down the app domain"); 3315Debug.Trace("AppDomainFactory", "Shutting down appdomain because " + AppOfflineFileName + " file changed"); 3372Debug.Trace("RestrictIISFolders", "Cannot restrict folder access for '" + AppDomainAppId + "'."); 3476Debug.Trace("FastCreatePublicInstance", "Creating generator for type " + type.FullName);
ImplicitAsyncPreloadModule.cs (3)
67Debug.Trace("AsyncPreload", " *** AsyncPreload skipped *** "); 72Debug.Trace("AsyncPreload", " *** AsyncPreload started *** "); 99Debug.Trace("AsyncPreload", " *** AsyncPreload finished *** ");
IntSecurity.cs (12)
28Debug.Trace("Permissions", "Unrestricted Set"); 38Debug.Trace("Permissions", "UnmanagedCode"); 48Debug.Trace("Permissions", "ControlPrincipal"); 58Debug.Trace("Permissions", "Reflection"); 68Debug.Trace("Permissions", "AppPathDiscovery"); 78Debug.Trace("Permissions", "ControlThread"); 88Debug.Trace("Permissions", "AspNetHostingPermissionLevelLow"); 98Debug.Trace("Permissions", "AspNetHostingPermissionLevelMedium"); 108Debug.Trace("Permissions", "AspNetHostingPermissionLevelHigh"); 117Debug.Trace("Permissions", "FileReadAccess(" + filename + ")"); 122Debug.Trace("Permissions", "FileWriteAccess(" + filename + ")"); 127Debug.Trace("Permissions", "PathDiscovery(" + path + ")");
LegacyAspNetSynchronizationContext.cs (1)
182Debug.Trace("Async", "Queueing LastCompletionWorkItemCallback");
Management\BufferedWebEventProvider.cs (2)
31Debug.Trace("BufferedWebEventProvider", "Initializing: name=" + name); 60Debug.Trace("BufferedWebEventProvider", "Saving event to buffer: event=" + eventRaised.GetType().Name);
Management\EventlogProvider.cs (2)
33Debug.Trace("WebEventLogEventProvider", "Initializing: name=" + name); 180Debug.Trace("EventLogWebEventProvider", "ProcessEvent: event=" + eventRaised.GetType().Name);
Management\IisTraceWebEventProvider.cs (1)
33Debug.Trace("IisTraceWebEventProvider", "Initializing: name=" + name);
Management\MailWebEventProvider.cs (5)
47Debug.Trace("MailWebEventProvider", "Initializing: name=" + name); 128Debug.Trace("MailWebEventProvider", "Sending a message: subject=" + msg.Subject); 142Debug.Trace("MailWebEventProvider", "ProcessEvent: type =" + eventRaised.GetType() + 216Debug.Trace("MailWebEventProvider", "Calling SendMessageInternal; # of events: " + eventsToSend.Count); 231Debug.Trace("MailWebEventProvider", "Stop sending because we hit a fatal error");
Management\SimpleMailWebEventProvider.cs (1)
45Debug.Trace("SimpleMailWebEventProvider", "Initializing: name=" + name);
Management\SqlServices.cs (6)
399Debug.Trace("SqlServices", "Execute File: about to run " + fullpath); 448Debug.Trace("SqlServices", "Error executing command. SqlException:" + 469Debug.Trace("SqlServices", "Got expected error: " + expectedError + "; not throwing"); 586Debug.Trace("SqlServices", 662Debug.Trace("SqlServices", 731Debug.Trace("SqlServices", "Connecting to SQL: " + connectionString);
Management\SqlWebEventProvider.cs (3)
44Debug.Trace("SqlWebEventProvider", "Initializing: name=" + name); 93Debug.Trace("SqlWebEventProvider", "EventBufferFlush called: " + 258Debug.Trace("SqlWebEventProvider", "Writing event to SQL: event=" + eventRaised.GetType().Name);
Management\TemplatedMailWebEventProvider.cs (1)
63Debug.Trace("TemplatedMailWebEventProvider", "Initializing: name=" + name);
Management\webeventbuffer.cs (13)
187Debug.Trace("WebEventBuffer", 328Debug.Trace("WebEventBufferExtended", "Flush: buffer is empty, don't flush"); 363Debug.Trace("WebEventBuffer", "Flush: Called by AddEvent. Waiting for burst"); 367Debug.Trace("WebEventBuffer", "Flush: Called by AddEvent. Schedule an immediate flush"); 375Debug.Trace("WebEventBuffer", "Flush: Called by AddEvent. Have to wait longer because of _urgentFlushIntervalMs."); 379Debug.Trace("WebEventBuffer", "Wait time=" + waitTime + 387Debug.Trace("WebEventBuffer", "Flush called: max=" + max + 450Debug.Trace("WebEventBuffer", "Flush: going to flush " + toFlush + " events, but still have at least _urgentFlushThreshold left. Schedule a flush"); 456Debug.Trace("WebEventBuffer", "Flush: going to flush " + toFlush + " events"); 472Debug.Trace("WebEventBuffer", "Switch to use regular timeout"); 497Debug.Trace("WebEventBuffer", "Flush: Disposing the timer"); 516Debug.Trace("WebEventBufferSummary", "_threadsInFlush=" + _threadsInFlush); 561Debug.Trace("WebEventBuffer", "Buffer is full. Need to remove one from the tail");
Management\WebEvents.cs (20)
403Debug.Trace("WebEventRaiseError", "Error Event is raised; type=" + e.GetType().Name); 486Debug.Trace( 501Debug.Trace( 507Debug.Trace( 546Debug.Trace("WebEventRaiseDetails", 571Debug.Trace("WebEventRaiseDetails", 598Debug.Trace("WebEventRaiseDetails", "Calling ProcessEvent under " + HttpApplication.GetCurrentWindowsIdentityWithAssert().Name); 665Debug.Trace( 669Debug.Trace( 2246Debug.Trace("RuleFiringRecord", "Can't configure healthmonitor"); 2263Debug.Trace("RuleFiringRecord", "Custom evaluator returns false."); 2269Debug.Trace("RuleFiringRecord", "Hit an exception when calling Custom evaluator"); 2277Debug.Trace("RuleFiringRecord", 2284Debug.Trace("RuleFiringRecord", 2298Debug.Trace("RuleFiringRecord", 2309Debug.Trace("RuleFiringRecord", 2389Debug.Trace( 2395Debug.Trace( 2536Debug.Trace("WebEventManager", "Flushing provider " + provider.Name); 2552Debug.Trace("WebEventManager", "Shutting down provider " + provider.Name);
Management\WebEventTraceProvider.cs (1)
24Debug.Trace("TraceWebEventProvider", "Initializing: name=" + name);
Management\wmiprovider.cs (2)
27Debug.Trace("WmiWebEventProvider", "Initializing: name=" + name); 131Debug.Trace("WmiWebEventProvider", "ProcessEvent: event=" + eventRaised.GetType().Name);
OutputCacheModule.cs (22)
521Debug.Trace("OutputCacheModuleEnter", "Beginning OutputCacheModule::Enter"); 526Debug.Trace("OutputCacheModuleEnter", "Miss, no entries in output Cache" + 578Debug.Trace("OutputCacheModuleEnter", "Miss, Http method not GET, POST, or HEAD" + 595Debug.Trace("OutputCacheModuleEnter", "Miss, item not found.\n\tkey=" + key + 619Debug.Trace("OutputCacheModuleEnter", "Miss, key could not be created for vary-by item." + 704Debug.Trace("OutputCacheModuleEnter", "Output cache item found but method is POST and no VaryByParam specified." + 712Debug.Trace("OutputCacheModuleEnter", "Output cache item found but contains a querystring and no VaryByParam specified." + 723Debug.Trace("OutputCacheModuleEnter", "Output cache item found but this is a Range request and IgnoreRangeRequests is true." + 748Debug.Trace("OutputCacheModuleEnter", 767Debug.Trace("OutputCacheModuleEnter", 787Debug.Trace("OutputCacheModuleEnter", 804Debug.Trace("OutputCacheModuleEnter", 832Debug.Trace("OutputCacheModuleEnter", "Output cache item found but callback invalidated it." + 848Debug.Trace("OutputCacheModuleEnter", "Invalid validation status, ignoring it, status=" + validationStatus + 858Debug.Trace("OutputCacheModuleEnter", "Output cache item found but callback status is IgnoreThisRequest." + 921Debug.Trace("OutputCacheModuleEnter", "Ignore If-Modified-Since header, invalid format: " + ifModifiedSinceHeader); 950Debug.Trace("OutputCacheModuleEnter", "Hit, conditional request satisfied, status=304." + 1024Debug.Trace("OutputCacheModuleLeave", "Beginning OutputCacheModule::Leave"); 1225Debug.Trace("OutputCacheModuleLeave", "Couldn't add non-cacheable post.\n\tkey=" + _key); 1232Debug.Trace("OutputCacheModuleLeave", "Response.Flush() inside GetVaryByCustomString\n\tkey=" + _key); 1260Debug.Trace("OutputCacheModuleLeave", "Adding response to cache.\n\tkey=" + keyRawResponse); 1279Debug.Trace("OutputCacheModuleLeave", "Returning from OutputCacheModule::Leave");
PartitionResolver.cs (3)
75Debug.Trace("PartitionManager", "id=" + id + "; partitionString=" + partitionString); 94Debug.Trace("PartitionManager", "Add a new partition; id=" + id + "; partitionString=" + partitionString); 98Debug.Trace("PartitionManager", "id=" + id + "; partitionString=" + partitionString);
PerfCounters.cs (1)
83Debug.Trace("Perfcounters", "Exception: " + e.StackTrace);
PipelineModuleStepContainer.cs (1)
76Debug.Trace("PipelineRuntime",
RootedObjects.cs (5)
97Debug.Trace("RootedObjects", "Destroy"); 148Debug.Trace("RootedObjects", "ReleaseHttpContext"); 158Debug.Trace("RootedObjects", "ReleasePrincipal"); 177Debug.Trace("RootedObjects", "ReleaseWebSocketContext"); 187Debug.Trace("RootedObjects", "ReleaseWorkerRequest");
Security\FileAuthorizationModule.cs (11)
183Debug.Trace("FAM", "IsUserAllowedToFile: pathData.AnonymousAccessAllowed"); 189Debug.Trace("FAM", "IsUserAllowedToFile: pathData.AnonymousAccessChecked && isAnonymousUser"); 207Debug.Trace("FAM", "IsUserAllowedToFile: oSecDesc._AnonymousAccessChecked && isAnonymousUser"); 211Debug.Trace("FAM", "IsUserAllowedToFile: calling oSecDesc.IsAccessAllowed with iAccess == 1"); 224Debug.Trace("FAM", "IsUserAllowedToFile: updating pathData"); 230Debug.Trace("FAM", "IsUserAllowedToFile: calling oSecDesc.IsAccessAllowed with iAccess != 1"); 261Debug.Trace("FAM", "GetFileSecurityDescriptorWrapper: cache miss for " + fileName); 267Debug.Trace("FAM", "GetFileSecurityDescriptorWrapper: inserting into cache with dependency on " + cacheDependencyPath); 276Debug.Trace("internal", e.ToString()); 438Debug.Trace("FAM", "GetCacheDependencyPath: invalid security descriptor"); 443Debug.Trace("FAM", "GetCacheDependencyPath: valid security descriptor");
Security\FormsAuthenticationModule.cs (1)
485Debug.Trace("cookieauth", str);
State\InProcStateClientManager.cs (8)
38Debug.Trace("SessionOnEnd", "OnCacheItemRemoved called, reason = " + reason); 46Debug.Trace("SessionOnEnd", "OnCacheItemRemoved ignored"); 135Debug.Trace("SessionStateClientSet", "Removing the Uninit flag for item; key = " + key); 281Debug.Trace("SessionStateClientSet", "state is inStorage; key = " + key); 289Debug.Trace("SessionStateClientSet", "Leave because we're not the owner; key = " + key); 306Debug.Trace("SessionStateClientSet", "Changing state inplace; key = " + key); 335Debug.Trace("SessionStateClientSet", "Inserting state into Cache; key = " + key); 370Debug.Trace("SessionStateClientSet", "Inserting an uninitialized item into Cache; key = " + key);
State\OutOfProcStateClientManager.cs (12)
126Debug.Trace("OutOfProcSessionStateStore", "OnAppDomainUnload called"); 304Debug.Trace("OutOfProcSessionStateStoreMakeRequest", 324Debug.Trace("OutOfProcSessionStateStoreMakeRequest", "MakeRequest returned: " + 523Debug.Trace("OutOfProcSessionStateStore", "Calling Get, id=" + id); 536Debug.Trace("OutOfProcSessionStateStore", "Calling GetExlusive, id=" + id); 550Debug.Trace("OutOfProcSessionStateStore", "Calling ReleaseExclusive, id=" + id); 570Debug.Trace("OutOfProcSessionStateStore", "Calling Set, id=" + id + " sessionItems=" + item.Items + " timeout=" + item.Timeout); 601Debug.Trace("OutOfProcSessionStateStore", "Calling Remove, id=" + id); 615Debug.Trace("OutOfProcSessionStateStore", "Calling ResetTimeout, id=" + id); 633Debug.Trace("OutOfProcSessionStateStore", "Calling CreateUninitializedItem, id=" + id + " timeout=" + timeout); 660Debug.Trace("PartitionInfo", "Created a new info, server=" + server + ", port=" + port); 706Debug.Trace("ResourcePool", "Disposing OutOfProcConnection");
State\SessionIDManager.cs (12)
135Debug.Trace("SessionIDManager", "cookieMode = " + Config.Cookieless + 144Debug.Trace("SessionIDManager", "Beginning SessionIDManager::GetCookielessSessionID"); 154Debug.Trace("SessionIDManager", "cookieless=" + cookieless); 167Debug.Trace("SessionIDManager", "No legitimate cookie on path\nReturning from SessionStateModule::GetCookielessSessionID"); 173Debug.Trace("SessionIDManager", "CookielessSessionModule found SessionId=" + id + 223Debug.Trace("SessionIDManager", "Encode is doing UrlEncode "); 227Debug.Trace("SessionIDManager", "Encode is doing nothing "); 235Debug.Trace("SessionIDManager", "Decode is doing UrlDecode "); 239Debug.Trace("SessionIDManager", "Decode is doing nothing"); 352Debug.Trace("SessionIDManager", 372Debug.Trace("SessionIDManager", 392Debug.Trace("SessionIDManager", "Removing session id cookie");
State\SessionStateItemCollection.cs (7)
271Debug.Trace("SessionStateItemCollection", "Deserialized an item: keyname=" + name); 351Debug.Trace("SessionStateItemCollection", "Setting _dirty to true in get"); 361Debug.Trace("SessionStateItemCollection", "Setting _dirty to true in set"); 375Debug.Trace("SessionStateItemCollection", "Setting _dirty to true in get"); 385Debug.Trace("SessionStateItemCollection", "Setting _dirty to true in set"); 552Debug.Trace("SessionStateItemCollection", 606Debug.Trace("SessionStateItemCollection",
State\SessionStateModule.cs (28)
75Debug.Trace("SessionOnEnd", "Firing OnSessionEnd for " + sessionState.SessionID); 444Debug.Trace("SessionStateModuleInit", 532Debug.Trace("SessionStateModuleRaiseOnStart", 609Debug.Trace("SessionStateModuleOnAcquireState", "Beginning SessionStateModule::OnAcquireState"); 659Debug.Trace("SessionStateModuleOnAcquireState", "Current request id=" + _rqId); 664Debug.Trace("SessionStateModuleOnAcquireState", 671Debug.Trace("SessionStateModuleOnAcquireState", 792Debug.Trace("SessionStateModuleOnAcquireState", "Item retrieved=" + (_rqItem != null).ToString(CultureInfo.InvariantCulture)); 803Debug.Trace("SessionStateModuleOnAcquireState", "Initialize an uninit item"); 815Debug.Trace("SessionStateModuleOnAcquireState", "Delay creating new session state"); 827Debug.Trace("SessionStateModuleOnAcquireState", "Complete re-creating new id; redirected=" + redirected); 830Debug.Trace("SessionStateModuleOnAcquireState", "Will redirect because we've reissued a new id and it's cookieless"); 848Debug.Trace("SessionStateModuleOnAcquireState", "Calling OnStart"); 894Debug.Trace("InitStateStoreItem", "Creating new session state"); 934Debug.Trace("DelayedOperation", "Delayed getting session id"); 943Debug.Trace("DelayedOperation", "Delayed creating session id"); 1000Debug.Trace("SessionStateModuleOnAcquireState", 1007Debug.Trace("SessionStateModuleOnAcquireState", 1180Debug.Trace("SessionStateModuleOnAcquireState", 1259Debug.Trace("SessionStateOnReleaseState", "Beginning SessionStateModule::OnReleaseState"); 1279Debug.Trace("SessionStateOnReleaseState", "Remove session state from context"); 1300Debug.Trace("SessionStateOnReleaseState", "Not storing unused new session."); 1303Debug.Trace("SessionStateOnReleaseState", "Removing session due to abandonment, SessionId=" + _rqId); 1380Debug.Trace("SessionStateOnReleaseState", "Release exclusive lock on session, SessionId=" + _rqId); 1394Debug.Trace("SessionStateOnReleaseState", "Returning from SessionStateModule::OnReleaseState"); 1430Debug.Trace("SessionStateOnEndRequest", "Beginning SessionStateModule::OnEndRequest"); 1469Debug.Trace("SessionStateOnEndRequest", "Resetting timeout for SessionId=" + id); 1490Debug.Trace("SessionStateOnEndRequest", "Returning from SessionStateModule::OnEndRequest");
State\sqlstateclientmanager.cs (27)
164Debug.Trace("SqlSessionStateStore", "OnAppDomainUnload called"); 306Debug.Trace("SessionStatePooling", "CanUsePooling: not using integrated security"); 312Debug.Trace("SessionStatePooling", "CanUsePooling: no context"); 316Debug.Trace("SessionStatePooling", "CanUsePooling: mode is None or Application"); 320Debug.Trace("SessionStatePooling", "CanUsePooling: mode is UNC"); 326Debug.Trace("SessionStatePooling", "LOGON_USER = '" + logon + "'; identity = '" + _rqContext.User.Identity.Name + "'; IsUNC = " + HttpRuntime.IsOnUNCShareInternal); 336Debug.Trace("SessionStatePooling", "CanUsePooling returns " + ret); 350Debug.Trace("SessionStatePooling", "Calling GetConnection under " + WindowsIdentity.GetCurrent().Name); 500Debug.Trace("SqlSessionStateStore", "Sql Get returned long item"); 511Debug.Trace("SqlSessionStateStore", "Sql Get returned null"); 523Debug.Trace("SqlSessionStateStore", "Sql Get returned item that was locked"); 536Debug.Trace("SqlSessionStateStore", "LockAge = " + lockAge); 539Debug.Trace("SqlSessionStateStore", "Lock age is more than 1 year!!!"); 550Debug.Trace("SqlSessionStateStore", "Sql Get returned short item"); 575Debug.Trace("SqlSessionStateStore", "Calling Sql Get, id=" + id); 587Debug.Trace("SqlSessionStateStore", "Calling Sql GetExclusive, id=" + id); 597Debug.Trace("SqlSessionStateStore", "Calling Sql ReleaseExclusive, id=" + id); 635Debug.Trace("SqlSessionStateStore", "Calling Sql Set, id=" + id); 710Debug.Trace("SqlSessionStateStore", "Calling Sql Remove, id=" + id); 733Debug.Trace("SqlSessionStateStore", "Calling Sql ResetTimeout, id=" + id); 759Debug.Trace("SqlSessionStateStore", "Calling Sql InsertUninitializedItem, id=" + id); 795Debug.Trace("SessionStateClientSet", 850Debug.Trace("SqlSessionStateStore", "CanRetry: Call ClearPool to destroy the corrupted connections in the pool"); 961Debug.Trace("PartitionInfo", "Created a new info, sqlConnectionString=" + sqlConnectionString); 1041Debug.Trace("PartitionInfo", "SupportFlags initialized to " + flags); 1184Debug.Trace("SessionStateConnectionIdentity", "Connecting under " + WindowsIdentity.GetCurrent().Name); 1520Debug.Trace("ResourcePool", "Disposing SqlStateConnection");
State\StateRuntime.cs (1)
721Debug.Trace("OnCacheItemRemoved", "OnCacheItemRemoved ignored (item removed, but counters not updated)");
StaticFileHandler.cs (3)
311Debug.Trace("StaticFileHandler", "Virtual file " + virtualPath + " not found"); 321Debug.Trace("StaticFileHandler", "Using VirtualPathProvider for " + virtualPath); 505Debug.Trace("StaticFileHandler", "Path= " + virtualPathWithPathInfo + ", PhysicalPath= " + physicalPath);
ThreadContext.cs (8)
60Debug.Trace("OnThread", GetTraceMessage("Enter1")); 112Debug.Trace("OnThread", GetTraceMessage("Enter2")); 125Debug.Trace("OnThread", GetTraceMessage("Leave1")); 164Debug.Trace("OnThread", GetTraceMessage("Leave2")); 173Debug.Trace("OnThread", GetTraceMessage("EnterExecutionContext1")); 209Debug.Trace("OnThread", GetTraceMessage("EnterExecutionContext2")); 213Debug.Trace("OnThread", GetTraceMessage("LeaveExecutionContext1")); 225Debug.Trace("OnThread", GetTraceMessage("LeaveExecutionContext2"));
UI\BatchParser.cs (1)
68Debug.Trace("Template", "Parsed dependency: " + _virtualPath + " depends on " + virtualPath);
UI\Control.cs (1)
3059Debug.Trace("ClientUrl", "*** ResolveClientUrl (" + relativeUrl + ") --> " + url + " ***");
UI\LegacyPageAsyncTask.cs (4)
93Debug.Trace("Async", "Start task"); 108Debug.Trace("Async", "Task failed to start"); 120Debug.Trace("Async", "Task completed, CompletedSynchronously=" + ar.CompletedSynchronously); 131Debug.Trace("Async", "Task timed out");
UI\LegacyPageAsyncTaskManager.cs (2)
316Debug.Trace("Async", "TaskManager.TaskCompleted: onCallerThread=" + onCallerThread + 363Debug.Trace("Async", "Starting timeout timer for " + timerPeriod + " ms");
UI\ObjectTag.cs (1)
140Debug.Trace("Template", "<object> type: " + _type.FullName);
UI\Page.cs (2)
5975Debug.Trace("Async", "Page -- CallHandlersFromThreadpoolThread"); 6091Debug.Trace("Async", "Exception with async pending - saving the error");
UI\PageHandlerFactory.cs (1)
37Debug.Trace("PageHandlerFactory", "PageHandlerFactory: " + virtualPath);
UI\TemplateParser.cs (6)
681System.Web.Util.Debug.Trace("Culture", "Before parsing, culture is " + prevCulture.DisplayName); 693System.Web.Util.Debug.Trace("Culture", "After parsing, culture is " + currentThread.CurrentCulture.DisplayName); 695System.Web.Util.Debug.Trace("Culture", "Restored culture to " + prevCulture.DisplayName); 803System.Web.Util.Debug.Trace("Template", "Starting parse at " + DateTime.Now); 874System.Web.Util.Debug.Trace("Template", "Ending parse at " + DateTime.Now); 2294System.Web.Util.Debug.Trace("Template", "Found malformed server tag: " + tag);
UI\WebControls\BaseValidator.cs (1)
787Debug.Trace("BaseValidator.Validate", "id:" + ID + ", evaluateIsValid = " + IsValid.ToString());
UI\WebControls\xml.cs (6)
413Debug.Trace("XmlControl", "Xsl Transform not found in cache (" + _transformSource + ")"); 445Debug.Trace("XmlControl", "XslTransform found in cache (" + _transformSource + ")"); 477Debug.Trace("XmlControl", "XmlDocument not found in cache (" + _documentSource + ")"); 488Debug.Trace("XmlControl", "XmlDocument found in cache (" + _documentSource + ")"); 521Debug.Trace("XmlControl", "XPathDocument not found in cache (" + _documentSource + ")"); 542Debug.Trace("XmlControl", "XPathDocument found in cache (" + _documentSource + ")");
Util\FactoryGenerator.cs (1)
177Debug.Trace("FactoryGenerator", "Creating generator for type " + type.FullName);
Util\HashCodeCombiner.cs (13)
70Debug.Trace("HashCodeCombiner", "Adding " + n.ToString("x") + " --> " + _combinedHash.ToString("x")); 110Debug.Trace("HashCodeCombiner", "Ticks: " + dt.Ticks.ToString("x", CultureInfo.InvariantCulture)); 111Debug.Trace("HashCodeCombiner", "Hashcode: " + dt.GetHashCode().ToString("x", CultureInfo.InvariantCulture)); 116Debug.Trace("HashCodeCombiner", "file size: " + fileSize.ToString("x", CultureInfo.InvariantCulture)); 117Debug.Trace("HashCodeCombiner", "Hashcode: " + fileSize.GetHashCode().ToString("x", CultureInfo.InvariantCulture)); 123Debug.Trace("HashCodeCombiner", "FileMajorPart: " + fileVersionInfo.FileMajorPart.GetHashCode().ToString("x", CultureInfo.InvariantCulture)); 124Debug.Trace("HashCodeCombiner", "FileMinorPart: " + fileVersionInfo.FileMinorPart.GetHashCode().ToString("x", CultureInfo.InvariantCulture)); 125Debug.Trace("HashCodeCombiner", "FileBuildPart: " + fileVersionInfo.FileBuildPart.GetHashCode().ToString("x", CultureInfo.InvariantCulture)); 126Debug.Trace("HashCodeCombiner", "FilePrivatePart: " + fileVersionInfo.FilePrivatePart.GetHashCode().ToString("x", CultureInfo.InvariantCulture)); 152Debug.Trace("HashCodeCombiner", "AddFile: " + fileName); 162Debug.Trace("HashCodeCombiner", "Could not find target " + fileName); 171Debug.Trace("HashCodeCombiner", "AddExistingFile: " + fileName); 184Debug.Trace("HashCodeCombiner", "AddExistingFileVersion: " + fileName);
Util\ReadWriteSpinLock.cs (4)
102Debug.Trace("Spinlock", "AcquireReaderLock: _bits=" + _bits.ToString("x8", CultureInfo.InvariantCulture) 117Debug.Trace("Spinlock", "AcquireWriterLock: _bits=" + _bits.ToString("x8", CultureInfo.InvariantCulture) 131Debug.Trace("Spinlock", "ReleaseReaderLock: _bits=" + _bits.ToString("x8", CultureInfo.InvariantCulture) 177Debug.Trace("Spinlock", "ReleaseWriterLock: _bits=" + _bits.ToString("x8", CultureInfo.InvariantCulture)
Util\ResourcePool.cs (4)
56Debug.Trace("ResourcePool", "Disposed"); 74Debug.Trace("ResourcePool", "RetrieveResource returned null"); 116Debug.Trace("ResourcePool", "StoreResource reached max=" + _max); 146Debug.Trace("ResourcePool", "Timer disposing " + a.Length + "; remaining=" + _resources.Count);