1 write to _columnExpressions
System.Data.Common (1)
System\Data\XMLSchema.cs (1)
653
_columnExpressions
= new ArrayList();
7 references to _columnExpressions
System.Data.Common (7)
System\Data\XMLSchema.cs (7)
371
_columnExpressions
!.Add(dc);
801
for (int i = 0; i <
_columnExpressions
.Count; i++)
803
DataColumn dc = ((DataColumn)(
_columnExpressions
[i])!);
2046
_columnExpressions
!.Add(column);
2160
_columnExpressions
!.Add(column);
2289
_columnExpressions
!.Add(column);
2475
_columnExpressions
!.Add(column);