8 references to Patch
dotnet (8)
FXVersion.cs (8)
36if (s1.Patch != s2.Patch) 38return s1.Patch > s2.Patch ? 1 : -1; 309(false, false) => $"{Major}.{Minor}.{Patch}", 310(true, false) => $"{Major}.{Minor}.{Patch}{Pre}", 311(false, true) => $"{Major}.{Minor}.{Patch}{Build}", 312(true, true) => $"{Major}.{Minor}.{Patch}{Pre}{Build}",