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)
72
pcItems = (uint)
_locations
.Length;
103
if (index < 0 || index >=
_locations
.Length)
108
return
_locations
[index];