1 write to _controlThread
System.Web (1)
IntSecurity.cs (1)
76
_controlThread
= new SecurityPermission(SecurityPermissionFlag.ControlThread);
2 references to _controlThread
System.Web (2)
IntSecurity.cs (2)
75
if (
_controlThread
== null)
79
return
_controlThread
;