sharplib/prof
Marc Hernandez b0b9496c4a x) Updated argument expressions and method overrides in multiple classes
In this commit, several changes were made across different files:

- In `FSM.cs` and `Imm.cs`, the `[CallerArgumentExpression]` attribute was updated to reflect the correct argument names.
- The `ProcessWork` method in `Imm.cs` was changed from virtual to override.
- In `Log.cs`, the `[CallerArgumentExpression]` attribute was updated for clarity.
- A new override for the `GetHashCode()` method was added in `AddressStack.cs`.
- The version of "Microsoft.CodeAnalysis.CSharp" package reference was updated from 4.2.0 to 4.3.1 in 'SharpLib.csproj'.

These changes improve code readability and ensure that methods are correctly overridden where necessary. Also, updating the package version ensures compatibility with newer features or bug fixes provided by Microsoft's C# compiler platform.
2024-07-26 20:53:36 -07:00
..
AddressStack.cs x) Updated argument expressions and method overrides in multiple classes 2024-07-26 20:53:36 -07:00
Memory.cs Log call renames 2024-07-17 16:35:23 -07:00
MemoryPipe.cs Log call renames 2024-07-17 16:35:23 -07:00
MethodInfo.cs feat: Add explicit transaction class/ID and split functionality into threaded vs action 2024-06-05 15:02:21 -07:00
MethodStore.cs feat: Add explicit transaction class/ID and split functionality into threaded vs action 2024-06-05 15:02:21 -07:00
PerProcessProfilingState.cs feat: Add explicit transaction class/ID and split functionality into threaded vs action 2024-06-05 15:02:21 -07:00
ProcessAllocations.cs feat: Add explicit transaction class/ID and split functionality into threaded vs action 2024-06-05 15:02:21 -07:00
ProcessTypeMapping.cs feat: Add explicit transaction class/ID and split functionality into threaded vs action 2024-06-05 15:02:21 -07:00
Program.cs feat: Add explicit transaction class/ID and split functionality into threaded vs action 2024-06-05 15:02:21 -07:00