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)
61
if (
_metadataAsSourceFileService
.IsNavigableMetadataSymbol(symbol))
64
var declarationFile = await
_metadataAsSourceFileService
.GetGeneratedFileAsync(project.Solution.Workspace, project, symbol, signaturesOnly: true, options: options, cancellationToken: cancellationToken).ConfigureAwait(false);