mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-14 01:25:40 -05:00
Addressing code review feedback
This commit is contained in:
@@ -123,7 +123,7 @@ namespace Microsoft.SqlTools.ServiceLayer.LanguageServices
|
||||
/// <summary>
|
||||
/// Intellisense cache count access for testing.
|
||||
/// </summary>
|
||||
public int GetCacheCount()
|
||||
internal int GetCacheCount()
|
||||
{
|
||||
return caches.Count;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user