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