6 references to Trace
System.Web (6)
EtwTrace.cs (2)
225
Trace
(traceType, workerRequest, data1, null, null, null);
230
Trace
(traceType, workerRequest, data1, data2, null, null);
Management\WebEvents.cs (2)
532
EtwTrace.
Trace
(EtwTraceType.ETW_TYPE_WEB_EVENT_RAISE_START,
580
EtwTrace.
Trace
(EtwTraceType.ETW_TYPE_WEB_EVENT_DELIVER_START,
Security\Roles.cs (2)
117
EtwTrace.
Trace
(EtwTraceType.ETW_TYPE_ROLE_IS_USER_IN_ROLE, HttpContext.Current.WorkerRequest, isRolePrincipal ? "RolePrincipal" : Provider.GetType().FullName, username, roleName, status);
161
EtwTrace.
Trace
(EtwTraceType.ETW_TYPE_ROLE_GET_USER_ROLES, HttpContext.Current.WorkerRequest, isRolePrincipal ? "RolePrincipal" : Provider.GetType().FullName, username, roleNames, null);