1 write to _unhandled
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ClientRuntime.cs (1)
102
_unhandled
= new ClientOperation(this, "*", MessageHeaders.WildcardAction, MessageHeaders.WildcardAction);
2 references to _unhandled
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ClientRuntime.cs (2)
103
_unhandled
.InternalFormatter = new MessageOperationFormatter();
382
get { return
_unhandled
; }