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