2 references to SaveToInMemoryStorageAsync
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Features\Diagnostics\EngineV2\DiagnosticIncrementalAnalyzer_BuildSynchronization.cs (1)
61
await state.
SaveToInMemoryStorageAsync
(project, result).ConfigureAwait(false);
Features\Diagnostics\EngineV2\DiagnosticIncrementalAnalyzer_IncrementalAnalyzer.cs (1)
166
await state.
SaveToInMemoryStorageAsync
(project, analyzerResult).ConfigureAwait(false);