1 instantiation of ValidationShim
System.WorkflowServices (1)
System\Workflow\Activities\ReceiveActivity.cs (1)
566this.validationShim = new ValidationShim(this, parentEventHandler);
2 references to ValidationShim
System.WorkflowServices (2)
System\Workflow\Activities\ReceiveActivity.cs (2)
465if (ValidationShim.EvaluateSecurityConstraints(executionContext, this, requestContext)) 917else if (ValidationShim.EvaluateSecurityConstraints(executionContext, this, requestContext) == true)