C#: Update change note with info on private fields.

This commit is contained in:
Michael Nebel
2024-12-03 14:12:09 +01:00
parent 27d2f9e402
commit 4675426241

View File

@@ -1,4 +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.
* 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.