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