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