2 references to MessageInspectors
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ClientRuntime.cs (1)
342get { return this.MessageInspectors; }
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ImmutableClientRuntime.cs (1)
29_messageInspectors = EmptyArray<IClientMessageInspector>.ToArray(behavior.MessageInspectors);