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