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)
1299ConstraintTable? key = (ConstraintTable?)_constraintNodes![refer]; 1395if (_constraintNodes!.ContainsKey(name)) 1407_constraintNodes.Add(name, new ConstraintTable(table, keyNode));