1 write to _proxiedType
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
38
channelProxy.
_proxiedType
= typeof(TChannel);
3 references to _proxiedType
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelProxy.cs (3)
50
return
_proxiedType
.ToString();
131
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(string.Format(SRServiceModel.InvalidTypedProxyMethodHandle,
_proxiedType
.Name)));
346
return
_proxiedType
;