375 references to Resize
dotnet-svcutil-lib (6)
http2cat (2)
IIS.FunctionalTests (2)
IIS.LongTests (2)
IIS.NewHandler.FunctionalTests (2)
IIS.NewShim.FunctionalTests (2)
IISExpress.FunctionalTests (2)
illink (1)
Microsoft.AspNetCore.Diagnostics.Middleware (2)
Microsoft.AspNetCore.HeaderParsing (1)
Microsoft.AspNetCore.HttpLogging (1)
Microsoft.AspNetCore.Routing.Tests (8)
Microsoft.AspNetCore.Server.HttpSys.FunctionalTests (2)
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (1)
Microsoft.AspNetCore.Shared.Tests (2)
Microsoft.CodeAnalysis (23)
Microsoft.CodeAnalysis.CodeStyle (13)
Microsoft.CodeAnalysis.CodeStyle.Fixes (1)
Microsoft.CodeAnalysis.Collections.Package (11)
Microsoft.CodeAnalysis.CSharp (3)
Microsoft.CodeAnalysis.InteractiveHost (12)
Microsoft.CodeAnalysis.Scripting (1)
Microsoft.CodeAnalysis.Threading.Package (11)
Microsoft.CodeAnalysis.Workspaces (13)
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (10)
Microsoft.CodeAnalysis.Workspaces.Test.Utilities (2)
Microsoft.DotNet.Build.Tasks.Workloads (1)
Microsoft.DotNet.SignTool (1)
Microsoft.Extensions.Diagnostics.ResourceMonitoring (2)
Microsoft.Extensions.Http.Diagnostics (2)
Microsoft.Extensions.Logging (1)
Microsoft.Extensions.Telemetry (1)
Microsoft.Extensions.Telemetry.Abstractions (3)
Microsoft.Maui (2)
Microsoft.ML.AutoML (2)
Microsoft.ML.Core (11)
Utilities\BigArray.cs (8)
252Array.Resize(ref _entries, newBlockCount);
253Array.Resize(ref _entries[newBlockCount - 1], newLastBlockLength);
267Array.Resize(ref _entries[0], Math.Min(BlockSize, Math.Max(2 * curLastBlockSize, newLastBlockLength)));
272Array.Resize(ref _entries[newBlockCount - 1], BlockSize);
280Array.Resize(ref _entries, newBlockCount);
281Array.Resize(ref _entries[curBlockCount - 1], BlockSize);
306Array.Resize(ref _entries[maMax], miLim);
307Array.Resize(ref _entries, maMax + 1);
Microsoft.ML.Data (27)
Data\BufferBuilder.cs (5)
181Array.Resize(ref _values, Math.Max(Math.Min(_length, checked(_count * 2)), 8));
183Array.Resize(ref _indices, Math.Max(Math.Min(_length, checked(_count * 2)), 8));
209Array.Resize(ref _values, Math.Max(Math.Min(_length, checked(_count * 2)), 8));
211Array.Resize(ref _indices, Math.Max(Math.Min(_length, checked(_count * 2)), 8));
323Array.Resize(ref _values, _length);
Microsoft.ML.DataView (1)
Microsoft.ML.Ensemble (3)
Microsoft.ML.FastTree (1)
Microsoft.ML.Parquet (1)
Microsoft.ML.Samples (1)
Microsoft.ML.Samples.GPU (1)
Microsoft.ML.StandardTrainers (2)
Microsoft.ML.TensorFlow.Tests (1)
Microsoft.ML.TimeSeries (41)
SrCnnEntireAnomalyDetector.cs (26)
493Array.Resize<double[]>(ref results, values.Length);
502Array.Resize(ref _seriesToDetect, values.Length);
555Array.Resize(ref _fftRe, length);
556Array.Resize(ref _fftIm, length);
558Array.Resize(ref _zeroArray, length);
562Array.Resize(ref _magList, length);
563Array.Resize(ref _magLogList, length);
579Array.Resize(ref _spectralList, length);
586Array.Resize(ref _transRe, length);
587Array.Resize(ref _transIm, length);
602Array.Resize(ref _ifftRe, length);
603Array.Resize(ref _ifftIm, length);
607Array.Resize(ref _ifftMagList, length);
656Array.Resize(ref _backAddArray, data.Length + _backAddWindowSize);
683Array.Resize(ref _cumSumList, length);
684Array.Resize(ref _cumSumShift, length);
899Array.Resize(ref _deAnomalyData, data.Length);
956Array.Resize(ref _fftRe, length);
957Array.Resize(ref _fftIm, length);
958Array.Resize(ref _zeroArray, length);
970Array.Resize(ref _ifftRe, length);
971Array.Resize(ref _ifftIm, length);
1004Array.Resize(ref _units, _trends.Length);
1026Array.Resize(ref _val, tLen);
1028Array.Resize(ref _trends, tLen);
1030Array.Resize(ref _curWindow, wLen);
STL\InnerStl.cs (10)
126Array.Resize(ref _seasonalComponent, length);
127Array.Resize(ref _trendComponent, length);
128Array.Resize(ref _residual, length);
130Array.Resize(ref _s, length);
131Array.Resize(ref _t, length);
132Array.Resize(ref _detrendedY, length);
133Array.Resize(ref _c, length + np * 2);
134Array.Resize(ref _deseasonSeries, length);
136Array.Resize(ref _cycleSubSeries, np);
137Array.Resize(ref _smoothedSubseries, np);
Microsoft.ML.Tokenizers (1)
Microsoft.ML.Transforms (5)
Microsoft.VisualBasic.Core (2)
Shared (2)
System.Collections (7)
System.Collections.Immutable (1)
System.Console (1)
System.Data.Common (33)
System.Data.Odbc (1)
System.Diagnostics.DiagnosticSource (2)
System.Diagnostics.Process (1)
System.IO.Pipelines (1)
System.Linq (4)
System.Linq.AsyncEnumerable (4)
System.Memory (1)
System.Net.Http (5)
System.Net.NetworkInformation (2)
System.Net.Sockets (1)
System.Private.CoreLib (14)
System.Private.CoreLib.Generators (1)
System.Private.DataContractSerialization (6)
System.Private.Windows.Core (1)
System.Private.Xml (1)
System.Private.Xml.Linq (2)
System.Reflection.MetadataLoadContext (6)
System.Runtime.Serialization.Formatters (1)
System.Security.Cryptography (6)
System.Security.Cryptography.Pkcs (8)
System.Security.Cryptography.Xml (1)
System.Text.Json (4)
System.Text.Json.SourceGeneration (1)
System.Text.RegularExpressions (2)
System.Windows.Forms.Design (2)