1 instantiation of Cache
Microsoft.VisualStudio.LanguageServices (1)
TableDataSource\ValueTypeCache.cs (1)
25public static readonly Cache<T> Instance = new();
2 references to Cache
Microsoft.VisualStudio.LanguageServices (2)
TableDataSource\ValueTypeCache.cs (2)
20return Cache<T>.Instance.GetOrCreate(value); 25public static readonly Cache<T> Instance = new();