13 references to _logger
Microsoft.CodeAnalysis.Features (13)
PdbSourceDocument\PdbSourceDocumentMetadataAsSourceFileProvider.cs (13)
93_logger?.Clear(); 94_logger?.Log(FeaturesResources.Navigating_to_symbol_0_from_1, symbol, assemblyName); 106_logger?.Log(FeaturesResources.Symbol_found_in_assembly_path_0, dllPath); 121_logger?.Log(FeaturesResources.Symbol_found_in_assembly_path_0, dllPath); 126dllPath = _implementationAssemblyLookupService.FollowTypeForwards(symbolToFind, dllPath, _logger); 129_logger?.Log(FeaturesResources.Could_not_find_implementation_of_symbol_0, symbolToFind.MetadataName); 140_logger?.Log(FeaturesResources.Could_not_find_implementation_of_symbol_0, symbolToFind.MetadataName); 154_logger?.Log(FeaturesResources.Could_not_find_implementation_of_symbol_0, symbolToFind.MetadataName); 164_logger?.Log(FeaturesResources.Source_is_a_reference_assembly); 189_logger?.Log(ex.Message); 195_logger?.Log(FeaturesResources.No_source_document_info_found_in_PDB); 237_logger?.Log(FeaturesResources.Unable_to_create_0, tempFilePath); 300_logger?.Log(FeaturesResources.Source_code_language_information_was_not_found_in_PDB);