7 writes to _arrayNestingLevel
dotnet-svcutil-lib (7)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlReflectionImporter.cs (7)
122_arrayNestingLevel = 0; 132_arrayNestingLevel = previousNestingLevel; 269_arrayNestingLevel = -1; 428_arrayNestingLevel++; 430_arrayNestingLevel--; 1522_arrayNestingLevel = 0; 2027_arrayNestingLevel = previousNestingLevel;
7 references to _arrayNestingLevel
dotnet-svcutil-lib (7)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlReflectionImporter.cs (7)
119int previousNestingLevel = _arrayNestingLevel; 1096if (CountAtLevel(_savedArrayItemAttributes, _arrayNestingLevel) == 0) 1097_savedArrayItemAttributes.Add(CreateArrayItemAttribute(_typeScope.GetTypeDesc(model.Element.Type), _arrayNestingLevel)); 1498if (xmlArrayItem.NestingLevel != _arrayNestingLevel) 1518int previousNestingLevel = _arrayNestingLevel; 1727if (CountAtLevel(a.XmlArrayItems, _arrayNestingLevel) == 0) 1728a.XmlArrayItems.Add(CreateArrayItemAttribute(arrayElementTypeDesc, _arrayNestingLevel));