1 write to messageInspectors
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ClientRuntime.cs (1)
99this.messageInspectors = new ProxyBehaviorCollection<IClientMessageInspector>(this);
2 references to messageInspectors
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ClientRuntime.cs (2)
30return this.messageInspectors; 348get { return this.messageInspectors; }