7 references to XmlSchemaNamedItem
System.Private.Xml (7)
System\Xml\Serialization\XmlSchemas.cs (7)
509item = SR.Format(SR.XmlSchemaNamedItem, ns, "notation", ((XmlSchemaNotation)o).Name, details); 513item = SR.Format(SR.XmlSchemaNamedItem, ns, "group", ((XmlSchemaGroup)o).Name, details); 525item = SR.Format(SR.XmlSchemaNamedItem, ns, "element", e.Name, details); 530item = SR.Format(SR.XmlSchemaNamedItem, ns, o.GetType() == typeof(XmlSchemaSimpleType) ? "simpleType" : "complexType", ((XmlSchemaType)o).Name, null); 534item = SR.Format(SR.XmlSchemaNamedItem, ns, "attributeGroup", ((XmlSchemaAttributeGroup)o).Name, details); 546item = SR.Format(SR.XmlSchemaNamedItem, ns, "attribute", a.Name, details); 566item = SR.Format(SR.XmlSchemaNamedItem, ns, o.GetType().Name, null, details);