-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Closed
Labels
Area-CompilersConcept-APIThis issue involves adding, removing, clarification, or modification of an API.This issue involves adding, removing, clarification, or modification of an API.Feature RequestVerification Not Required
Milestone
Description
I'd love to access this member without using private reflection:
| private bool hasDirectives; |
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) |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Area-CompilersConcept-APIThis issue involves adding, removing, clarification, or modification of an API.This issue involves adding, removing, clarification, or modification of an API.Feature RequestVerification Not Required