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