1 write to _locations
Microsoft.VisualStudio.LanguageServices (1)
CodeDefinitionWindow\VisualStudioCodeDefinitionWindowService.cs (1)
84_locations = locations;
3 references to _locations
Microsoft.VisualStudio.LanguageServices (3)
CodeDefinitionWindow\VisualStudioCodeDefinitionWindowService.cs (3)
89pcItems = (uint)_locations.Length; 120if (index < 0 || index >= _locations.Length) 125return _locations[index];