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)
89
pcItems = (uint)
_locations
.Length;
120
if (index < 0 || index >=
_locations
.Length)
125
return
_locations
[index];