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