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