sharplib/logging
Marc Hernandez b59baf0239 Title: Refactored variable names and removed unused imports
x) In `Imm.cs`, renamed the delegate parameter from `ZZOld` to `old` for clarity.
x) Also in `Imm.cs`, changed the property name from `ZZOld` to `Old_backing`. This change was made across multiple classes within the file, improving code readability by using a more descriptive name.
x) In `Log.cs`, removed unused imports (`System.Security.Cryptography.X509Certificates`, `System.Dynamic`, `System.Xml.Schema`, and `Microsoft.CodeAnalysis.CSharp.Syntax`) to clean up the codebase.
2024-08-06 12:17:24 -07:00
..
GC.cs Add global aliases for Immutable collections 2024-06-21 23:36:53 -07:00
Log.cs Title: Refactored variable names and removed unused imports 2024-08-06 12:17:24 -07:00
Tracing.cs feat: Add RuntimeGCEventsPrinter class for monitoring GC events 2024-05-27 01:13:43 -07:00