1 write to _locations
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
LanguageServer\AbstractLanguageServerProtocolTests.cs (1)
555
_locations
= locations;
2 references to _locations
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (2)
LanguageServer\AbstractLanguageServerProtocolTests.cs (2)
746
public IList<LSP.Location> GetLocations(string locationName) =>
_locations
[locationName];
748
public Dictionary<string, IList<LSP.Location>> GetLocations() =>
_locations
;