8 references to NotifySink
System.Web.Services (8)
System\Web\Services\Protocols\RemoteDebugger.cs (8)
183if (NotifySink == null) return; 192UnsafeNativeMethods.OnSyncCallOut(NotifySink, callId, out bufferPtr, ref bufferSize); 220if (NotifySink == null) return; 233UnsafeNativeMethods.OnSyncCallReturn(NotifySink, callId, buffer, buffer.Length); 251if (NotifySink == null) return; 272UnsafeNativeMethods.OnSyncCallEnter(NotifySink, callId, buffer, buffer.Length); 288if (NotifySink == null) return; 297UnsafeNativeMethods.OnSyncCallExit(NotifySink, callId, out bufferPtr, ref bufferSize);