4 writes to currentDepthLevel
System.ServiceModel.Web (4)
System\ServiceModel\Dispatcher\HelpExampleGenerator.cs (4)
128currentDepthLevel = 0, 148currentDepthLevel = 0, 168if (++context.currentDepthLevel < MaxDepthLevel) 180--context.currentDepthLevel;
1 reference to currentDepthLevel
System.ServiceModel.Web (1)
System\ServiceModel\Dispatcher\HelpExampleGenerator.cs (1)
245prefix = string.Concat("d", context.currentDepthLevel.ToString(System.Globalization.NumberFormatInfo.InvariantInfo));