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