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