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