440 references to MaxValue
aspire (2)
Aspire.Dashboard.Tests (1)
Aspire.Hosting.RemoteHost (1)
dotnet-svcutil-lib (9)
GenerateDocumentationAndConfigFiles (6)
ILCompiler.Compiler (12)
ILCompiler.ReadyToRun (4)
ILLink.RoslynAnalyzer (12)
Microsoft.AspNetCore.Components.Server (10)
Microsoft.AspNetCore.Server.HttpSys (1)
Microsoft.AspNetCore.Session (2)
Microsoft.Build.Tasks.Core (1)
Microsoft.CodeAnalysis (29)
Microsoft.CodeAnalysis.Analyzers (6)
Microsoft.CodeAnalysis.AnalyzerUtilities (4)
Microsoft.CodeAnalysis.CodeStyle (4)
Microsoft.CodeAnalysis.CodeStyle.Fixes (2)
Microsoft.CodeAnalysis.CSharp (10)
Microsoft.CodeAnalysis.CSharp.Features (1)
Microsoft.CodeAnalysis.Features (2)
Microsoft.CodeAnalysis.NetAnalyzers (2)
Microsoft.CodeAnalysis.ResxSourceGenerator (4)
Microsoft.CodeAnalysis.VisualBasic (2)
Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes (1)
Microsoft.CodeAnalysis.VisualBasic.Workspaces (1)
Microsoft.CodeAnalysis.Workspaces (6)
Microsoft.CSharp (1)
Microsoft.Data.Analysis (3)
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Microsoft.Diagnostics.DataContractReader.Legacy (1)
Microsoft.Extensions.ServiceDiscovery.Dns (1)
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.NET.Sdk.Razor.Tasks (2)
Microsoft.VisualBasic.Core (2)
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (1)
Mono.Cecil (2)
NuGet.LibraryModel (1)
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)
Roslyn.Diagnostics.Analyzers (6)
Roslyn.Diagnostics.VisualBasic.Analyzers (1)
rzc (2)
ScenarioTests.Common.Tests (2)
System.Data.Common (1)
System.Diagnostics.EventLog (6)
System.Drawing.Common (3)
System.Formats.Asn1 (1)
System.Formats.Cbor (3)
System.IO.Compression (11)
System.Linq (1)
System.Linq.Expressions (4)
System.Net.HttpListener (1)
System.Net.NameResolution (1)
System.Net.Ping (1)
System.Net.Quic (2)
System.Net.Security (1)
System.Net.Sockets (2)
System.Net.WebSockets (1)
System.Private.CoreLib (76)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Guid.cs (2)
45public 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.Xml (8)
System.Reflection.Emit (4)
System.Reflection.Metadata (49)
System.Reflection.MetadataLoadContext (4)
System.Runtime.Numerics (3)
System.Security.AccessControl (9)
System.Security.Cryptography.Cose (2)
System.Security.Principal.Windows (3)
System.ServiceModel.Primitives (2)
System.Speech (5)
System.Text.Encoding.CodePages (1)
System.Text.Encodings.Web (1)
System.Text.Json (1)
System.Threading (1)
System.Windows.Forms (27)