1 write to name
System.ServiceModel (1)
System\ServiceModel\Dispatcher\ProxyOperationRuntime.cs (1)
60
this.
name
= operation.Name;
5 references to name
System.ServiceModel (5)
System\ServiceModel\Dispatcher\ProxyOperationRuntime.cs (5)
95
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SR.GetString(SR.ClientRuntimeRequiresFormatter0, this.
name
)));
131
get { return this.
name
; }
215
this.parameterInspectors[i].AfterCall(this.
name
,
273
rpc.Correlation[offset + i] = this.parameterInspectors[i].BeforeCall(this.
name
, rpc.InputParameters);
328
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SR.GetString(SR.SFxProxyRuntimeMessageCannotBeNull, this.
name
)));