3 references to hashOfValidators
System.Workflow.ComponentModel (3)
AuthoringOM\Compiler\Validation\ValidationManager.cs (3)
64
if (this.
hashOfValidators
.Contains(type))
65
return ((List<Validator>)this.
hashOfValidators
[type]).ToArray();
71
this.
hashOfValidators
[type] = validators;