13 references to LogInformation
Microsoft.CodeAnalysis.Razor.Workspaces (5)
Formatting\Passes\CSharpOnTypeFormattingPass.cs (1)
83
_logger.
LogInformation
($"Received {changes.Length} results from C#.");
GoToDefinition\AbstractDefinitionService.cs (2)
38
_logger.
LogInformation
($"'{documentSnapshot.FileKind}' is not a component type.");
76
_logger.
LogInformation
($"Definition found at file path: {componentFilePath}");
GoToDefinition\RazorComponentDefinitionHelpers.cs (2)
45
logger.
LogInformation
($"Could not locate innermost node at index, {absoluteIndex}.");
111
logger.
LogInformation
($"Tag name or attributes' span does not intersect with index, {absoluteIndex}.");
Microsoft.VisualStudio.LanguageServices.Razor (2)
Snippets\XmlSnippetParser.cs (1)
17
logger?.
LogInformation
($"Reading snippet for {matchingSnippetInfo.Title} with path {matchingSnippetInfo.Path}");
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\RazorCohostDynamicRegistrationService.cs (1)
63
_logger.
LogInformation
($"Requesting {allRegistrations.Length} Razor cohost registrations.");
Microsoft.VisualStudio.Razor.IntegrationTests (5)
LogIntegrationTestAttribute.cs (2)
18
GetLogger(methodUnderTest.DeclaringType.Name).
LogInformation
($"#### Integration test start: {methodUnderTest.Name}");
23
GetLogger(methodUnderTest.DeclaringType.Name).
LogInformation
($"#### Integration test end: {methodUnderTest.Name}");
StressTests\AbstractStressTest.cs (3)
33
Logger.
LogInformation
($"**** Test iteration started: #{i} at {DateTime.Now}");
45
Logger.
LogInformation
($"**** Test iteration finished: #{i} in {TimeSpan.FromTicks(duration).TotalMilliseconds}ms");
46
Logger.
LogInformation
($"**** Test iteration duration: min={TimeSpan.FromTicks(min).TotalMilliseconds}ms, max={TimeSpan.FromTicks(max).TotalMilliseconds}ms, avg={TimeSpan.FromTicks(avg).TotalMilliseconds}ms");
Microsoft.VisualStudioCode.RazorExtension (1)
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\RazorCohostDynamicRegistrationService.cs (1)
63
_logger.
LogInformation
($"Requesting {allRegistrations.Length} Razor cohost registrations.");