1 write to _locations
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
LanguageServer\AbstractLanguageServerProtocolTests.cs (1)
509
_locations
= locations;
1 reference to _locations
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
LanguageServer\AbstractLanguageServerProtocolTests.cs (1)
665
public IList<LSP.Location> GetLocations(string locationName) =>
_locations
[locationName];