4 instantiations of CallId
System.Web.Services (4)
System\Web\Services\Protocols\RemoteDebugger.cs (4)
187
CallId callId = new
CallId
(null, 0, (IntPtr)0, 0, null, request.RequestUri.Host);
228
CallId callId = new
CallId
(null, 0, (IntPtr)0, 0, null, null);
267
CallId callId = new
CallId
(null, 0, (IntPtr)0, 0, methodBuilder.ToString(), null);
292
CallId callId = new
CallId
(null, 0, (IntPtr)0, 0, null, null);
12 references to CallId
System.Web.Services (12)
System\Web\Services\Interop\INotifySink2.cs (4)
18
[In]
CallId
callId,
24
[In]
CallId
callId,
30
[In]
CallId
callId,
36
[In]
CallId
callId,
System\Web\Services\Protocols\RemoteDebugger.cs (4)
187
CallId
callId = new CallId(null, 0, (IntPtr)0, 0, null, request.RequestUri.Host);
228
CallId
callId = new CallId(null, 0, (IntPtr)0, 0, null, null);
267
CallId
callId = new CallId(null, 0, (IntPtr)0, 0, methodBuilder.ToString(), null);
292
CallId
callId = new CallId(null, 0, (IntPtr)0, 0, null, null);
System\Web\Services\UnsafeNativeMethods.cs (4)
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) {