13 references to _logger
Microsoft.CodeAnalysis.Features (13)
PdbSourceDocument\PdbSourceDocumentMetadataAsSourceFileProvider.cs (13)
103_logger?.Clear(); 104_logger?.Log(FeaturesResources.Navigating_to_symbol_0_from_1, symbol, assemblyName); 116_logger?.Log(FeaturesResources.Symbol_found_in_assembly_path_0, dllPath); 131_logger?.Log(FeaturesResources.Symbol_found_in_assembly_path_0, dllPath); 136dllPath = _implementationAssemblyLookupService.FollowTypeForwards(symbolToFind, dllPath, _logger); 139_logger?.Log(FeaturesResources.Could_not_find_implementation_of_symbol_0, symbolToFind.MetadataName); 150_logger?.Log(FeaturesResources.Could_not_find_implementation_of_symbol_0, symbolToFind.MetadataName); 164_logger?.Log(FeaturesResources.Could_not_find_implementation_of_symbol_0, symbolToFind.MetadataName); 174_logger?.Log(FeaturesResources.Source_is_a_reference_assembly); 199_logger?.Log(ex.Message); 205_logger?.Log(FeaturesResources.No_source_document_info_found_in_PDB); 247_logger?.Log(FeaturesResources.Unable_to_create_0, tempFilePath); 312_logger?.Log(FeaturesResources.Source_code_language_information_was_not_found_in_PDB);