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

Move 'Use local function' down to CodeStyle layer. #66825

Merged
merged 3 commits into from
Feb 13, 2023

Conversation

CyrusNajmabadi
Copy link
Member

No description provided.

var info = await document.GetCodeGenerationInfoAsync(CodeGenerationContext.Default, fallbackOptions, cancellationToken).ConfigureAwait(false);
#endif

var options = (CSharpCodeGenerationOptions)info.Options;
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@tmat is this the right way to handle this pattern? or is there one simple mechanism to get this information for both layers?

@CyrusNajmabadi
Copy link
Member Author

@mavasani ptal

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants