4 writes to ns
System.Data (4)
fx\src\data\System\Data\SimpleType.cs (4)
52ns = (node.QualifiedName != null) ? node.QualifiedName.Namespace : ""; 69this.ns = info.GetString("SimpleType.NS"); 161ns = tempStr; 393this.ns = string.Empty;
4 references to ns
System.Data (4)
fx\src\data\System\Data\SimpleType.cs (4)
82info.AddValue("SimpleType.NS", this.ns); 200return ns; 227if (ns.Length == 0) 229return (ns + ":" + name);