mirror of https://github.com/icsharpcode/ILSpy.git
Browse Source
The default ApiVisibility=PublicOnly setting filters search results through CheckVisibility, which rejects private entities. Compiler- generated names — async/iterator state machines (<Method>d__N), display classes (<>c__DisplayClass), anonymous-method closures (<>c) — are all private, so they were unfindable even when the user typed the exact full name. Assisted-by: Claude:claude-opus-4-7:Claude Codepull/3755/head
3 changed files with 22 additions and 0 deletions
Loading…
Reference in new issue