5 references to RegularExpression
System.Workflow.Activities (1)
Rules\RuleValidation.cs (1)
3871
if (authorizedType.
RegularExpression
.IsMatch(qualifiedName))
System.Workflow.ComponentModel (4)
AuthoringOM\Bind.cs (1)
298
if (authorizedType.
RegularExpression
.IsMatch(referenceType.AssemblyQualifiedName))
AuthoringOM\Compiler\XomlCompiler.cs (1)
641
if (authorizedType.
RegularExpression
.IsMatch(typeToAuthorize.AssemblyQualifiedName))
AuthoringOM\Compiler\XomlCompilerHelpers.cs (1)
253
if (authorizedType.
RegularExpression
.IsMatch(referenceType))
AuthoringOM\Serializer\WorkflowMarkupSerializer.cs (1)
2317
if (authorizedType.
RegularExpression
.IsMatch(typeToAuthorize.AssemblyQualifiedName))