1 write to _name
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ProxyOperationRuntime.cs (1)
49
_name
= operation.Name;
5 references to _name
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ProxyOperationRuntime.cs (5)
84
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(string.Format(SRServiceModel.ClientRuntimeRequiresFormatter0,
_name
)));
115
get { return
_name
; }
174
_parameterInspectors[i].AfterCall(
_name
,
215
rpc.Correlation[offset + i] = _parameterInspectors[i].BeforeCall(
_name
, rpc.InputParameters);
255
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(string.Format(SRServiceModel.SFxProxyRuntimeMessageCannotBeNull,
_name
)));