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