1 instantiation of CallOpenOnce
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (1)
1968
s_instance = new
CallOpenOnce
();
3 references to CallOpenOnce
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (3)
450
_autoOpenManager = new CallOnceManager(this,
CallOpenOnce
.Instance);
1960
private static
CallOpenOnce
s_instance;
1962
internal static
CallOpenOnce
Instance