Replace calls to Method.GetCurrentMethod().Name
with nameof()
#1943
Merged
lcheunglci merged 4 commits intodotnet:mainfrom kant2002:kant/remove-currentmethod-usagesMar 21, 2023
+22-25
Method.GetCurrentMethod().Name
with nameof()
#1943