578 references to MaxValue
Aspire.Dashboard.Tests (1)
BinaryFormatTests (4)
dotnet-svcutil-lib (9)
InMemory.FunctionalTests (1)
Interop.FunctionalTests (1)
Microsoft.AspNetCore.Components.Server (9)
Microsoft.AspNetCore.Http.Extensions.Tests (1)
Microsoft.AspNetCore.InternalTesting.Tests (1)
Microsoft.AspNetCore.Server.HttpSys (1)
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (1)
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.Tests (1)
Microsoft.AspNetCore.Session (2)
Microsoft.Build.Tasks.Core (1)
Microsoft.CodeAnalysis (29)
Microsoft.CodeAnalysis.CodeStyle (4)
Microsoft.CodeAnalysis.CodeStyle.Fixes (2)
Microsoft.CodeAnalysis.CSharp (10)
Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests (1)
Microsoft.CodeAnalysis.CSharp.Features (1)
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (3)
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (4)
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (1)
Microsoft.CodeAnalysis.CSharp.Workspaces.UnitTests (1)
Microsoft.CodeAnalysis.Debugging.Package (2)
Microsoft.CodeAnalysis.Features (2)
Microsoft.CodeAnalysis.Test.Utilities (4)
Microsoft.CodeAnalysis.VisualBasic (2)
Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes (1)
Microsoft.CodeAnalysis.VisualBasic.Symbol.UnitTests (2)
Microsoft.CodeAnalysis.VisualBasic.Workspaces (1)
Microsoft.CodeAnalysis.Workspaces (6)
Microsoft.CodeAnalysis.Workspaces.UnitTests (12)
Microsoft.CSharp (1)
Microsoft.Data.Analysis (3)
Microsoft.DotNet.Build.Tasks.Workloads (2)
Microsoft.Gen.Logging.Generated.Tests (3)
Microsoft.ML.Core (2)
Microsoft.ML.Data (5)
Microsoft.ML.DataView (1)
Microsoft.ML.FastTree (1)
Microsoft.ML.Tests (9)
Microsoft.ML.Transforms (1)
Microsoft.VisualBasic.Core (2)
PresentationBuildTasks (11)
MS\Internal\MarkupCompiler\VersionHelper.cs (10)
26return TryParse(s, allowWildcard: false, maxValue: ushort.MaxValue, allowPartialParse: true, version: out version, hasWildcard: out bool _);
37/// If <paramref name="s"/> contains * the version build and/or revision numbers are set to <see cref="ushort.MaxValue"/>.
43return TryParse(s, allowWildcard: allowWildcard, maxValue: ushort.MaxValue - 1, allowPartialParse: false, version: out version, hasWildcard: out hasWildcard);
56/// If <paramref name="s"/> contains * and wildcard is allowed the version build and/or revision numbers are set to <see cref="ushort.MaxValue"/>.
61Debug.Assert(!allowWildcard || maxValue < ushort.MaxValue);
153values[i] = ushort.MaxValue;
183if (pattern == null || pattern.Revision != ushort.MaxValue)
199Debug.Assert(revision < ushort.MaxValue);
201if (pattern.Build == ushort.MaxValue)
204int build = Math.Min(ushort.MaxValue, (int)days.TotalDays);
PresentationCore (8)
PresentationFramework (1)
ReachFramework (1)
ScenarioTests.Common.Tests (2)
System.Data.Common (1)
System.Drawing.Common.Tests (3)
System.Formats.Asn1 (1)
System.Formats.Cbor (3)
System.IO.Compression (11)
System.Linq.Expressions (4)
System.Net.HttpListener (1)
System.Net.Ping (1)
System.Net.Quic (2)
System.Net.Sockets (2)
System.Net.WebSockets (1)
System.Private.CoreLib (85)
src\libraries\System.Private.CoreLib\src\System\Guid.cs (2)
42public static Guid AllBitsSet => new Guid(uint.MaxValue, ushort.MaxValue, ushort.MaxValue, byte.MaxValue, byte.MaxValue, byte.MaxValue, byte.MaxValue, byte.MaxValue, byte.MaxValue, byte.MaxValue, byte.MaxValue);
System.Private.DataContractSerialization (1)
System.Private.Uri (5)
System.Private.Windows.Core.Tests (3)
System.Private.Xml (8)
System.Reflection.Emit (4)
System.Reflection.Metadata (37)
System.Reflection.MetadataLoadContext (4)
System.Runtime.Numerics (7)
System.Security.Cryptography.Cose (2)
System.Text.Encoding.CodePages (1)
System.Text.Encodings.Web (1)
System.Text.Json (1)
System.Threading (1)
System.Windows.Forms (27)
System.Windows.Forms.Primitives.Tests (13)
System.Windows.Forms.Tests (173)
System.Windows.Forms.UI.IntegrationTests (1)