2 references to MessageInspectors
System.ServiceModel.Primitives (2)
System\ServiceModel\Dispatcher\ClientRuntime.cs (1)
330get { return MessageInspectors; }
System\ServiceModel\Dispatcher\ImmutableClientRuntime.cs (1)
26_messageInspectors = EmptyArray<IClientMessageInspector>.ToArray(behavior.MessageInspectors);