10 references to TARGETNAMESPACE
System.Data.Common (10)
System\Data\SimpleType.cs (2)
122
string? tempStr = XSDSchema.GetMsdataAttribute(node, Keywords.
TARGETNAMESPACE
);
238
typeNode.SetAttribute(Keywords.
TARGETNAMESPACE
, Keywords.MSDNS, Namespace);
System\Data\XDRSchema.cs (1)
478
string targetNamespace = node.GetAttribute(Keywords.
TARGETNAMESPACE
);
System\Data\xmlsaver.cs (3)
389
rootSchema.SetAttribute(Keywords.
TARGETNAMESPACE
, targetNamespace);
1508
root.SetAttribute(Keywords.
TARGETNAMESPACE
, Keywords.MSDNS, col.Namespace);
1738
root.SetAttribute(Keywords.
TARGETNAMESPACE
, Keywords.MSDNS, table.Namespace);
System\Data\XMLSchema.cs (4)
209
MSDATATargetNamespace = XSDSchema.GetMsdataAttribute((XmlSchemaType)item, Keywords.
TARGETNAMESPACE
);
2056
if (XSDSchema.GetMsdataAttribute(typeNode, Keywords.
TARGETNAMESPACE
) != null)
2298
if (XSDSchema.GetMsdataAttribute(typeNode!, Keywords.
TARGETNAMESPACE
) != null)
2485
if (XSDSchema.GetMsdataAttribute(typeNode!, Keywords.
TARGETNAMESPACE
) != null)