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