Skip to content

Consume updated Roslyn API #9676

Closed
Closed
@drewnoakes

Description

@drewnoakes

Roslyn created a new API for us to call, as discussed in dotnet/roslyn#78972 (comment)_

We would call it in these two locations:

IEnumerable<INamedTypeSymbol>? entryPoints = entryPointFinderService?.FindEntryPoints(compilation.GlobalNamespace, _searchForEntryPointsInFormsOnly);

IEnumerable<INamedTypeSymbol>? entryPoints = entryPointFinderService?.FindEntryPoints(compilation.GlobalNamespace, _searchForEntryPointsInFormsOnly);

Metadata

Metadata

Assignees

No one assigned

    Labels

    Feature-Language-ServicePopulating the Roslyn workspace with references, source files, analyzers, etc

    Type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions