2 writes to codeDomTypes
System.Workflow.ComponentModel (2)
AuthoringOM\Compiler\TypeSystem\DesignTimeType.cs (2)
70this.codeDomTypes = new List<CodeTypeDeclaration>(); 91this.codeDomTypes = null;
19 references to codeDomTypes
System.Workflow.ComponentModel (19)
AuthoringOM\Compiler\TypeSystem\DesignTimeType.cs (19)
141codeDomTypes.Add(codeDomType); 178if (this.codeDomTypes != null) 180foreach (CodeTypeDeclaration codeDomType in this.codeDomTypes) 203else if (codeDomTypes != null && codeDomTypes.Count > 0) 205if (codeDomTypes[0].IsStruct) 207else if (codeDomTypes[0].IsEnum) 209else if ((codeDomTypes[0].IsClass) && (!IsByRef) && (!IsPointer)) 211else if (codeDomTypes[0] is CodeTypeDelegate) 221if (this.codeDomTypes != null) 223foreach (CodeTypeDeclaration declaration in this.codeDomTypes) 354if (this.codeDomTypes != null && this.attributes == null) 358foreach (CodeTypeDeclaration codeType in this.codeDomTypes) 499if (this.codeDomTypes != null) 504foreach (CodeTypeDeclaration codeDomType in this.codeDomTypes) 532if (this.codeDomTypes != null) 535foreach (CodeTypeDeclaration codeDomType in this.codeDomTypes) 1090if (this.codeDomTypes != null) 1092foreach (CodeTypeDeclaration codeDomType in codeDomTypes)