1 write to NestingLevel
System.Xml (1)
System\Xml\Serialization\XmlReflectionImporter.cs (1)
1878
xmlArrayItem.
NestingLevel
= nestingLevel;
3 references to NestingLevel
System.Xml (3)
System\Xml\Serialization\XmlReflectionImporter.cs (3)
870
if (attributes[i].
NestingLevel
== level) sum++;
1301
if (xmlArrayItem.
NestingLevel
!= arrayNestingLevel)
1830
string ns = items[i].
NestingLevel
.ToString(CultureInfo.InvariantCulture);