10 references to _logger
Microsoft.CodeAnalysis.Razor.Workspaces (10)
GoToDefinition\AbstractDefinitionService.cs (10)
38_logger.LogInformation($"'{documentSnapshot.FileKind}' is not a component type."); 44if (!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}");