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)
52
logger.
LogInformation
($"Could not locate ancestor of type MarkupTagHelperStartTag or MarkupTagHelperEndTag.");
58
logger.
LogInformation
($"Could not retrieve name of start or end tag.");
67
logger.
LogInformation
($"Parent of start or end tag is not a MarkupTagHelperElement.");
73
logger.
LogInformation
($"MarkupTagHelperElement does not contain TagHelperInfo.");
189
logger.
LogInformation
($"Could not find property in the generated source. Comes from partial?");
200
logger.
LogInformation
($"Property found but couldn't map its location.");
203
logger.
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.");