1 write to _values
Microsoft.VisualStudio.LanguageServices (1)
Utilities\VsEnumBSTR.cs (1)
17_values = values;
5 references to _values
Microsoft.VisualStudio.LanguageServices (5)
Utilities\VsEnumBSTR.cs (5)
23ppEnum = new VsEnumBSTR(_values); 29pceltCount = (uint)_values.Count; 36for (; i < celt && _currentIndex < _values.Count; i++, _currentIndex++) 38rgelt[i] = _values[_currentIndex]; 56return _currentIndex < _values.Count