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