7 references to
System.Xml (7)
System\Xml\Serialization\XmlReflectionImporter.cs (7)
870if (attributes[i].NestingLevel == level) sum++; 1300XmlArrayItemAttribute xmlArrayItem = attributes[i]; 1829Type type = items[i].Type == null ? accessorType : items[i].Type; 1830string ns = items[i].NestingLevel.ToString(CultureInfo.InvariantCulture); 1833throw new InvalidOperationException(Res.GetString(Res.XmlArrayItemAmbiguousTypes, accessorName, item.ElementName, items[i].ElementName, typeof(XmlElementAttribute).Name, typeof(XmlChoiceIdentifierAttribute).Name, accessorName)); 1836arrayTypes[type.FullName, ns] = items[i];