11 references to Namespace
System.Data (11)
fx\src\data\System\Data\SimpleType.cs (4)
254
typeNode.SetAttribute(Keywords.TARGETNAMESPACE, Keywords.MSDNS, this.
Namespace
);
261
if (baseSimpleType.
Namespace
!= null && baseSimpleType.
Namespace
.Length > 0) {
262
string prefix = (prefixes!=null)?(string) prefixes[baseSimpleType.
Namespace
]:null;
fx\src\data\System\Data\xmlsaver.cs (7)
1064
string nSpace = (schFormat != SchemaFormat.Remoting) ? stNode.
Namespace
:
1071
if (stNode.BaseSimpleType != null && stNode.BaseSimpleType.
Namespace
!= null && stNode.BaseSimpleType.
Namespace
.Length>0)
1072
GetSchema(stNode.BaseSimpleType.
Namespace
); //it will ensure a prefix has been created for this namespace
1103
if (stNode.BaseSimpleType != null && stNode.BaseSimpleType.
Namespace
!= null && stNode.BaseSimpleType.
Namespace
.Length>0)
1104
GetSchema(stNode.BaseSimpleType.
Namespace
); //it will ensure a prefix has been created for this namespace