1 write to NestingLevel
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlReflectionImporter.cs (1)
2157xmlArrayItem.NestingLevel = nestingLevel;
3 references to NestingLevel
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlReflectionImporter.cs (3)
995if (attributes[i].NestingLevel == level) sum++; 1498if (xmlArrayItem.NestingLevel != _arrayNestingLevel) 2100string ns = items[i].NestingLevel.ToString();