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