mirror of https://github.com/icsharpcode/ILSpy.git
Browse Source
The MetadataMethod constructor cut the post-dot short name for every static non-generic method whose name contains a dot, only to test it for an op_ prefix that almost never matches. The prefix is now checked on a span slice first, so the substring (still required by OperatorDeclaration.GetOperatorType) is allocated only for actual explicit-interface operator implementations. Assisted-by: Claude:claude-fable-5:Claude Codepull/3963/head
1 changed files with 4 additions and 3 deletions
Loading…
Reference in new issue