1 write to _constraintNodes
System.Data.Common (1)
System\Data\XMLSchema.cs (1)
654
_constraintNodes
= new Hashtable();
3 references to _constraintNodes
System.Data.Common (3)
System\Data\XMLSchema.cs (3)
1299
ConstraintTable? key = (ConstraintTable?)
_constraintNodes
![refer];
1395
if (
_constraintNodes
!.ContainsKey(name))
1407
_constraintNodes
.Add(name, new ConstraintTable(table, keyNode));