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)
45logger.LogInformation($"Could not locate innermost node at index, {absoluteIndex}."); 111logger.LogInformation($"Tag name or attributes' span does not intersect with index, {absoluteIndex}.");
Microsoft.VisualStudio.LanguageServices.Razor (2)
Snippets\XmlSnippetParser.cs (1)
17logger?.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)
18GetLogger(methodUnderTest.DeclaringType.Name).LogInformation($"#### Integration test start: {methodUnderTest.Name}"); 23GetLogger(methodUnderTest.DeclaringType.Name).LogInformation($"#### Integration test end: {methodUnderTest.Name}");
StressTests\AbstractStressTest.cs (3)
33Logger.LogInformation($"**** Test iteration started: #{i} at {DateTime.Now}"); 45Logger.LogInformation($"**** Test iteration finished: #{i} in {TimeSpan.FromTicks(duration).TotalMilliseconds}ms"); 46Logger.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.");