1 write to expressions
System.Data (1)
fx\src\data\System\Data\XMLSchema.cs (1)
323this.expressions = new Hashtable();
3 references to expressions
System.Data (3)
fx\src\data\System\Data\XMLSchema.cs (3)
322if (this.expressions == null) 324this.expressions[dc] = attrs[i].Value; 694dc.Expression = (string) this.expressions[dc];