51 references to LogInfo
Microsoft.CodeAnalysis.Features (51)
SymbolSearch\Windows\SymbolSearchUpdateEngine.Update.cs (51)
118
LogInfo
("Starting update");
123
LogInfo
($"Waiting {delayUntilNextUpdate} until next update");
128
LogInfo
("Update canceled. Ending update loop");
187
LogInfo
("Local database file exists. Patching local database");
192
LogInfo
("Local database file does not exist. Downloading full database");
212
LogInfo
("Cleaning cache directory");
217
LogInfo
("Creating cache directory");
221
LogInfo
("Cache directory created");
240
LogInfo
($"Downloading and processing full database: {serverPath}");
245
LogInfo
("Downloading and processing full database completed");
252
LogInfo
("Processing full database element");
265
LogInfo
($"Unable to parse full database element. Update again in {failureDelay}");
285
LogInfo
($"Unable to create database from full database element. Update again in {failureDelay}");
299
LogInfo
($"Processing full database element completed. Update again in {delay}");
305
LogInfo
("Writing database file");
309
LogInfo
("Writing database file completed");
317
LogInfo
("Writing database binary file");
335
LogInfo
("Writing database binary file completed");
346
LogInfo
($"Temp file path: {tempFilePath}");
355
LogInfo
("Writing temp file");
359
LogInfo
("Writing temp file completed");
365
LogInfo
("Replacing database file");
367
LogInfo
("Replace database file completed");
371
LogInfo
("Moving database file");
373
LogInfo
("Moving database file completed");
390
LogInfo
("Patching local database");
392
LogInfo
("Reading in local database");
396
LogInfo
($"Reading in local database completed. databaseBytes.Length={databaseBytes.Length}");
420
LogInfo
("Downloading and processing patch file: " + serverPath);
430
LogInfo
("Downloading and processing patch file completed");
431
LogInfo
("Patching local database completed");
471
LogInfo
("Processing patch element");
475
LogInfo
($"Processing patch element completed. Update again in {delayUntilUpdate.Value}");
498
LogInfo
("Local version is up to date");
509
LogInfo
("Local version too old");
514
LogInfo
($"Got patch. databaseBytes.Length={databaseBytes.Length} patchBytes.Length={patchBytes!.Length}.");
518
LogInfo
("Applying patch");
520
LogInfo
($"Applying patch completed. finalBytes.Length={finalBytes.Length}");
565
LogInfo
("Creating database from bytes");
567
LogInfo
("Creating database from bytes completed");
573
LogInfo
("Creating download client: " + serverPath);
589
LogInfo
("Creating download client completed");
599
LogInfo
($"File not downloaded. Trying again in {delay}");
613
LogInfo
("Read file from client");
619
LogInfo
("Read file completed. Client returned no data");
623
LogInfo
("Read file completed. Client returned data");
624
LogInfo
("Converting data to XElement");
645
LogInfo
("Converting data to XElement completed");
653
LogInfo
($"Unable to parse file as XElement");
688
LogInfo
("Parsing database element");
739
LogInfo
($"Parsing complete. bytes.length={bytes.Length}");