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