1 write to UnhandledDispatchOperation
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\DispatcherBuilder.cs (1)
180
parent.
UnhandledDispatchOperation
= child;
4 references to UnhandledDispatchOperation
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\DispatcherBuilder.cs (3)
246
if (dispatchOperation == null && dispatch.
UnhandledDispatchOperation
!= null && dispatch.
UnhandledDispatchOperation
.Name == operation.Name)
248
dispatchOperation = dispatch.
UnhandledDispatchOperation
;
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (1)
60
DispatchOperationRuntime unhandled = new DispatchOperationRuntime(dispatch.
UnhandledDispatchOperation
, this);