10 references to _logger
Microsoft.CodeAnalysis.Razor.Workspaces (10)
GoToDefinition\AbstractDefinitionService.cs (10)
38
_logger
.LogInformation($"'{documentSnapshot.FileKind}' is not a component type.");
44
if (!RazorComponentDefinitionHelpers.TryGetBoundTagHelpers(codeDocument, positionInfo.HostDocumentIndex,
_logger
, out var boundTagHelperResults))
46
_logger
.LogInformation($"Could not retrieve bound tag helper information.");
70
_logger
.LogInformation($"Could not locate component document.");
76
_logger
.LogInformation($"Definition found at file path: {componentFilePath}");
87
_logger
.LogInformation($"Attempting to get definition from an attribute directly.");
90
.TryGetPropertyRangeAsync(documentSnapshot, attributeDescriptor.PropertyName, _documentMappingService,
_logger
, cancellationToken)
111
_logger
.LogDebug($"Attempting to get definition from string literal at position {position}.");
128
_logger
.LogDebug($"Found string literal: {literalText}");
133
_logger
.LogDebug($"Resolved file path: {resolvedPath}");