4 references to InMemoryStorage
Microsoft.CodeAnalysis.LanguageServer.Protocol (4)
Features\Diagnostics\EngineV2\DiagnosticIncrementalAnalyzer.ProjectState.cs (3)
363
InMemoryStorage
.Cache(_owner.Analyzer, (key, stateKey), new CacheEntry(serializerVersion, diagnostics));
422
return
InMemoryStorage
.TryGetValue(_owner.Analyzer, (key, stateKey), out var entry) && serializerVersion == entry.Version
446
InMemoryStorage
.Remove(_owner.Analyzer, (key, stateKey));
Features\Diagnostics\EngineV2\DiagnosticIncrementalAnalyzer.StateSet.cs (1)
194
InMemoryStorage
.DropCache(Analyzer);