1 write to NestingLevel
System.Xml (1)
System\Xml\Serialization\XmlReflectionImporter.cs (1)
1878xmlArrayItem.NestingLevel = nestingLevel;
3 references to NestingLevel
System.Xml (3)
System\Xml\Serialization\XmlReflectionImporter.cs (3)
870if (attributes[i].NestingLevel == level) sum++; 1301if (xmlArrayItem.NestingLevel != arrayNestingLevel) 1830string ns = items[i].NestingLevel.ToString(CultureInfo.InvariantCulture);