15 references to BindValidationContext
System.Workflow.Activities (5)
CorrelationValidator.cs (1)
917
new
BindValidationContext
(paramInfo.ParameterType.IsByRef ? paramInfo.ParameterType.GetElementType() : paramInfo.ParameterType, access));
InvokeSchedule.cs (1)
298
ValidationErrorCollection memberErrors = ValidationHelpers.ValidateProperty(manager, invokeWorkflow, paramBinding.GetBinding(WorkflowParameterBinding.ValueProperty), new PropertyValidationContext(paramBinding, null, paramBinding.ParameterName), new
BindValidationContext
(parameterType, AccessTypes.Read));
InvokeWebService.cs (1)
496
new PropertyValidationContext(invokeWebService.ParameterBindings[paramName], null, paramName), new
BindValidationContext
(paramInfo.ParameterType.IsByRef ? paramInfo.ParameterType.GetElementType() : paramInfo.ParameterType, access));
WebServiceReceive.cs (1)
604
new PropertyValidationContext(webServiceReceive.ParameterBindings[paramName], null, paramName), new
BindValidationContext
(paramInfo.ParameterType.IsByRef ? paramInfo.ParameterType.GetElementType() : paramInfo.ParameterType, access));
WebServiceResponse.cs (1)
439
new PropertyValidationContext(webServiceResponse.ParameterBindings[paramName], null, paramName), new
BindValidationContext
(paramInfo.ParameterType.IsByRef ? paramInfo.ParameterType.GetElementType() : paramInfo.ParameterType, access));
System.Workflow.ComponentModel (9)
AuthoringOM\Compiler\Validation\BindValidationContext.cs (1)
23
:
this
(targetType, AccessTypes.Read)
AuthoringOM\Compiler\Validation\BindValidator.cs (8)
69
validationBindContext = new
BindValidationContext
(baseType, accessType);
81
validationErrors.AddRange(this.ValidateField(manager, activity, bind, new
BindValidationContext
(targetType, validationBindContext.Access)));
254
validationBindContext = new
BindValidationContext
(baseType, accessType);
261
validationErrors.AddRange(this.ValidateBindProperty(manager, activity, bind, new
BindValidationContext
(targetType, validationBindContext.Access)));
451
validationBindContext = new
BindValidationContext
(baseType, accessType);
463
validationErrors.AddRange(this.ValidateMethod(manager, activity, bind, new
BindValidationContext
(targetType, validationBindContext.Access)));
773
validationBindContext = new
BindValidationContext
(baseType, accessType);
785
validationErrors.AddRange(this.ValidateActivity(manager, bind, new
BindValidationContext
(targetType, validationBindContext.Access)));
System.WorkflowServices (1)
System\Workflow\Activities\ValidationHelper.cs (1)
931
BindValidationContext bindValidationContext = new
BindValidationContext
(