3 writes to connection
System.Web.Services (3)
System\Web\Services\Protocols\RemoteDebugger.cs (3)
107connection = (INotifyConnection2)unk; 109connection = null; 150connection = null;
9 references to connection
System.Web.Services (9)
System\Web\Services\Protocols\RemoteDebugger.cs (9)
88if (connection == null && getConnection) { 90if (connection == null) { 114return connection; 134if (connection != null) { 136if (connection != null) { 141Marshal.ReleaseComObject(connection); 157if (this.notifySink != null && connection != null) { 159if (this.notifySink != null && connection != null) { 164UnsafeNativeMethods.UnregisterNotifySource(connection, this);