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