-
Notifications
You must be signed in to change notification settings - Fork 403
Labels
Feature-Language-ServicePopulating the Roslyn workspace with references, source files, analyzers, etcPopulating the Roslyn workspace with references, source files, analyzers, etc
Milestone
Description
Roslyn created a new API for us to call, as discussed in dotnet/roslyn#78972 (comment)_
We would call it in these two locations:
Line 87 in 05aa251
IEnumerable<INamedTypeSymbol>? entryPoints = entryPointFinderService?.FindEntryPoints(compilation.GlobalNamespace, _searchForEntryPointsInFormsOnly); |
Line 86 in 05aa251
IEnumerable<INamedTypeSymbol>? entryPoints = entryPointFinderService?.FindEntryPoints(compilation.GlobalNamespace, _searchForEntryPointsInFormsOnly); |
Metadata
Metadata
Assignees
Labels
Feature-Language-ServicePopulating the Roslyn workspace with references, source files, analyzers, etcPopulating the Roslyn workspace with references, source files, analyzers, etc