11 references to TARGETNAMESPACE
System.Data (11)
fx\src\data\System\Data\SimpleType.cs (2)
159
string tempStr = XSDSchema.GetMsdataAttribute(node, Keywords.
TARGETNAMESPACE
);
254
typeNode.SetAttribute(Keywords.
TARGETNAMESPACE
, Keywords.MSDNS, this.Namespace);
fx\src\data\System\Data\XDRSchema.cs (1)
437
String targetNamespace = node.GetAttribute(Keywords.
TARGETNAMESPACE
);
fx\src\data\System\Data\xmlsaver.cs (3)
339
rootSchema.SetAttribute(Keywords.
TARGETNAMESPACE
, targetNamespace );
1269
root.SetAttribute( Keywords.
TARGETNAMESPACE
, Keywords.MSDNS, col.Namespace);
1479
root.SetAttribute( Keywords.
TARGETNAMESPACE
, Keywords.MSDNS, table.Namespace);
fx\src\data\System\Data\XMLSchema.cs (5)
188
MSDATATargetNamespace = XSDSchema.GetMsdataAttribute((XmlSchemaType)item, Keywords.
TARGETNAMESPACE
);
1777
if (XSDSchema.GetMsdataAttribute(typeNode, Keywords.
TARGETNAMESPACE
)!= null) {
1989
if (XSDSchema.GetMsdataAttribute(typeNode, Keywords.
TARGETNAMESPACE
)!= null) {
2069
string targetNamespace = XSDSchema.GetMsdataAttribute(typeNode, Keywords.
TARGETNAMESPACE
);
2149
if (XSDSchema.GetMsdataAttribute(typeNode, Keywords.
TARGETNAMESPACE
)!= null) {