3 references to _lazyTextFileUpdates
Microsoft.VisualStudio.LanguageServices.CSharp (3)
SemanticSearch\SemanticSearchQueryExecutor.cs (3)
95
=>
_lazyTextFileUpdates
.IsValueCreated ?
_lazyTextFileUpdates
.Value.SelectAsArray(static entry => (entry.Key, entry.Value)) : [];
99
_lazyTextFileUpdates
.Value.TryAdd(filePath, newContent);