2 writes to elementDepth
System.ServiceModel.Web (2)
System\ServiceModel\Dispatcher\HelpExampleGenerator.cs (2)
129elementDepth = new Dictionary<XmlSchemaElement, int>(), 149elementDepth = new Dictionary<XmlSchemaElement, int>(),
6 references to elementDepth
System.ServiceModel.Web (6)
System\ServiceModel\Dispatcher\HelpExampleGenerator.cs (6)
289context.elementDepth.TryGetValue(element, out instances); 290context.elementDepth[element] = ++instances; 301--context.elementDepth[element]; 431context.elementDepth.TryGetValue(element, out instances); 432context.elementDepth[element] = ++instances; 451--context.elementDepth[element];