11 references to Namespace
System.Data.Common (11)
System\Data\SimpleType.cs (4)
238
typeNode.SetAttribute(Keywords.TARGETNAMESPACE, Keywords.MSDNS,
Namespace
);
247
if (_baseSimpleType.
Namespace
!= null && _baseSimpleType.
Namespace
.Length > 0)
249
string? prefix = (prefixes != null) ? (string?)prefixes[_baseSimpleType.
Namespace
] : null;
System\Data\xmlsaver.cs (7)
1263
string nSpace = (_schFormat != SchemaFormat.Remoting) ? stNode.
Namespace
:
1270
if (stNode.BaseSimpleType != null && stNode.BaseSimpleType.
Namespace
!= null && stNode.BaseSimpleType.
Namespace
.Length > 0)
1271
GetSchema(stNode.BaseSimpleType.
Namespace
); //it will ensure a prefix has been created for this namespace
1308
if (stNode.BaseSimpleType != null && stNode.BaseSimpleType.
Namespace
!= null && stNode.BaseSimpleType.
Namespace
.Length > 0)
1309
GetSchema(stNode.BaseSimpleType.
Namespace
); //it will ensure a prefix has been created for this namespace