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)
2226
e.Data[System.Web.Management.
WebThreadInformation
.IsImpersonatingKey] = String.Empty;
Management\EventlogProvider.cs (1)
161
void AddWebThreadInformationDataFields(ArrayList dataFields,
WebThreadInformation
threadInfo) {
Management\WebEvents.cs (4)
1382
WebThreadInformation
_threadInfo;
1428
public
WebThreadInformation
ThreadInformation {
1479
WebThreadInformation
_threadInfo;
1527
public
WebThreadInformation
ThreadInformation {
Management\wmiprovider.cs (3)
121
void FillErrorWmiDataFields(ref UnsafeNativeMethods.WmiData wmiData,
WebThreadInformation
threadInfo) {
217
WebThreadInformation
threadInfo = reEvent.ThreadInformation;
226
WebThreadInformation
threadInfo = eEvent.ThreadInformation;