3 references to Name
System.ServiceModel (3)
System\ServiceModel\Dispatcher\ClientRuntime.cs (1)
551
return item.
Name
;
System\ServiceModel\Dispatcher\ImmutableClientRuntime.cs (1)
52
this.operations.Add(operation.
Name
, operationRuntime);
System\ServiceModel\Dispatcher\ProxyOperationRuntime.cs (1)
60
this.name = operation.
Name
;