1 write to binding
System.ServiceModel (1)
System\ServiceModel\Dispatcher\PartialTrustValidationBehavior.cs (1)
116
this.
binding
= binding;
4 references to binding
System.ServiceModel (4)
System\ServiceModel\Dispatcher\PartialTrustValidationBehavior.cs (4)
121
Fx.Assert(
binding
!= null, "BindingValidator was not constructed with a valid Binding instance");
123
Type bindingType =
binding
.GetType();
133
BindingElementCollection elements =
binding
.CreateBindingElements();
173
throw new InvalidOperationException(SR.GetString(resource,
binding
.Name, type));