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