1 write to _columnExpressions
System.Data.Common (1)
System\Data\XMLSchema.cs (1)
656
_columnExpressions
= new ArrayList();
7 references to _columnExpressions
System.Data.Common (7)
System\Data\XMLSchema.cs (7)
374
_columnExpressions
!.Add(dc);
804
for (int i = 0; i <
_columnExpressions
.Count; i++)
806
DataColumn dc = ((DataColumn)(
_columnExpressions
[i])!);
2050
_columnExpressions
!.Add(column);
2164
_columnExpressions
!.Add(column);
2293
_columnExpressions
!.Add(column);
2479
_columnExpressions
!.Add(column);