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