1 reference to _workspace
Microsoft.VisualStudio.LanguageServices (1)
Workspace\VisualStudioSymbolNavigationService.cs (1)
129
var result = await _metadataAsSourceFileService.GetGeneratedFileAsync(
_workspace
, project, symbol, signaturesOnly: false, options: masOptions, cancellationToken: cancellationToken).ConfigureAwait(false);