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