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