1 write to NestingLevel
System.Private.Xml (1)
System\Xml\Serialization\XmlReflectionImporter.cs (1)
2188xmlArrayItem.NestingLevel = nestingLevel;
3 references to NestingLevel
System.Private.Xml (3)
System\Xml\Serialization\XmlReflectionImporter.cs (3)
1004if (attributes[i]!.NestingLevel == level) sum++; 1516if (xmlArrayItem.NestingLevel != _arrayNestingLevel) 2131string ns = items[i]!.NestingLevel.ToString(CultureInfo.InvariantCulture);