Champion issue: https://github.com/dotnet/csharplang/issues/4037 PR: https://github.com/dotnet/roslyn/pull/67461 ### Compiler * [x] LangVersion * [x] GetSymbolInfo on instance members invoked on static references * [x] GetSpeculativeSymbolInfo inside a `nameof` context with an instance member invoked on a static * [x] IOperation * [ ] Obsolete is not reported (same as existing behavior) * [ ] Accessibility issues are reported * [x] All member types checked * [x] Methods * [x] Properties * [x] Fields * [x] Events * [x] Use in const contexts (ie, attribute args) * [x] Use in non-const contexts (ie, expressions) * [ ] Use in expression trees ### IDE * [ ] Members offered in completion
Champion issue: dotnet/csharplang#4037
PR: #67461
Compiler
nameofcontext with an instance member invoked on a staticIDE