4 overrides of OnClose
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BinaryMessageEncoder.cs (1)
1608protected override void OnClose()
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Message.cs (3)
1026protected override void OnClose() 1317protected override void OnClose() 1603protected override void OnClose()
5 references to OnClose
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BinaryMessageEncoder.cs (1)
1613base.OnClose();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Message.cs (4)
76OnClose(); 1031base.OnClose(); 1322base.OnClose(); 1608base.OnClose();