7 references to
dotnet-svcutil-lib (7)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlReflectionImporter.cs (7)
995if (attributes[i].NestingLevel == level) sum++; 1497XmlArrayItemAttribute xmlArrayItem = attributes[i]; 2099Type type = items[i].Type == null ? accessorType : items[i].Type; 2100string ns = items[i].NestingLevel.ToString(); 2104throw new InvalidOperationException(string.Format(ResXml.XmlArrayItemAmbiguousTypes, accessorName, item.ElementName, items[i].ElementName, typeof(XmlElementAttribute).Name, typeof(XmlChoiceIdentifierAttribute).Name, accessorName)); 2108arrayTypes[type.FullName, ns] = items[i];