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