Skip to content

Expose directive APIs on CSharpSyntaxTree #72

@davidfowl

Description

@davidfowl

I'd love to access this member without using private reflection:

The use case is the DNX compiler. I'd like to be able to do more efficient cross compiling (per target framework) by reusing syntax trees that are don't contain #ifdefs.

internal bool IsAnyPreprocessorSymbolDefined(ImmutableArray<string> conditionalSymbols)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions