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