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