1 instantiation of Updater
Microsoft.CodeAnalysis.Features (1)
SymbolSearch\Windows\SymbolSearchUpdateEngine.Update.cs (1)
80
return new
Updater
(this, source, localSettingsDirectory).UpdateInBackgroundAsync(cancellationToken);
1 reference to Updater
Microsoft.CodeAnalysis.Features (1)
SymbolSearch\Windows\SymbolSearchUpdateEngine.Update.cs (1)
697
var contentBytes = await
Updater
.ConvertContentAttributeAsync(contentsAttribute, cancellationToken).ConfigureAwait(false);