PdbSourceDocument\PdbSourceDocumentMetadataAsSourceFileProvider.cs (13)
94_logger?.Clear();
95_logger?.Log(FeaturesResources.Navigating_to_symbol_0_from_1, symbol, assemblyName);
107_logger?.Log(FeaturesResources.Symbol_found_in_assembly_path_0, dllPath);
122_logger?.Log(FeaturesResources.Symbol_found_in_assembly_path_0, dllPath);
127dllPath = _implementationAssemblyLookupService.FollowTypeForwards(symbolToFind, dllPath, _logger);
130_logger?.Log(FeaturesResources.Could_not_find_implementation_of_symbol_0, symbolToFind.MetadataName);
141_logger?.Log(FeaturesResources.Could_not_find_implementation_of_symbol_0, symbolToFind.MetadataName);
155_logger?.Log(FeaturesResources.Could_not_find_implementation_of_symbol_0, symbolToFind.MetadataName);
165_logger?.Log(FeaturesResources.Source_is_a_reference_assembly);
190_logger?.Log(ex.Message);
196_logger?.Log(FeaturesResources.No_source_document_info_found_in_PDB);
238_logger?.Log(FeaturesResources.Unable_to_create_0, tempFilePath);
301_logger?.Log(FeaturesResources.Source_code_language_information_was_not_found_in_PDB);