4 references to ReportStopped
System.ServiceModel.WasHosting (4)
System\ServiceModel\WasHosting\BaseAppDomainProtocolHandler.cs (1)
139this.listenerChannelCallback.ReportStopped(0);
System\ServiceModel\WasHosting\BaseProcessProtocolHandler.cs (1)
38listenerChannelCallback.ReportStopped(0);
System\ServiceModel\WasHosting\MsmqIntegrationProcessProtocolHandler.cs (1)
25listenerChannelCallback.ReportStopped(Marshal.GetHRForException(ex));
System\ServiceModel\WasHosting\MsmqProcessProtocolHandler.cs (1)
25listenerChannelCallback.ReportStopped(System.Runtime.InteropServices.Marshal.GetHRForException(ex));