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