1 write to types
System.Workflow.ComponentModel (1)
AuthoringOM\Compiler\TypeSystem\CodeDomLoader.cs (1)
83
this.
types
= null;
8 references to types
System.Workflow.ComponentModel (8)
AuthoringOM\Compiler\TypeSystem\CodeDomLoader.cs (8)
32
if (this.typeProvider != null && this.
types
!= null)
34
this.
types
.Clear();
49
this.
types
.Add(partialType);
56
Queue nestedQueue = new Queue(this.
types
);
61
this.
types
.Add(type);
70
if (this.typeProvider != null && this.
types
!= null)
72
this.typeProvider.RemoveTypes(this.
types
.ToArray());
73
this.
types
.Clear();