2 writes to notifySink
System.Web.Services (2)
System\Web\Services\Protocols\RemoteDebugger.cs (2)
125this.notifySink = UnsafeNativeMethods.RegisterNotifySource(Connection, this); 173this.notifySink = null;
4 references to notifySink
System.Web.Services (4)
System\Web\Services\Protocols\RemoteDebugger.cs (4)
121if (this.notifySink == null && Connection != null) { 129return this.notifySink; 157if (this.notifySink != null && connection != null) { 159if (this.notifySink != null && connection != null) {