You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Avoid unnecessary lazy init in StructuralComparisons (dotnet#101344)
* Avoid unnecessary lazy init in StructuralComparisons
Move the fields to the target types and make them readonly instead of manually lazy.
* Update StructuralComparisons.cs
0 commit comments