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}");
286
LogInfo
($"Unable to create database from full database element. Update again in {failureDelay}");
300
LogInfo
($"Processing full database element completed. Update again in {delay}");
306
LogInfo
("Writing database file");
310
LogInfo
("Writing database file completed");
318
LogInfo
("Writing database binary file");
336
LogInfo
("Writing database binary file completed");
347
LogInfo
($"Temp file path: {tempFilePath}");
356
LogInfo
("Writing temp file");
360
LogInfo
("Writing temp file completed");
366
LogInfo
("Replacing database file");
368
LogInfo
("Replace database file completed");
372
LogInfo
("Moving database file");
374
LogInfo
("Moving database file completed");
391
LogInfo
("Patching local database");
393
LogInfo
("Reading in local database");
397
LogInfo
($"Reading in local database completed. isBinary={isBinary}");
421
LogInfo
("Downloading and processing patch file: " + serverPath);
432
LogInfo
("Downloading and processing patch file completed");
433
LogInfo
("Patching local database completed");
475
LogInfo
("Processing patch element");
479
LogInfo
($"Processing patch element completed. Update again in {delayUntilUpdate.Value}");
502
LogInfo
("Local version is up to date");
513
LogInfo
("Local version too old");
518
LogInfo
($"Got patch. databaseBytes.Length={databaseBytes.Length} patchBytes.Length={patchBytes!.Length}.");
522
LogInfo
("Applying patch");
524
LogInfo
($"Applying patch completed. finalBytes.Length={finalBytes.Length}");
570
LogInfo
("Creating database from stream");
572
LogInfo
("Creating database from stream completed");
578
LogInfo
("Creating download client: " + serverPath);
594
LogInfo
("Creating download client completed");
604
LogInfo
($"File not downloaded. Trying again in {delay}");
618
LogInfo
("Read file from client");
624
LogInfo
("Read file completed. Client returned no data");
628
LogInfo
("Read file completed. Client returned data");
629
LogInfo
("Converting data to XElement");
650
LogInfo
("Converting data to XElement completed");
658
LogInfo
($"Unable to parse file as XElement");
693
LogInfo
("Parsing database element");
744
LogInfo
($"Parsing complete. bytes.length={bytes.Length}");