3 implementations of AllowInitializationUI
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (1)
1394bool IClientChannel.AllowInitializationUI
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
618bool IClientChannel.AllowInitializationUI
FrameworkFork\System.ServiceModel\System\ServiceModel\ClientBase.cs (1)
582bool IClientChannel.AllowInitializationUI
2 writes to AllowInitializationUI
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
626((IClientChannel)_serviceChannel).AllowInitializationUI = value;
FrameworkFork\System.ServiceModel\System\ServiceModel\ClientBase.cs (1)
585set { ((IClientChannel)_channel).AllowInitializationUI = value; }
2 references to AllowInitializationUI
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
622return ((IClientChannel)_serviceChannel).AllowInitializationUI;
FrameworkFork\System.ServiceModel\System\ServiceModel\ClientBase.cs (1)
584get { return ((IClientChannel)_channel).AllowInitializationUI; }