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