8 references to INotifySink2
System.Web.Services (8)
System\Web\Services\Interop\INotifyConnection2.cs (1)
11INotifySink2 RegisterNotifySource(
System\Web\Services\Protocols\RemoteDebugger.cs (2)
18private INotifySink2 notifySink; 119private INotifySink2 NotifySink {
System\Web\Services\UnsafeNativeMethods.cs (5)
27internal static INotifySink2 RegisterNotifySource(INotifyConnection2 connection, INotifySource2 source) { 35internal static void OnSyncCallOut(INotifySink2 sink, CallId callId, out IntPtr out_ppBuffer, ref int inout_pBufferSize) { 39internal static void OnSyncCallEnter(INotifySink2 sink, CallId callId, byte[] in_pBuffer, int in_BufferSize) { 43internal static void OnSyncCallReturn(INotifySink2 sink, CallId callId, byte[] in_pBuffer, int in_BufferSize) { 47internal static void OnSyncCallExit(INotifySink2 sink, CallId callId, out IntPtr out_ppBuffer, ref int inout_pBufferSize) {