7 references to
System.Private.Xml (7)
System\Xml\Serialization\XmlReflectionImporter.cs (7)
1003
if (attributes
[
i]!.NestingLevel == level) sum++;
1513
XmlArrayItemAttribute xmlArrayItem = attributes
[
i]!;
2114
Type type = items
[
i]!.Type == null ? accessorType : items
[
i]!.Type!;
2115
string ns = items
[
i]!.NestingLevel.ToString(CultureInfo.InvariantCulture);
2119
throw new InvalidOperationException(SR.Format(SR.XmlArrayItemAmbiguousTypes, accessorName, item.ElementName, items
[
i]!.ElementName, nameof(XmlElementAttribute), nameof(XmlChoiceIdentifierAttribute), accessorName));
2123
arrayTypes[type.FullName, ns] = items
[
i];