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