1 write to _proxiedType
System.ServiceModel.Primitives (1)
System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
38channelProxy._proxiedType = typeof(TChannel);
3 references to _proxiedType
System.ServiceModel.Primitives (3)
System\ServiceModel\Channels\ServiceChannelProxy.cs (3)
50return _proxiedType.ToString(); 135throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SRP.Format(SRP.InvalidTypedProxyMethodHandle, _proxiedType.Name))); 364return _proxiedType;