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);