2 instantiations of WebThreadInformation
System.Web (2)
Management\WebEvents.cs (2)
1424_threadInfo = new WebThreadInformation(base.ErrorException); 1523_threadInfo = new WebThreadInformation(base.ErrorException);
9 references to WebThreadInformation
System.Web (9)
HttpApplication.cs (1)
2226e.Data[System.Web.Management.WebThreadInformation.IsImpersonatingKey] = String.Empty;
Management\EventlogProvider.cs (1)
161void AddWebThreadInformationDataFields(ArrayList dataFields, WebThreadInformation threadInfo) {
Management\WebEvents.cs (4)
1382WebThreadInformation _threadInfo; 1428public WebThreadInformation ThreadInformation { 1479WebThreadInformation _threadInfo; 1527public WebThreadInformation ThreadInformation {
Management\wmiprovider.cs (3)
121void FillErrorWmiDataFields(ref UnsafeNativeMethods.WmiData wmiData, WebThreadInformation threadInfo) { 217WebThreadInformation threadInfo = reEvent.ThreadInformation; 226WebThreadInformation threadInfo = eEvent.ThreadInformation;