2 implementations of GetSupportedBuildSystemPropertiesAsync
Microsoft.CodeAnalysis.LanguageServer (1)
HostWorkspace\WorkspaceProjectFactoryService.cs (1)
68public Task<IReadOnlyCollection<string>> GetSupportedBuildSystemPropertiesAsync(CancellationToken _)
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\BrokeredService\WorkspaceProjectFactoryService.cs (1)
37public Task<IReadOnlyCollection<string>> GetSupportedBuildSystemPropertiesAsync(CancellationToken cancellationToken)