4 writes to ValidateMustUnderstand
System.ServiceModel (3)
System\ServiceModel\CallbackBehaviorAttribute.cs (1)
184dispatchRuntime.ValidateMustUnderstand = validateMustUnderstand;
System\ServiceModel\Description\MustUnderstandBehavior.cs (1)
41endpointDispatcher.DispatchRuntime.ValidateMustUnderstand = this.ValidateMustUnderstand;
System\ServiceModel\ServiceBehaviorAttribute.cs (1)
384behavior.ValidateMustUnderstand = validateMustUnderstand;
System.WorkflowServices (1)
System\ServiceModel\Description\WorkflowServiceBehavior.cs (1)
298dispatchRuntime.ValidateMustUnderstand = this.ValidateMustUnderstand;
1 reference to ValidateMustUnderstand
System.ServiceModel (1)
System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (1)
93this.validateMustUnderstand = dispatch.ValidateMustUnderstand;