7 references to XmlSchemaNamedItem
System.Private.Xml (7)
System\Xml\Serialization\XmlSchemas.cs (7)
507item = SR.Format(SR.XmlSchemaNamedItem, ns, "notation", ((XmlSchemaNotation)o).Name, details); 511item = SR.Format(SR.XmlSchemaNamedItem, ns, "group", ((XmlSchemaGroup)o).Name, details); 523item = SR.Format(SR.XmlSchemaNamedItem, ns, "element", e.Name, details); 528item = SR.Format(SR.XmlSchemaNamedItem, ns, o.GetType() == typeof(XmlSchemaSimpleType) ? "simpleType" : "complexType", ((XmlSchemaType)o).Name, null); 532item = SR.Format(SR.XmlSchemaNamedItem, ns, "attributeGroup", ((XmlSchemaAttributeGroup)o).Name, details); 544item = SR.Format(SR.XmlSchemaNamedItem, ns, "attribute", a.Name, details); 564item = SR.Format(SR.XmlSchemaNamedItem, ns, o.GetType().Name, null, details);