Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Define meaning of BuckStopsHereBinder.AssociatedSyntaxTree in EE scenarios #62332

Closed
RikkiGibson opened this issue Jul 1, 2022 · 0 comments · Fixed by #62812
Closed

Define meaning of BuckStopsHereBinder.AssociatedSyntaxTree in EE scenarios #62332

RikkiGibson opened this issue Jul 1, 2022 · 0 comments · Fixed by #62812
Assignees
Milestone

Comments

@RikkiGibson
Copy link
Contributor

Related to #60819

/// <summary>
/// In non-speculative scenarios, the syntax tree being bound.
/// In speculative scenarios, the syntax tree from the original compilation used as the speculation context.
/// This is <see langword="null"/> in some scenarios, such as the binder used for <see cref="CSharpCompilation.Conversions" />
/// or the binder used to bind usings in <see cref="CSharpCompilation.UsingsFromOptionsAndDiagnostics"/>.
/// PROTOTYPE(ft): what about in EE scenarios?
/// </summary>
internal readonly SyntaxTree? AssociatedSyntaxTree;

@dotnet-issue-labeler dotnet-issue-labeler bot added the untriaged Issues and PRs which have not yet been triaged by a lead label Jul 1, 2022
@jcouv jcouv removed the untriaged Issues and PRs which have not yet been triaged by a lead label Jul 5, 2022
@jcouv jcouv added this to the 17.4 milestone Jul 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants