20 references to LogInformation
Microsoft.CodeAnalysis.Razor.Workspaces (11)
Formatting\Passes\CSharpOnTypeFormattingPass.cs (1)
78_logger.LogInformation($"Received no results.");
GoToDefinition\AbstractDefinitionService.cs (3)
46_logger.LogInformation($"Could not retrieve bound tag helper information."); 70_logger.LogInformation($"Could not locate component document."); 87_logger.LogInformation($"Attempting to get definition from an attribute directly.");
GoToDefinition\RazorComponentDefinitionHelpers.cs (7)
52logger.LogInformation($"Could not locate ancestor of type MarkupTagHelperStartTag or MarkupTagHelperEndTag."); 58logger.LogInformation($"Could not retrieve name of start or end tag."); 67logger.LogInformation($"Parent of start or end tag is not a MarkupTagHelperElement."); 73logger.LogInformation($"MarkupTagHelperElement does not contain TagHelperInfo."); 189logger.LogInformation($"Could not find property in the generated source. Comes from partial?"); 200logger.LogInformation($"Property found but couldn't map its location."); 203logger.LogInformation($"Generated C# was not in expected shape (CompilationUnit [-> Namespace] -> Class)");
Microsoft.VisualStudio.LanguageServices.Razor (3)
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\CohostStartupService.cs (2)
36_logger.LogInformation($"Razor extension startup cancelled."); 50_logger.LogInformation($"Razor extension startup finished.");
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\Formatting\CohostOnTypeFormattingEndpoint.cs (1)
70_logger.LogInformation($"Formatting on type disabled.");
Microsoft.VisualStudio.Razor.IntegrationTests (3)
AbstractRazorEditorTest.cs (3)
45_testLogger.LogInformation($"#### Razor integration test initialize."); 80_testLogger.LogInformation($"#### Razor integration test initialize finished."); 132_testLogger!.LogInformation($"#### Razor integration test dispose.");
Microsoft.VisualStudioCode.RazorExtension (3)
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\CohostStartupService.cs (2)
36_logger.LogInformation($"Razor extension startup cancelled."); 50_logger.LogInformation($"Razor extension startup finished.");
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\Formatting\CohostOnTypeFormattingEndpoint.cs (1)
70_logger.LogInformation($"Formatting on type disabled.");