1 write to _name
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DispatchOperationRuntime.cs (1)
60
_name
= operation.Name;
4 references to _name
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DispatchOperationRuntime.cs (4)
66
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(string.Format(SRServiceModel.DispatchRuntimeRequiresFormatter0,
_name
)));
102
get { return
_name
; }
300
string message = string.Format(SRServiceModel.SFxNullReplyFromFormatter2, this.Formatter.GetType().ToString(), (
_name
?? ""));
308
string message = string.Format(SRServiceModel.SFxDispatchRuntimeMessageCannotBeNull,
_name
);