4 references to Connection
System.Web.Services (4)
System\Web\Services\Protocols\RemoteDebugger.cs (4)
52
enabled = !CompModSwitches.DisableRemoteDebugging.Enabled && Debugger.IsAttached &&
Connection
!= null;
70
enabled = protocol.Context.IsDebuggingEnabled &&
Connection
!= null;
121
if (this.notifySink == null &&
Connection
!= null) {
125
this.notifySink = UnsafeNativeMethods.RegisterNotifySource(
Connection
, this);