5 references to QualifiedName
System.Data (5)
fx\src\data\System\Data\SimpleType.cs (2)
166XSDSchema.QualifiedName(this.baseType) == XSDSchema.QualifiedName("string") &&
fx\src\data\System\Data\xmlsaver.cs (3)
1113root.SetAttribute(keyword, XSDSchema.QualifiedName(col.XmlDataType)); 1128root.SetAttribute(keyword, XSDSchema.QualifiedName(typeName)); 1557root.SetAttribute(Keywords.TYPE, XSDSchema.QualifiedName(_typeName));