3 references to hashOfGenerators
System.Workflow.ComponentModel (3)
AuthoringOM\Compiler\CodeGeneration\CodeGenerationManager.cs (3)
49if (this.hashOfGenerators.Contains(type)) 50return ((List<ActivityCodeGenerator>)this.hashOfGenerators[type]).ToArray(); 60this.hashOfGenerators[type] = generators;