1 write to name
System.ServiceModel (1)
System\ServiceModel\Dispatcher\DispatchOperationRuntime.cs (1)
92this.name = operation.Name;
4 references to name
System.ServiceModel (4)
System\ServiceModel\Dispatcher\DispatchOperationRuntime.cs (4)
105throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SR.GetString(SR.DispatchRuntimeRequiresFormatter0, this.name))); 193get { return this.name; } 794string message = SR.GetString(SR.SFxNullReplyFromFormatter2, this.Formatter.GetType().ToString(), (this.name ?? "")); 802string message = SR.GetString(SR.SFxDispatchRuntimeMessageCannotBeNull, this.name);