7 references to Name
System.ServiceModel (6)
System\ServiceModel\ComIntegration\ComPlusThreadInitializer.cs (2)
50if (opInfo.Name == operation.Name) 63operation.Name)));
System\ServiceModel\Description\DispatcherBuilder.cs (1)
1114if (dispatchOperation == null && dispatch.UnhandledDispatchOperation != null && dispatch.UnhandledDispatchOperation.Name == operation.Name)
System\ServiceModel\Dispatcher\DispatchOperationRuntime.cs (1)
92this.name = operation.Name;
System\ServiceModel\Dispatcher\DispatchRuntime.cs (1)
932return item.Name;
System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (1)
124demuxer.Add(operation.Name, operationRuntime);
System.ServiceModel.Web (1)
System\ServiceModel\Description\WebHttpBehavior.cs (1)
249else if (endpointDispatcher.DispatchRuntime.UnhandledDispatchOperation.Name == od.Name)