Merge pull request #18159 from michaelnebel/csharp/publicprotected

C#: Only extract public and protected members from metadata.
This commit is contained in:
Michael Nebel
2024-12-04 09:48:36 +01:00
committed by GitHub
10 changed files with 47 additions and 61 deletions

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* Only extract *public* and *protected* members from reference assemblies. This yields an approximate average speed-up of around 10% for extraction and query execution. Custom MaD rows using `Field`-based summaries may need to be changed to `SyntheticField`-based flows if they reference private fields.