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