3171 writes to
aspire (1)
Aspire.Dashboard (3)
Aspire.Hosting (2)
Aspire.Hosting.Azure (1)
GenerateDocumentationAndConfigFiles (23)
ILCompiler.Compiler (32)
ILCompiler.ReadyToRun (25)
ILCompiler.RyuJit (3)
ILCompiler.TypeSystem (10)
illink (5)
ILLink.RoslynAnalyzer (12)
Microsoft.AspNetCore.Antiforgery (6)
Microsoft.AspNetCore.Components (11)
Microsoft.AspNetCore.Components.Endpoints (2)
Microsoft.AspNetCore.Components.Server (2)
Microsoft.AspNetCore.DataProtection (7)
Microsoft.AspNetCore.Http.Abstractions (12)
Microsoft.AspNetCore.Http.Connections.Common (1)
Microsoft.AspNetCore.Http.Extensions (10)
Microsoft.AspNetCore.HttpLogging (9)
Microsoft.AspNetCore.Mvc.Core (2)
Microsoft.AspNetCore.Mvc.Razor (2)
Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation (2)
Microsoft.AspNetCore.OpenApi (1)
Microsoft.AspNetCore.Razor.Utilities.Shared (12)
Microsoft.AspNetCore.Routing (6)
Microsoft.AspNetCore.Server.HttpSys (18)
Microsoft.AspNetCore.Server.IIS (14)
Microsoft.AspNetCore.Server.Kestrel.Core (27)
Microsoft.AspNetCore.Server.Kestrel.Transport.DirectTls (1)
Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes (1)
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (2)
Microsoft.AspNetCore.SignalR.Client.Core (1)
Microsoft.AspNetCore.SignalR.Common (1)
Microsoft.AspNetCore.SignalR.Protocols.Json (1)
Microsoft.AspNetCore.SignalR.Protocols.MessagePack (1)
Microsoft.AspNetCore.SignalR.Protocols.NewtonsoftJson (1)
Microsoft.AspNetCore.WebSockets (9)
Microsoft.AspNetCore.WebUtilities (10)
Microsoft.Build (22)
Microsoft.Build.Framework (18)
Microsoft.Build.Tasks.Core (2)
Microsoft.CodeAnalysis (21)
Microsoft.CodeAnalysis.Analyzers (23)
Microsoft.CodeAnalysis.AnalyzerUtilities (23)
Microsoft.CodeAnalysis.CodeStyle (23)
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
src\roslyn\src\Analyzers\CSharp\Analyzers\UseUtf8StringLiteral\UseUtf8StringLiteralDiagnosticAnalyzer.cs (1)
209array[i] = b;
Microsoft.CodeAnalysis.CSharp.Features (1)
src\roslyn\src\Analyzers\CSharp\Analyzers\UseUtf8StringLiteral\UseUtf8StringLiteralDiagnosticAnalyzer.cs (1)
209array[i] = b;
Microsoft.CodeAnalysis.Extensions.Package (18)
Microsoft.CodeAnalysis.NetAnalyzers (1)
Microsoft.CodeAnalysis.Razor.Compiler (8)
Microsoft.CodeAnalysis.ResxSourceGenerator (23)
Microsoft.CodeAnalysis.Workspaces (25)
Microsoft.CSharp (3)
Microsoft.Data.Analysis (145)
Microsoft.Diagnostics.DataContractReader (1)
Microsoft.Diagnostics.DataContractReader.Contracts (9)
Microsoft.Diagnostics.DataContractReader.Legacy (34)
Microsoft.DiaSymReader (126)
Microsoft.DotNet.Cli.Utils (1)
Microsoft.DotNet.NativeWrapper (1)
Microsoft.Extensions.AI.Abstractions (1)
Microsoft.Extensions.Caching.Hybrid.Tests (1)
Microsoft.Extensions.Compliance.Abstractions.Tests (1)
Microsoft.Extensions.Compliance.Redaction (8)
Microsoft.Extensions.Configuration.Binder.SourceGeneration (4)
Microsoft.Extensions.Configuration.EnvironmentVariables (5)
Microsoft.Extensions.DataIngestion (5)
Microsoft.Extensions.DependencyInjection.Abstractions (5)
Microsoft.Extensions.Diagnostics (1)
Microsoft.Extensions.Http.Diagnostics (1)
Microsoft.Extensions.Identity.Core (8)
Microsoft.Extensions.Logging.Abstractions (5)
Microsoft.Extensions.Logging.Console (5)
Microsoft.Extensions.Logging.Generators (4)
Microsoft.Extensions.Primitives (1)
Microsoft.Extensions.ServiceDiscovery.Dns (2)
Microsoft.ML.AutoML.Tests (1)
Microsoft.ML.Core (80)
Utilities\VBufferUtils.cs (75)
278manip(i, ref editor.Values[i]);
284manip(dstIndices[i], ref editor.Values[i]);
313manip(slot, ref editor.Values[slot]);
320manip(slot, ref editor.Values[idx]);
346editor.Indices[idx] = slot;
347editor.Values[idx] = value;
371editor.Values[indices[i]] = values[i];
390editor.Values[indices[i]] = values[i];
438editor.Values[ii] = i >= 0 && dstIndices[i] == ii ? dstValues[i--] : default(T);
439editor.Indices[ii] = ii;
481editor.Indices[j] = i;
482editor.Values[j] = srcValues[i];
632manip(i, default(TSrc), ref editor.Values[i]);
637manip(dstIndices[i], default(TSrc), ref editor.Values[i]);
653manip(i, srcValues[i], ref editor.Values[i]);
669manip(i, srcValues[sI], ref editor.Values[i]);
673manip(i, default(TSrc), ref editor.Values[i]);
679manip(srcIndices[i], srcValues[i], ref editor.Values[srcIndices[i]]);
694manip(editor.Indices[i] = srcIndices[i], srcValues[i], ref editor.Values[i]);
763indices[i] = dIndex;
764values[i] = dstValues[dI];
766manip(dIndex, default(TSrc), ref values[i]);
771indices[i] = sIndex;
772values[i] = default(TDst);
773manip(sIndex, srcValues[sI], ref values[i]);
781indices[i] = dIndex;
782values[i] = dstValues[dI];
783manip(sIndex, srcValues[sI], ref values[i]);
801manip(srcIndices[i], srcValues[i], ref editor.Values[i]);
816manip(sIndex, srcValues[sI], ref editor.Values[i]);
820manip(dstIndices[i], default(TSrc), ref editor.Values[i]);
831manip(sIndex, srcValues[sI], ref editor.Values[dI++]);
851editor.Indices[dI] = sI++;
862manip(srcIndices[sI], srcValues[sI], ref editor.Values[sI]);
897manip(i, srcValues[i], default(TDst), ref editor.Values[i]);
911editor.Indices[ii] = i;
912manip(i, srcValues[ii], default(TDst), ref editor.Values[ii]);
926manip(j, default(TSrc), dstValues[j], ref editor.Values[j]);
932editor.Values[j] = dstValues[j];
940manip(i, srcValues[i], dstValues[i], ref editor.Values[i]);
959manip(j, srcValues[ii], dstValues[j], ref editor.Values[j]);
963manip(j, default(TSrc), dstValues[j], ref editor.Values[j]);
973manip(j, srcValues[ii], dstValues[j], ref editor.Values[j]);
977editor.Values[j] = dstValues[j];
997editor.Indices[jj] = j;
998manip(j, default(TSrc), dstValues[jj], ref editor.Values[jj]);
1005editor.Indices[jj] = dstIndices[jj];
1006editor.Values[jj] = dstValues[jj];
1021manip(i, srcValues[i], dstValues[jj], ref editor.Values[i]);
1025manip(i, srcValues[i], default(TDst), ref editor.Values[i]);
1081editor.Indices[kk] = i;
1082manip(i, srcValues[ii], dstValues[jj], ref editor.Values[kk]);
1089editor.Indices[kk] = i;
1090manip(i, srcValues[ii], default(TDst), ref editor.Values[kk]);
1097editor.Indices[kk] = j;
1100manip(j, default(TSrc), dstValues[jj], ref editor.Values[kk]);
1102editor.Values[kk] = dstValues[jj];
1146values[i] = func(i, srcValues[i]);
1154values[i] = func(srcIndices[i], srcValues[i]);
1208editor.Values[i] = func(i, aVal, bValues[i]);
1218editor.Values[i] = func(i, aValues[i], bVal);
1225editor.Values[i] = func(i, aValues[i], bValues[i]);
1265editor.Values[aI] = func(aIndices[aI], aValues[aI], bValues[aI]);
1277editor.Values[bI] = func(bIndices[bI], aVal, bValues[bI]);
1280editor.Values[bI] = func(bIndices[bI], default(TSrc1), bValues[bI]);
1292editor.Values[aI] = func(aIndices[aI], aValues[aI], bVal);
1295editor.Values[aI] = func(aIndices[aI], aValues[aI], default(TSrc2));
1327editor.Values[newI] = func(index, aVal, bVal);
1328indices[newI++] = index;
1334editor.Values[newI] = func(index, aValues[aI], default(TSrc2));
1335indices[newI++] = index;
1341editor.Values[newI] = func(index, default(TSrc1), bValues[bI]);
1342indices[newI++] = index;
1360editor.Values[i] = src[i];
Microsoft.ML.Core.Tests (6)
Microsoft.ML.CpuMath (7)
Microsoft.ML.Data (140)
Transforms\Hashing.cs (18)
1051editor.Values[i] = hasher.HashCoreOld(seed, mask, srcValues[i]);
1068editor.Values[i] = hasher.HashCoreOld(seed, mask, srcValues[i]);
1077editor.Values[i] = defaultHashOld;
1081editor.Values[srcIndices[i]] = hasher.HashCoreOld(seed, mask, srcValues[i]);
1105editor.Values[i] = hasher.HashCore(seed, mask, srcValues[i]);
1122editor.Values[i] = hasher.HashCore(seed, mask, srcValues[i]);
1131editor.Values[i] = defaultHash;
1135editor.Values[srcIndices[i]] = hasher.HashCore(seed, mask, srcValues[i]);
1171editor.Values[i] = hasher.HashCoreOld(Hashing.MurmurRound(seed, (uint)i), mask, srcValues[i]);
1177editor.Values[i] = hasher.HashCoreOld(Hashing.MurmurRound(seed, (uint)srcIndices[i]), mask, srcValues[i]);
1194editor.Values[i] = hasher.HashCoreOld(Hashing.MurmurRound(seed, (uint)i), mask, srcValues[i]);
1204editor.Values[i] = hasher.HashCoreOld(indexSeed, mask, default(T));
1206editor.Values[i] = hasher.HashCoreOld(indexSeed, mask, srcValues[j++]);
1235editor.Values[i] = hasher.HashCore(Hashing.MurmurRound(seed, (uint)i), mask, srcValues[i]);
1241editor.Values[i] = hasher.HashCore(Hashing.MurmurRound(seed, (uint)srcIndices[i]), mask, srcValues[i]);
1258editor.Values[i] = hasher.HashCore(Hashing.MurmurRound(seed, (uint)i), mask, srcValues[i]);
1268editor.Values[i] = hasher.HashCore(indexSeed, mask, default(T));
1270editor.Values[i] = hasher.HashCore(indexSeed, mask, srcValues[j++]);
Microsoft.ML.DataView (4)
Microsoft.ML.Ensemble (9)
Microsoft.ML.FastTree (9)
Microsoft.ML.ImageAnalytics (24)
Microsoft.ML.KMeansClustering (1)
Microsoft.ML.Mkl.Components (1)
Microsoft.ML.OnnxTransformer (2)
Microsoft.ML.PCA (1)
Microsoft.ML.StandardTrainers (13)
Microsoft.ML.TensorFlow (2)
Microsoft.ML.TimeSeries (15)
Microsoft.ML.Tokenizers (88)
Microsoft.ML.Tokenizers.Tests (45)
Microsoft.ML.TorchSharp (10)
Microsoft.ML.Transforms (93)
Microsoft.NET.Build.Containers (1)
Microsoft.Net.Http.Headers (5)
Microsoft.NET.Sdk.BlazorWebAssembly.Tasks (4)
Microsoft.NET.Sdk.StaticWebAssets.Tasks (5)
Microsoft.Private.Windows.Core (12)
Microsoft.Win32.Registry (1)
PresentationCore (8)
PresentationFramework (4)
ReachFramework (1)
Roslyn.Diagnostics.Analyzers (23)
System.Collections.Immutable (11)
System.Collections.Specialized (2)
System.Console (7)
System.Data.Common (26)
System.Diagnostics.DiagnosticSource (15)
System.Diagnostics.EventLog (2)
System.Diagnostics.Process (14)
System.Diagnostics.TextWriterTraceListener (1)
System.Drawing.Common (1)
System.Formats.Asn1 (14)
System.Formats.Tar (12)
System.IO.Compression (10)
System.IO.Compression.ZipFile (2)
System.IO.FileSystem.AccessControl (5)
System.IO.FileSystem.Watcher (6)
System.Linq (14)
System.Linq.AsyncEnumerable (2)
System.Net.Http (24)
System.Net.HttpListener (6)
System.Net.Mail (23)
System.Net.NameResolution (10)
System.Net.NetworkInformation (9)
System.Net.Ping (1)
System.Net.Primitives (35)
System.Net.Quic (18)
System.Net.Security (22)
System.Net.Sockets (5)
System.Net.WebClient (6)
System.Net.WebSockets (1)
System.Numerics.Tensors (69)
System.Private.CoreLib (387)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Globalization\DateTimeParse.cs (1)
5977result[i] = ch;
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\Directory.Unix.cs (1)
43path[pos + 6] = 0;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\BigIntegerCalculator.Shared.cs (34)
208result[i] = (nuint)(ulong)p0;
211result[i + 1] = (nuint)(ulong)p1;
214result[i + 2] = (nuint)(ulong)p2;
217result[i + 3] = (nuint)(ulong)p3;
225result[i] = (nuint)(ulong)product;
234result[i] = (uint)product;
262result[i] = (nuint)(ulong)p0;
265result[i + 1] = (nuint)(ulong)p1;
268result[i + 2] = (nuint)(ulong)p2;
271result[i + 3] = (nuint)(ulong)p3;
279result[i] = (nuint)(ulong)product;
289result[i] = (uint)product;
317result[i] = orig0 - lo0;
324result[i + 1] = orig1 - lo1;
331result[i + 2] = orig2 - lo2;
338result[i + 3] = orig3 - lo3;
350result[i] = orig - lo;
364result[i] = orig - lo;
404bits[i] = AddWithCarry(left[i], right[i], carry, out carry);
424left[i] = AddWithCarry(left[i], right[i], carry, out carry);
431left[i] = sum;
460bits[i] = SubWithBorrow(left[i], right[i], borrow, out borrow);
480left[i] = SubWithBorrow(left[i], right[i], borrow, out borrow);
486left[i] = val - borrow;
509bits[i] = sum;
512bits[left.Length] = carry;
520bits[i] = sum;
531bits[left.Length] = carry;
560bits[i] = diff;
570bits[i] = diff;
607bits[i + left.Length] = carry;
692quotient[n] = digit;
697left[i] = 0;
712ref nuint leftElement = ref left[i];
System.Private.CoreLib.Generators (4)
System.Private.DataContractSerialization (8)
System.Private.Uri (40)
System.Private.Windows.Core (25)
System.Private.Xml (36)
System.Reflection.Metadata (12)
System.Runtime.Numerics (116)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\BigIntegerCalculator.Shared.cs (34)
208result[i] = (nuint)(ulong)p0;
211result[i + 1] = (nuint)(ulong)p1;
214result[i + 2] = (nuint)(ulong)p2;
217result[i + 3] = (nuint)(ulong)p3;
225result[i] = (nuint)(ulong)product;
234result[i] = (uint)product;
262result[i] = (nuint)(ulong)p0;
265result[i + 1] = (nuint)(ulong)p1;
268result[i + 2] = (nuint)(ulong)p2;
271result[i + 3] = (nuint)(ulong)p3;
279result[i] = (nuint)(ulong)product;
289result[i] = (uint)product;
317result[i] = orig0 - lo0;
324result[i + 1] = orig1 - lo1;
331result[i + 2] = orig2 - lo2;
338result[i + 3] = orig3 - lo3;
350result[i] = orig - lo;
364result[i] = orig - lo;
404bits[i] = AddWithCarry(left[i], right[i], carry, out carry);
424left[i] = AddWithCarry(left[i], right[i], carry, out carry);
431left[i] = sum;
460bits[i] = SubWithBorrow(left[i], right[i], borrow, out borrow);
480left[i] = SubWithBorrow(left[i], right[i], borrow, out borrow);
486left[i] = val - borrow;
509bits[i] = sum;
512bits[left.Length] = carry;
520bits[i] = sum;
531bits[left.Length] = carry;
560bits[i] = diff;
570bits[i] = diff;
607bits[i + left.Length] = carry;
692quotient[n] = digit;
697left[i] = 0;
712ref nuint leftElement = ref left[i];
System.Security.Cryptography (39)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\X25519WindowsHelpers.cs (1)
214key[i] = (byte)diff;
System.Security.Cryptography.Pkcs (7)
System.Security.Cryptography.Xml (6)
System.Security.Principal.Windows (3)
System.ServiceModel.NetFramingBase (2)
System.ServiceProcess.ServiceController (6)
System.Text.Encodings.Web (24)
System.Text.Json (467)
System.Text.Json.SourceGeneration (8)
System.Text.RegularExpressions (38)
System.Text.RegularExpressions.Generator (36)
System.Web.HttpUtility (16)
System.Windows.Forms (22)
System.Windows.Forms.Design (5)
System.Windows.Forms.Primitives (1)
1284 references to
aspire (1)
Aspire.Dashboard (1)
Aspire.Hosting (1)
GenerateDocumentationAndConfigFiles (18)
ILCompiler.Compiler (29)
ILCompiler.ReadyToRun (14)
ILCompiler.TypeSystem (5)
Microsoft.AspNetCore.Components (8)
Microsoft.AspNetCore.Components.Endpoints (2)
Microsoft.AspNetCore.DataProtection (1)
Microsoft.AspNetCore.Http (1)
Microsoft.AspNetCore.Http.Abstractions (8)
Microsoft.AspNetCore.Http.Extensions (1)
Microsoft.AspNetCore.Mvc.Core (3)
Microsoft.AspNetCore.Razor.Runtime (1)
Microsoft.AspNetCore.Routing (9)
Microsoft.AspNetCore.Server.HttpSys (18)
Microsoft.AspNetCore.Server.IIS (7)
Microsoft.AspNetCore.Server.Kestrel.Core (11)
Microsoft.AspNetCore.Server.Kestrel.Transport.DirectTls (1)
Microsoft.AspNetCore.SignalR.Client.Core (1)
Microsoft.AspNetCore.StaticAssets (2)
Microsoft.AspNetCore.WebUtilities (10)
Microsoft.Build (19)
Microsoft.Build.Framework (12)
Microsoft.CodeAnalysis (18)
Microsoft.CodeAnalysis.Analyzers (18)
Microsoft.CodeAnalysis.AnalyzerUtilities (18)
Microsoft.CodeAnalysis.CodeStyle (18)
Microsoft.CodeAnalysis.Extensions.Package (18)
Microsoft.CodeAnalysis.ResxSourceGenerator (18)
Microsoft.CodeAnalysis.Workspaces (18)
Microsoft.CSharp (1)
src\runtime\src\libraries\Common\src\System\Runtime\InteropServices\ComEventsSink.cs (1)
172pos = namedArgs[i];
Microsoft.Data.Analysis (50)
Microsoft.Diagnostics.DataContractReader.Legacy (24)
Microsoft.DiaSymReader (126)
Microsoft.Extensions.Configuration.Binder.SourceGeneration (1)
src\runtime\src\libraries\Common\src\System\Collections\Generic\ValueListBuilder.Pop.cs (1)
17return _span[_pos];
Microsoft.Extensions.DependencyInjection.Abstractions (3)
Microsoft.Extensions.Diagnostics (2)
Microsoft.Extensions.Identity.Core (10)
Microsoft.Extensions.Logging.Generators (1)
src\runtime\src\libraries\Common\src\System\Collections\Generic\ValueListBuilder.Pop.cs (1)
17return _span[_pos];
Microsoft.ML.Core.Tests (1)
Microsoft.ML.CpuMath (3)
Microsoft.ML.Data (30)
Microsoft.ML.StandardTrainers (5)
Microsoft.ML.TestFrameworkCommon (2)
Microsoft.ML.TimeSeries (3)
Microsoft.ML.Tokenizers (50)
Microsoft.ML.Tokenizers.Tests (3)
Microsoft.ML.Transforms (11)
Microsoft.NET.Build.Containers (1)
Microsoft.NET.Sdk.BlazorWebAssembly.Tasks (12)
Microsoft.NET.Sdk.StaticWebAssets.Tasks (16)
Microsoft.Private.Windows.Core (3)
PresentationCore (6)
Roslyn.Diagnostics.Analyzers (18)
System.Collections.Immutable (9)
System.Console (4)
System.Data.Common (28)
System.Diagnostics.DiagnosticSource (4)
System.Diagnostics.EventLog (1)
System.Diagnostics.Process (7)
System.Drawing.Common (13)
System.Formats.Asn1 (1)
System.Formats.Nrbf (1)
System.Formats.Tar (1)
System.IO.Compression (5)
System.IO.FileSystem.Watcher (1)
System.Net.Http (5)
System.Net.Mail (40)
System.Net.NameResolution (1)
System.Net.Primitives (2)
System.Net.Quic (1)
System.Net.Security (1)
System.Net.Sockets (13)
System.Net.WebSockets (7)
System.Numerics.Tensors (6)
System.Private.CoreLib (212)
src\runtime\src\libraries\Common\src\System\Sha1ForNonSecretPurposes.cs (9)
70BinaryPrimitives.WriteUInt32BigEndian(destination, w[i]);
180w[i] = BitOperations.RotateLeft(w[i - 3] ^ w[i - 8] ^ w[i - 14] ^ w[i - 16], 1);
193uint temp = BitOperations.RotateLeft(a, 5) + f + e + k + w[i]; e = d; d = c; c = BitOperations.RotateLeft(b, 30); b = a; a = temp;
200uint temp = BitOperations.RotateLeft(a, 5) + f + e + k + w[i]; e = d; d = c; c = BitOperations.RotateLeft(b, 30); b = a; a = temp;
207uint temp = BitOperations.RotateLeft(a, 5) + f + e + k + w[i]; e = d; d = c; c = BitOperations.RotateLeft(b, 30); b = a; a = temp;
214uint temp = BitOperations.RotateLeft(a, 5) + f + e + k + w[i]; e = d; d = c; c = BitOperations.RotateLeft(b, 30); b = a; a = temp;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\Generic\ArraySortHelper.cs (105)
103if (comparer(keys[i], keys[j]) > 0)
105T key = keys[i];
106keys[i] = keys[j];
116T t = a[i];
117a[i] = a[j];
194T pivot = keys[middle];
239T d = keys[i - 1];
243if (child < n && comparer(keys[child - 1], keys[child]) < 0)
248if (!(comparer(d, keys[child - 1]) < 0))
251keys[i - 1] = keys[child - 1];
262T t = keys[i + 1];
265while (j >= 0 && comparer(t, keys[j]) < 0)
267keys[j + 1] = keys[j];
526T d = keys[i - 1];
530if (child < n && (keys[child - 1] == null || LessThan(ref keys[child - 1], ref keys[child])))
535if (keys[child - 1] == null || !LessThan(ref d, ref keys[child - 1]))
538keys[i - 1] = keys[child - 1];
640if (comparer.Compare(keys[i], keys[j]) > 0)
642TKey key = keys[i];
643keys[i] = keys[j];
646TValue value = values[i];
647values[i] = values[j];
657TKey k = keys[i];
658keys[i] = keys[j];
661TValue v = values[i];
662values[i] = values[j];
738TKey pivot = keys[middle];
783TKey d = keys[i - 1];
784TValue dValue = values[i - 1];
789if (child < n && comparer.Compare(keys[child - 1], keys[child]) < 0)
794if (!(comparer.Compare(d, keys[child - 1]) < 0))
797keys[i - 1] = keys[child - 1];
798values[i - 1] = values[child - 1];
812TKey t = keys[i + 1];
813TValue tValue = values[i + 1];
816while (j >= 0 && comparer.Compare(t, keys[j]) < 0)
818keys[j + 1] = keys[j];
819values[j + 1] = values[j];
884keys[i] = keys[j];
887TValue value = values[i];
888values[i] = values[j];
898TKey k = keys[i];
899keys[i] = keys[j];
902TValue v = values[i];
903values[i] = values[j];
966TKey pivot = keys[middle];
1016TKey d = keys[i - 1];
1017TValue dValue = values[i - 1];
1022if (child < n && (keys[child - 1] == null || LessThan(ref keys[child - 1], ref keys[child])))
1027if (keys[child - 1] == null || !LessThan(ref d, ref keys[child - 1]))
1030keys[i - 1] = keys[child - 1];
1031values[i - 1] = values[child - 1];
1043TKey t = keys[i + 1];
1044TValue tValue = values[i + 1];
1049keys[j + 1] = keys[j];
1050values[j + 1] = values[j];
1119if ((typeof(TKey) == typeof(double) && double.IsNaN((double)(object)keys[i])) ||
1120(typeof(TKey) == typeof(float) && float.IsNaN((float)(object)keys[i])) ||
1121(typeof(TKey) == typeof(Half) && Half.IsNaN((Half)(object)keys[i])))
1123TKey temp = keys[left];
1124keys[left] = keys[i];
1129TValue tempValue = values[left];
1130values[left] = values[i];
1173T t = a[i];
1174a[i] = a[j];
1182if (comparer.Compare(keys[i], keys[j]) > 0)
1184T key = keys[i];
1185keys[i] = keys[j];
1262T pivot = keys[middle];
1307T d = keys[i - 1];
1311if (child < n && comparer.Compare(keys[child - 1], keys[child]) < 0)
1316if (!(comparer.Compare(d, keys[child - 1]) < 0))
1319keys[i - 1] = keys[child - 1];
1330T t = keys[i + 1];
1333while (j >= 0 && comparer.Compare(t, keys[j]) < 0)
1335keys[j + 1] = keys[j];
1376TKey k = keys[i];
1377keys[i] = keys[j];
1380TValue v = values[i];
1381values[i] = values[j];
1392if (comparer.Compare(keys[i], keys[j]) > 0)
1394TKey key = keys[i];
1395keys[i] = keys[j];
1398TValue value = values[i];
1399values[i] = values[j];
1475TKey pivot = keys[middle];
1519TKey d = keys[i - 1];
1520TValue dValue = values[i - 1];
1525if (child < n && comparer.Compare(keys[child - 1], keys[child]) < 0)
1530if (!(comparer.Compare(d, keys[child - 1]) < 0))
1533keys[i - 1] = keys[child - 1];
1534values[i - 1] = values[child - 1];
1548TKey t = keys[i + 1];
1549TValue tValue = values[i + 1];
1552while (j >= 0 && comparer.Compare(t, keys[j]) < 0)
1554keys[j + 1] = keys[j];
1555values[j + 1] = values[j];
System.Private.CoreLib.Generators (1)
src\runtime\src\libraries\Common\src\System\Collections\Generic\ValueListBuilder.Pop.cs (1)
17return _span[_pos];
System.Private.Uri (12)
System.Private.Windows.Core (22)
System.Private.Xml (5)
System.Reflection.Metadata (1)
System.Runtime.Numerics (103)
System.Security.Cryptography (13)
System.Security.Cryptography.Pkcs (1)
System.ServiceModel.NetFramingBase (4)
System.ServiceProcess.ServiceController (1)
System.Text.Encodings.Web (1)
System.Text.Json (23)
System.Text.Json.SourceGeneration (7)
src\runtime\src\libraries\Common\src\System\Collections\Generic\ValueListBuilder.Pop.cs (1)
17return _span[_pos];
System.Text.RegularExpressions (5)
src\runtime\src\libraries\Common\src\System\Collections\Generic\ValueListBuilder.Pop.cs (1)
17return _span[_pos];
System.Text.RegularExpressions.Generator (1)
src\runtime\src\libraries\Common\src\System\Collections\Generic\ValueListBuilder.Pop.cs (1)
17return _span[_pos];
System.Web.HttpUtility (3)
System.Windows.Forms (26)