1 write to _locations
Microsoft.VisualStudio.LanguageServices (1)
CodeDefinitionWindow\VisualStudioCodeDefinitionWindowService.cs (1)
67_locations = locations;
3 references to _locations
Microsoft.VisualStudio.LanguageServices (3)
CodeDefinitionWindow\VisualStudioCodeDefinitionWindowService.cs (3)
72pcItems = (uint)_locations.Length; 103if (index < 0 || index >= _locations.Length) 108return _locations[index];