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