48 references to Resize
mscorlib (12)
system\diagnostics\eventing\eventsource.cs (1)
1756Array.Resize(ref bytes, 16);
System\Diagnostics\Eventing\TraceLogging\DataCollector.cs (1)
264Array.Resize(ref this.buffer, newSize);
system\globalization\japanesecalendar.cs (1)
226Array.Resize(ref registryEraRanges, iFoundEras);
system\globalization\japaneselunisolarcalendar.cs (1)
259Array.Resize(ref newEras, newIndex);
system\io\isolatedstorage\isolatedstoragefile.cs (2)
2486Array.Resize(ref list, 2 * list.Length); 2511Array.Resize(ref list, listSize);
system\rttype.cs (4)
142Array.Resize(ref _items, _count); 188Array.Resize(ref _items, newCapacity); 515Array.Resize(ref m_allMembers, memberCount); 606Array.Resize(ref cachedMembers2, newSize);
system\security\policy\evidence.cs (1)
261Array.Resize(ref runtimeEvidenceTypes, l+1);
system\threading\executioncontext.cs (1)
724Array.Resize(ref newChangeNotifications, newNotificationIndex + 1);
PresentationCore (1)
Shared\MS\Internal\PriorityQueue.cs (1)
116Array.Resize<T>(ref _heap, _count * 2);
System.Core (8)
System\Diagnostics\Eventing\Reader\EventLogRecord.cs (1)
276Array.Resize( ref theValues, i+1 );
System\Linq\Enumerable.cs (2)
2242if (g.count != g.elements.Length) { Array.Resize<TElement>(ref g.elements, g.count); } 2308if (elements.Length == count) Array.Resize(ref elements, checked(count * 2));
System\Security\Cryptography\NCryptNative.cs (2)
587Array.Resize(ref decrypted, decryptedSize); 1855Array.Resize(ref signature, signatureSize);
System\Security\Cryptography\Rfc4050KeyFormatter.cs (2)
236Array.Resize(ref xBytes, requiredLength); 237Array.Resize(ref yBytes, requiredLength);
System\Security\Cryptography\X509Certificates\ECDsaCertificateExtensions.cs (1)
325Array.Resize(ref propertyValue, numBytesNeeded);
System.Data (2)
fx\src\data\System\Data\ProviderBase\DbReferenceCollection.cs (1)
113Array.Resize<CollectionEntry>(ref _items, _items.Length * 2);
fx\src\data\System\Data\SqlClient\SqlParameter.cs (1)
1022Array.Resize(ref buffer, totalRead);
System.Data.Linq (1)
Types.cs (1)
741Array.Resize(ref items, count == 0 ? 4 : count * 2);
System.Data.Services.Client (3)
System\Data\Services\Client\ArraySet.cs (3)
72Array.Resize<T>(ref this.items, Math.Min(Math.Max(index, 16), Int32.MaxValue / 2) * 2); 180Array.Resize(ref this.items, array.Length / 2); 207Array.Resize(ref this.items, this.count);
System.Numerics (2)
System\Numerics\BigIntegerBuilder.cs (2)
174Array.Resize(ref bits, _iuLast + 1); 1038Array.Resize(ref _rgu, _iuLast + 2);
System.Runtime.Serialization (7)
System\Runtime\Serialization\DataContract.cs (1)
554Array.Resize<DataContract>(ref dataContractCache, newSize);
System\Runtime\Serialization\Json\JsonDataContract.cs (1)
214Array.Resize<JsonDataContract>(ref dataContractCache, newSize);
System\Runtime\Serialization\ObjectReferenceStack.cs (2)
31Array.Resize<object>(ref objectArray, objectArray.Length * 2); 67Array.Resize<bool>(ref isReferenceArray, objectArray.Length);
System\Runtime\Serialization\ScopedKnownTypes.cs (1)
20Array.Resize<DataContractDictionary>(ref dataContractDictionaries, dataContractDictionaries.Length * 2);
System\Xml\XmlDictionary.cs (1)
60Array.Resize(ref this.strings, newSize);
System\Xml\XmlMtomReader.cs (1)
1362Array.Resize(ref this.valueBuffer, byteCount);
System.ServiceModel (7)
System\ServiceModel\Description\WsdlImporter.cs (1)
1393Array.Resize<XmlAttribute>(ref attributes, i + 1);
System\ServiceModel\Dispatcher\EndpointAddressMessageFilter.cs (1)
230Array.Resize(ref bits, bits.Length + 1);
System\ServiceModel\Dispatcher\EndpointAddressMessageFilterTable.cs (1)
217Array.Resize(ref bits, item.Value.Length);
System\ServiceModel\Dispatcher\EndpointAddressProcessor.cs (1)
328Array.Resize(ref mask, this.index + 1);
System\ServiceModel\Dispatcher\QueryUtil.cs (3)
230Array.Resize<T>(ref this.buffer, this.count > 0 ? this.count * 2 : 16); 374Array.Resize<T>(ref this.buffer, capacity > newCapacity ? capacity : newCapacity); 583Array.Resize(ref this.buffer, value);
System.Web (2)
Configuration\BrowserCapabilitiesCodeGenerator.cs (1)
543Array.Resize(ref browserSubDirectories, j);
FileChangesMonitor.cs (1)
174Array.Resize(ref dacl, lengthNeeded);
System.Workflow.Runtime (2)
Hosting\WorkflowPersistenceService.cs (1)
71Array.Resize<Byte>(ref result, Convert.ToInt32(compressedStream.Length));
System\Activities\Statements\InteropExecutor.cs (1)
388Array.Resize<byte>(ref this.persistedActivityData, Convert.ToInt32(stream.Length));
System.Xml.Linq (1)
System\Xml\Linq\XLinq.cs (1)
997Array.Resize(ref a, i * 2);