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