Skip to content

Conversation

@aschackmull
Copy link
Contributor

What the title says. This adds the basic plumbing, but doesn't update any queries yet.

@github-actions github-actions bot added the C# label Jan 9, 2026
kmp = TMkPair(kind, model) and
gv = convertAcceptingValue(acceptingvalue)
|
g.(Call).getAnArgument() = e or g.(MethodCall).getQualifier() = e
Copy link
Contributor

@owen-mc owen-mc Jan 9, 2026

Choose a reason for hiding this comment

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

Converting a barrier guard that was a property access didn't work, and Copilot (with Opus 4.5) tracked the issue down to this line, which I think should be changed.

Suggested change
g.(Call).getAnArgument() = e or g.(MethodCall).getQualifier() = e
g.(Call).getAnArgument() = e or g.(QualifiableExpr).getQualifier() = e

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.

2 participants