5 references to hashOfDTTypes
System.Workflow.ComponentModel (5)
AuthoringOM\Compiler\TypeSystem\TypeProvider.cs (5)
362
if (this.
hashOfDTTypes
.Contains(name))
364
returnType = this.
hashOfDTTypes
[name] as Type;
369
this.
hashOfDTTypes
.Add(name, returnType);
930
foreach (Type cachedtype in this.
hashOfDTTypes
.Values)
942
this.
hashOfDTTypes
.Remove(hashedTypeName);