6 references to hashOfRTTypes
System.Workflow.ComponentModel (6)
AuthoringOM\Compiler\TypeSystem\TypeProvider.cs (6)
474if (this.hashOfRTTypes.Contains(returnType)) 476returnType = (Type)this.hashOfRTTypes[returnType]; 481this.hashOfRTTypes.Add(returnType, returnType2); 969ArrayList types = new ArrayList(this.hashOfRTTypes.Keys); 973((RTTypeWrapper)this.hashOfRTTypes[type]).OnAssemblyRemoved(assembly); 975this.hashOfRTTypes.Remove(type);