1 write to _metadataAsSourceFileService
Microsoft.CodeAnalysis.ExternalAccess.Xaml (1)
Internal\LocationService.cs (1)
29_metadataAsSourceFileService = metadataAsSourceFileService;
2 references to _metadataAsSourceFileService
Microsoft.CodeAnalysis.ExternalAccess.Xaml (2)
Internal\LocationService.cs (2)
61if (_metadataAsSourceFileService.IsNavigableMetadataSymbol(symbol)) 64var declarationFile = await _metadataAsSourceFileService.GetGeneratedFileAsync(project.Solution.Workspace, project, symbol, signaturesOnly: true, options: options, cancellationToken: cancellationToken).ConfigureAwait(false);