7 references to CodeDomStatementWalker
System.Workflow.Activities (7)
Rules\Parser\Parser.cs (1)
2823if (!CodeDomStatementWalker.Validate(Validator, statement) && Validator.Errors.Count > 0)
Rules\RuleAction.cs (6)
246return CodeDomStatementWalker.Validate(validator, codeDomStatement); 254CodeDomStatementWalker.Execute(context, codeDomStatement); 261CodeDomStatementWalker.AnalyzeUsage(analysis, codeDomStatement); 268newAction.codeDomStatement = CodeDomStatementWalker.Clone(codeDomStatement); 278CodeDomStatementWalker.Decompile(decompilation, codeDomStatement); 286return ((other != null) && (CodeDomStatementWalker.Match(CodeDomStatement, other.CodeDomStatement)));