System\Web\Services\Protocols\RemoteDebugger.cs (7)
98int result = UnsafeNativeMethods.CoCreateInstance(ref IID_NotifyConnectionClassGuid,
125this.notifySink = UnsafeNativeMethods.RegisterNotifySource(Connection, this);
164UnsafeNativeMethods.UnregisterNotifySource(connection, this);
192UnsafeNativeMethods.OnSyncCallOut(NotifySink, callId, out bufferPtr, ref bufferSize);
233UnsafeNativeMethods.OnSyncCallReturn(NotifySink, callId, buffer, buffer.Length);
272UnsafeNativeMethods.OnSyncCallEnter(NotifySink, callId, buffer, buffer.Length);
297UnsafeNativeMethods.OnSyncCallExit(NotifySink, callId, out bufferPtr, ref bufferSize);