2 writes to ValidateMustUnderstand
System.ServiceModel (2)
System\ServiceModel\Dispatcher\ClientRuntime.cs (1)
205this.shared.ValidateMustUnderstand = value;
System\ServiceModel\Dispatcher\DispatchRuntime.cs (1)
578this.shared.ValidateMustUnderstand = value;
2 references to ValidateMustUnderstand
System.ServiceModel (2)
System\ServiceModel\Dispatcher\ClientRuntime.cs (1)
199get { return this.shared.ValidateMustUnderstand; }
System\ServiceModel\Dispatcher\DispatchRuntime.cs (1)
572get { return this.shared.ValidateMustUnderstand; }