3 references to _counterNames
System.Data.Entity (3)
System\Data\Common\Utils\AliasGenerator.cs (3)
110
if (unchecked((uint)
_counterNames
.Length <= (uint)index))
114
else if (null == (name =
_counterNames
[index]))
116
_counterNames
[index] = name = index.ToString(CultureInfo.InvariantCulture);