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