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