1 instantiation of WebhostListenerCallbacks
SMSvcHost (1)
System\ServiceModel\Activation\ListenerAdapterBase.cs (1)
62listenerCallbacks = new WebHostUnsafeNativeMethods.WebhostListenerCallbacks();
2 references to WebhostListenerCallbacks
SMSvcHost (2)
System\ServiceModel\Activation\ListenerAdapterBase.cs (1)
23WebHostUnsafeNativeMethods.WebhostListenerCallbacks listenerCallbacks;
System\ServiceModel\Activation\WebHostUnsafeNativeMethods.cs (1)
40internal delegate int WebhostRegisterProtocol([MarshalAs(UnmanagedType.LPWStr)] string protocolId, ref WebhostListenerCallbacks listenerCallbacks, IntPtr context, out int protocolHandle);