4 instantiations of CallId
System.Web.Services (4)
System\Web\Services\Protocols\RemoteDebugger.cs (4)
187CallId callId = new CallId(null, 0, (IntPtr)0, 0, null, request.RequestUri.Host); 228CallId callId = new CallId(null, 0, (IntPtr)0, 0, null, null); 267CallId callId = new CallId(null, 0, (IntPtr)0, 0, methodBuilder.ToString(), null); 292CallId 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)
187CallId callId = new CallId(null, 0, (IntPtr)0, 0, null, request.RequestUri.Host); 228CallId callId = new CallId(null, 0, (IntPtr)0, 0, null, null); 267CallId callId = new CallId(null, 0, (IntPtr)0, 0, methodBuilder.ToString(), null); 292CallId callId = new CallId(null, 0, (IntPtr)0, 0, null, null);
System\Web\Services\UnsafeNativeMethods.cs (4)
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) {