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