1 instantiation of CompletionListCacheWrapper
Microsoft.CodeAnalysis.Remote.Razor (1)
Completion\CompletionListCacheWrapperProvder.cs (1)
17
_cacheWrapper ??=
new
();
4 references to CompletionListCacheWrapper
Microsoft.CodeAnalysis.ExternalAccess.Razor.Features (2)
Cohost\Handlers\Completion.cs (2)
27
CompletionListCacheWrapper
cacheWrapper,
53
CompletionListCacheWrapper
cacheWrapper,
Microsoft.CodeAnalysis.Remote.Razor (2)
Completion\CompletionListCacheWrapperProvder.cs (2)
13
private
CompletionListCacheWrapper
? _cacheWrapper;
15
public
CompletionListCacheWrapper
GetCache()