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