21 types derived from ArrayList
PresentationBuildTasks (1)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\ParserStack.cs (1)
36internal class ParserStack : ArrayList
PresentationFramework (12)
System\Windows\Documents\RtfFormatStack.cs (1)
16internal class RtfFormatStack : ArrayList
System\Windows\Documents\RtfToXamlReader.cs (8)
3146internal class MarkerList : ArrayList 3526internal class FontTable : ArrayList 3898internal class ColorTable : ArrayList 4144internal class ListLevelTable : ArrayList 4302internal class ListTable : ArrayList 4477internal class ListOverrideTable : ArrayList 6206internal class ColumnStateArray : ArrayList 6249internal class DocumentNodeArray : ArrayList
System\Windows\Documents\XamlToRtfParser.cs (2)
469internal class XamlTagStack : ArrayList 737internal class XamlParsePoints : ArrayList
System\Windows\Markup\ParserStack.cs (1)
36internal class ParserStack : ArrayList
System.Net.WebProxy (1)
System\Net\WebProxy.cs (1)
222private sealed class ChangeTrackingArrayList : ArrayList
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Collections\ArrayList.cs (5)
707private sealed class IListWrapper : ArrayList 1143private sealed class SyncArrayList : ArrayList 1659private sealed class FixedSizeArrayList : ArrayList 1918private sealed class ReadOnlyArrayList : ArrayList 2163private sealed class Range : ArrayList
System.Windows.Forms (1)
System\Windows\Forms\Controls\UpDown\DomainUpDown.DomainUpDownItemCollection.cs (1)
15public class DomainUpDownItemCollection : ArrayList
System.Windows.Forms.Tests (1)
System\Windows\Forms\ListBindingHelperTests.cs (1)
531private class NonGenericIListSourceClassWithItem : ArrayList, IListSource
527 instantiations of ArrayList
BinaryFormatTests (5)
FormatTests\FormattedObject\ListTests.cs (5)
18new ArrayList(), 19new ArrayList() 38new ArrayList() { "Same", "old", "same", "old" } 43new ArrayList() 47new ArrayList()
dotnet-svcutil-lib (98)
FrameworkFork\Microsoft.CodeDom\Configuration\CodeDomCompilationConfiguration.cs (1)
24_allCompilerInfo = new ArrayList();
FrameworkFork\Microsoft.CodeDom\System\CodeNamespaceImportCollection.cs (1)
25private ArrayList _data = new ArrayList();
FrameworkFork\Microsoft.CodeDom\System\CodeTypeReference.cs (1)
186ArrayList typeArgumentList = new ArrayList();
FrameworkFork\Microsoft.Xml\Xml\Core\XsdValidatingReader.cs (1)
160_defaultAttributes = new ArrayList();
FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentSchemaValidator.cs (1)
430_defaultAttributes = new ArrayList();
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlDocument.cs (2)
213ArrayList gcElemRefs = new ArrayList(); 237ArrayList elementList = new ArrayList();
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlNamedNodeMap.SmallXmlNodeList.cs (4)
64ArrayList temp = new ArrayList(); 81list = new ArrayList(); 125list = new ArrayList(); 132list = new ArrayList();
FrameworkFork\Microsoft.Xml\Xml\schema\AstTree.cs (4)
159_stack = new ArrayList(); 314_axisStack = new ArrayList(axisTree.SubtreeArray.Count); // defined length 577ArrayList AstArray = new ArrayList(xpath.Length); 578_fAxisArray = new ArrayList(xpath.Length);
FrameworkFork\Microsoft.Xml\Xml\schema\ConstraintStruct.cs (2)
32this.axisFields = new ArrayList(); // empty fields 95_KSs = new ArrayList();
FrameworkFork\Microsoft.Xml\Xml\schema\ContentValidator.cs (12)
55_particles = new ArrayList(); 148ArrayList match = new ArrayList(); 257private ArrayList _positions = new ArrayList(); 1545ArrayList transitionTable = new ArrayList(); 1729names = new ArrayList(); 1756ArrayList particles = new ArrayList(); 1880names = new ArrayList(); 1905ArrayList particles = new ArrayList(); 2191names = new ArrayList(); 2221ArrayList particles = new ArrayList(); 2338names = new ArrayList(); 2348ArrayList expectedParticles = new ArrayList();
FrameworkFork\Microsoft.Xml\Xml\schema\DatatypeImplementation.cs (1)
1134ArrayList values = new ArrayList();
FrameworkFork\Microsoft.Xml\Xml\schema\FacetChecker.cs (2)
176_derivedRestriction.Enumeration = new ArrayList(); 355_derivedRestriction.Patterns = new ArrayList();
FrameworkFork\Microsoft.Xml\Xml\schema\Inference\infer.cs (1)
178_schemaList = new ArrayList();
FrameworkFork\Microsoft.Xml\Xml\schema\Preprocessor.cs (2)
702_redefinedList = new ArrayList(); 867ArrayList includesOfRedefine = new ArrayList();
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionCompiler.cs (1)
624ArrayList memberTypeDefinitions = new ArrayList();
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (2)
512newMembers = new ArrayList(); 709ArrayList memberTypeDefinitions = new ArrayList();
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchema.cs (2)
682_importedSchemas = new ArrayList(); 694_importedNamespaces = new ArrayList();
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSet.cs (4)
536ArrayList needToCheckSchemaList = new ArrayList(); 823ArrayList tnsSchemas = new ArrayList(); 1264ArrayList existingSchemas = new ArrayList(); 1489ArrayList removalList = new ArrayList();
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSubstitutionGroup.cs (1)
16private ArrayList _membersList = new ArrayList();
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaValidator.cs (3)
994ArrayList expected = new ArrayList(elements.Count); 1018ArrayList attList = new ArrayList(); 2628ArrayList expectedNames = new ArrayList();
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (1)
683private ArrayList _unhandledAttributes = new ArrayList();
FrameworkFork\Microsoft.Xml\Xml\Serialization\CodeIdentifiers.cs (1)
63_list = new ArrayList();
FrameworkFork\Microsoft.Xml\Xml\Serialization\ImportContext.cs (5)
156list = new ArrayList(); 219ArrayList list = GetDependencies(o, new ArrayList(), new Hashtable()); 272private ArrayList _empty = new ArrayList(); 295return new ArrayList(_scope.Keys); 322ArrayList refs = new ArrayList();
FrameworkFork\Microsoft.Xml\Xml\Serialization\Models.cs (1)
410ArrayList list = new ArrayList();
FrameworkFork\Microsoft.Xml\Xml\Serialization\SchemaObjectWriter.cs (6)
131ArrayList list = new ArrayList(); 216ArrayList attrs = new ArrayList(); 240ArrayList ns = new ArrayList(); 286ArrayList list = new ArrayList(); 596ArrayList list = new ArrayList(); 654ArrayList a = new ArrayList();
FrameworkFork\Microsoft.Xml\Xml\Serialization\SoapReflectionImporter.cs (2)
415ArrayList members = new ArrayList(); 604ArrayList constants = new ArrayList();
FrameworkFork\Microsoft.Xml\Xml\Serialization\Types.cs (3)
493private ArrayList _typeMappings = new ArrayList(); 1078ArrayList list = new ArrayList(); 1104ArrayList list = new ArrayList();
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlReflectionImporter.cs (4)
843ArrayList members = new ArrayList(); 1210ArrayList constants = new ArrayList(); 1527ArrayList elementList = new ArrayList(); 2291private ArrayList _list = new ArrayList();
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaImporter.cs (1)
1173ArrayList equivalentElements = new ArrayList();
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemas.cs (1)
286ArrayList removes = new ArrayList();
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSerializationReader.cs (5)
493ArrayList list = new ArrayList(); 1544_targetsWithoutIds = new ArrayList(); 1561if (_fixups == null) _fixups = new ArrayList(); 1568if (_collectionFixups == null) _collectionFixups = new ArrayList(); 1972ArrayList xmlNodeList = new ArrayList();
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSerializationWriter.cs (3)
899_referencesToWrite = new ArrayList(); 2924ArrayList namedAnys = new ArrayList(); 3713private static ArrayList s_assembliesInConfig = new ArrayList();
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSerializationWriterILGen.cs (1)
1669ArrayList namedAnys = new ArrayList();
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSerializerNamespaces.cs (1)
99ArrayList namespaceList = new ArrayList();
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\Function.cs (3)
56_argumentList = new ArrayList(argumentList); 64_argumentList = new ArrayList(argumentList); 75_argumentList = new ArrayList();
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\XPathArrayIterator.cs (1)
33this.list = new ArrayList();
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\XPathParser.cs (2)
517ArrayList argList = new ArrayList(); 669ArrayList argList = new ArrayList();
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessageContractImporter.cs (1)
1999ArrayList parts = new ArrayList();
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DataContractSerializerOperationFormatter.cs (3)
253elementList = new ArrayList(); 285multipleHeaderValues[headerDescription.Index] = new KeyValuePair<System.Type, System.Collections.ArrayList>(headerDescription.TypedHeader ? TypedHeaderManager.GetMessageHeaderType(headerDescription.Type) : headerDescription.Type, new ArrayList()); 406ArrayList items = new ArrayList();
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\XmlSerializerOperationFormatter.cs (1)
155unknownHeaders = new ArrayList();
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\TimeBoundedCache.cs (1)
389ArrayList expiredItems = new ArrayList();
FrameworkFork\System.Web.Services\Services\Description\ServiceDescription.cs (3)
1657ArrayList list = new ArrayList(); 1694ArrayList list = new ArrayList(); 1710_handledElements = new ArrayList();
Microsoft.AspNetCore.JsonPatch.SystemTextJson.Tests (1)
Internal\ListAdapterTest.cs (1)
35var targetObject = new ArrayList();
Microsoft.AspNetCore.JsonPatch.Tests (1)
Internal\ListAdapterTest.cs (1)
35var targetObject = new ArrayList();
Microsoft.Build (5)
BackEnd\TaskExecutionHost\TaskExecutionHost.cs (1)
736ArrayList finalTaskInputs = new ArrayList(taskItems.Count);
Logging\BaseConsoleLogger.cs (2)
601bucket = new ArrayList(); 699ArrayList perfCounters = new ArrayList(counters.Values.Count);
LogMessagePacketBase.cs (2)
1371var list = new ArrayList(count); 1393var list = new ArrayList(count);
Microsoft.Build.Engine.UnitTests (3)
BackEnd\NodePackets_Tests.cs (2)
153Items = new ArrayList 167return new ArrayList
MockTask.cs (1)
434return new ArrayList();
Microsoft.Build.Framework (2)
ProjectStartedEventArgs.cs (1)
456ArrayList dictionaryList = new ArrayList(numberOfProperties);
TaskParameterEventArgs.cs (1)
143var list = new ArrayList();
Microsoft.Build.Tasks.Core (3)
GenerateResource.cs (3)
84private ArrayList _unsuccessfullyCreatedOutFiles = new ArrayList(); 87private ArrayList _filesWritten = new ArrayList(); 2349_unsuccessfullyCreatedOutFiles = new ArrayList();
Microsoft.Build.Tasks.UnitTests (3)
AssemblyDependency\ResolveAssemblyReferenceTestFixture.cs (1)
649ArrayList matches = new ArrayList();
ResolveNonMSBuildProjectOutput_Tests.cs (2)
216ArrayList projectRefs = new ArrayList(); 242ArrayList projectRefs = new ArrayList();
Microsoft.CodeAnalysis.CSharp.Scripting.Desktop.UnitTests (1)
ObjectFormatterTests.cs (1)
26var obj = new ArrayList { 1, 2, true, "goo" };
Microsoft.DotNet.XUnitAssert.Tests (9)
CollectionAssertsTests.cs (9)
2287 var collection = new ArrayList(); 2298 var collection = new ArrayList { "Hello" }; 2308 var collection = new ArrayList { "Hello", "World" }; 2323 var collection = new ArrayList { 1, 2, 3, 4, 5, 6, 7 }; 2347 IEnumerable collection = new ArrayList { "Hello", "World" }; 2355 IEnumerable collection = new ArrayList { "Hello", "World!", null }; 2363 IEnumerable collection = new ArrayList { "Hello", "World" }; 2379 var collection = new ArrayList { "Hello", "World", "Hello" }; 2396 var collection = new ArrayList { 1, 2, 3, 4, 5, 6, 7, 8, 4 };
Microsoft.VisualBasic.Core (2)
Microsoft\VisualBasic\CompilerServices\ProjectData.vb (2)
14Dim files As Collections.ArrayList = New Collections.ArrayList(256) 38m_Files = New Collections.ArrayList(256)
MSBuild (2)
CommandLineSwitches.cs (2)
514_parameterizedSwitches[(int)parameterizedSwitch].parameters = new ArrayList(); 954_parameterizedSwitches[j].parameters = new ArrayList();
PresentationBuildTasks (32)
Microsoft\Build\Tasks\Windows\GenerateTemporaryTargetAssembly.cs (1)
636ArrayList itemToRemove = new ArrayList();
Microsoft\Build\Tasks\Windows\MarkupCompilePass1.cs (7)
1111ArrayList referenceList = new ArrayList(); 1291ArrayList bamlFileList = new ArrayList(); 1292ArrayList csFileList = new ArrayList(); 1293ArrayList localRefPageList = new ArrayList(); 1294ArrayList localRefAppdefList = new ArrayList(); 1403ArrayList allGeneratedFiles = new ArrayList( ); 1617ArrayList locFileItemList = new ArrayList();
Microsoft\Build\Tasks\Windows\MarkupCompilePass2.cs (2)
565referenceList = new ArrayList(); 709ArrayList bamlFileList = new ArrayList();
MS\Internal\Localization\LocalizationParserHooks.cs (1)
34_commentList = new ArrayList();
MS\Internal\MarkupCompiler\MarkupCompiler.cs (2)
555_pendingLocalFiles = new ArrayList(10); 3138_usingNS = new ArrayList();
MS\Internal\MarkupCompiler\ParserExtension.cs (2)
304_events = new ArrayList(); 579_events = new ArrayList();
MS\Internal\Tasks\CompilerLocalReference.cs (1)
262ArrayList alMarkupPages = new ArrayList();
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\BamlRecordWriter.cs (5)
371_deferElement = new ArrayList(2); 372_deferKeys = new ArrayList(10); 373_deferValues = new ArrayList(100); 688ArrayList asmList = new ArrayList(); 836keyRecord.RecordList = new ArrayList(5);
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\MarkupExtensionParser.cs (4)
610ArrayList xamlNodes = new ArrayList(markupExtensionList.Count * 5); 820ArrayList xamlNodes = new ArrayList(complexDefAttributesList.Count * 5); 983list = new ArrayList(1); 1340ArrayList propertyNamesSoFar = new ArrayList(list.Count/4);
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (5)
3096complexDefAttributeList = new ArrayList(1); 3272markupExtensionList = new ArrayList(1); 5847_xamlNodes = new ArrayList(10); 5938_xamlNodes = new ArrayList(10); 6362private ArrayList _xamlNodes = new ArrayList(10); // array of Nodes for Read to return.
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlTypeMapper.cs (1)
3228ArrayList namespaceMapArray = new ArrayList(6);
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XmlnsDictionary.cs (1)
494ArrayList prefixes = new ArrayList(_lastDecl+1);
PresentationCore (13)
MS\Internal\IO\Packaging\ByteRangeDownloader.cs (2)
214_requestsOnWait = new ArrayList(2); 855private ArrayList _byteRangesAvailable = new ArrayList(2); // byte ranges that are downloaded
MS\Internal\IO\Packaging\NetStream.cs (1)
596_byteRangesAvailable = new ArrayList(); // byte ranges that are downloaded
MS\Internal\Resources\ResourceManagerWrapper.cs (1)
126_resourceList = new ArrayList();
MS\Internal\TextFormatting\FullTextLine.cs (1)
1638boundsList = new ArrayList(2);
MS\Internal\TextFormatting\SimpleTextLine.cs (1)
153ArrayList runs = new ArrayList(2);
MS\Internal\TextFormatting\TextStore.cs (2)
114_lsrunList = new ArrayList(2); 1939ArrayList lsruns = new ArrayList(3);
System\Windows\Input\AccessKeyManager.cs (1)
37elements = new ArrayList(1);
System\Windows\Input\InputProcessorProfiles.cs (1)
151ArrayList arrayLang = new ArrayList();
System\Windows\Media\Imaging\ImagingCache.cs (1)
71ArrayList al = new ArrayList();
System\Windows\Media\MediaSystem.cs (1)
336private static ArrayList _mediaContexts = new ArrayList();
System\Windows\Nrbf\SerializationRecordExtensions.cs (1)
185ArrayList arrayList = new(size);
PresentationFramework (86)
MS\Internal\Annotations\Anchoring\PathNode.cs (1)
379private ArrayList _children = new ArrayList(1);
MS\Internal\Annotations\Component\HighlightComponent.cs (1)
63ArrayList list = new ArrayList();
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (1)
95ArrayList list = new ArrayList();
MS\Internal\Controls\InnerItemCollectionView.cs (3)
30_rawList = _viewList = new ArrayList(capacity); 516_viewList = new ArrayList(_rawList); 521_viewList = new ArrayList();
MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (1)
968ArrayList annotations = new ArrayList(1);
MS\Internal\Data\CollectionViewGroupRoot.cs (1)
247ArrayList names = (ic == null) ? null : new ArrayList(ic);
MS\Internal\Data\DefaultAsyncDataDispatcher.cs (1)
98private ArrayList _list = new ArrayList();
MS\Internal\Data\ViewManager.cs (2)
246ArrayList al = new ArrayList(); 785ArrayList al = new ArrayList();
MS\Internal\DataStreams.cs (2)
63subStreams = new ArrayList(3); 112subStreams = new ArrayList(3);
MS\Internal\Documents\DocumentGrid.cs (1)
1413ArrayList visiblePages = new ArrayList();
MS\Internal\PtsHost\PtsContext.cs (2)
45_pages = new ArrayList(1); 46_pageBreakRecords = new ArrayList(1);
MS\Internal\Utility\TraceLog.cs (1)
30_log = new ArrayList();
MS\Internal\WeakHashtable.cs (1)
114cleanupList = new ArrayList();
MS\Internal\WeakObjectHashtable.cs (1)
112cleanupList = new ArrayList();
System\Windows\Controls\DataGrid.cs (1)
2632ArrayList itemsToRemove = new ArrayList(SelectedItems);
System\Windows\Controls\PasswordTextContainer.cs (1)
292_positionList = new ArrayList();
System\Windows\Controls\RadioButton.cs (1)
78elements = new ArrayList(1);
System\Windows\Controls\TextBlock.cs (1)
1966InlineObjects = inlineObjects = new ArrayList(1);
System\Windows\Data\BindingListCollectionView.cs (2)
1436_cachedList = new ArrayList(InternalList); 1455_shadowList = new ArrayList(InternalList);
System\Windows\Data\BindingOperations.cs (1)
246ArrayList batch = new ArrayList(8);
System\Windows\Data\CompositeCollection.cs (3)
40Initialize(new ArrayList()); 53Initialize(new ArrayList(capacity)); 554_hasRepeatedCollection = FindRepeatedCollection(new ArrayList());
System\Windows\Data\ListCollectionView.cs (4)
48ShadowCollection = new ArrayList((ICollection)SourceCollection); 102ShadowCollection = new ArrayList((ICollection)SourceCollection); 1619ShadowCollection = new ArrayList((ICollection)SourceCollection); 2559: (IList)(new ArrayList(size));
System\Windows\Documents\AdornerLayer.cs (2)
773ArrayList removeList = new ArrayList(1); 946adornerInfos = new ArrayList(1);
System\Windows\Documents\CompositionAdorner.cs (2)
39internal CompositionAdorner(ITextView textView) : this(textView, new ArrayList()) 461_compositionLines = new ArrayList(1);
System\Windows\Documents\DocumentSequence.cs (1)
889ArrayList notificationList = new ArrayList();
System\Windows\Documents\FixedDocument.cs (2)
1133ArrayList dirtyPages = new ArrayList(); 1212ArrayList completedRequests = new ArrayList();
System\Windows\Documents\FixedFlowMap.cs (1)
206ArrayList range = new ArrayList();
System\Windows\Documents\FixedTextBuilder.cs (1)
475ArrayList ar = new ArrayList();
System\Windows\Documents\FixedTextContainer.cs (1)
462lfs = new ArrayList();
System\Windows\Documents\FlowPosition.cs (1)
378ArrayList ar = new ArrayList();
System\Windows\Documents\Highlights.cs (1)
219_layers = new ArrayList(1);
System\Windows\Documents\MoveSizeWinEventHandler.cs (1)
46_arTextStore = new ArrayList(1);
System\Windows\Documents\RtfToXamlReader.cs (2)
2788_cellFormats = new ArrayList(); 2797_cellFormats = new ArrayList();
System\Windows\Documents\RubberbandSelector.cs (1)
260ArrayList ranges = new ArrayList(); //text ranges in area
System\Windows\Documents\Speller.cs (2)
707segments = new ArrayList(2); 1134segments = new ArrayList(MinWordBreaksForContext + 1);
System\Windows\Documents\SpellerStatusTable.cs (1)
39_runList = new ArrayList(1);
System\windows\Documents\TextEditor.cs (1)
1947private static ArrayList _registeredEditingTypes = new ArrayList(4);
System\windows\Documents\TextEditorTyping.cs (1)
1585threadLocalStore.PendingInputItems = new ArrayList(1);
System\Windows\Documents\TextStore.cs (2)
1529_mouseSinks = new ArrayList(1); 2751_preparedattributes = new ArrayList(count);
System\Windows\Documents\XamlToRtfWriter.cs (3)
167ArrayList openLists = new ArrayList(); 390ArrayList openLists = new ArrayList(); 1747ArrayList spanCounts = new ArrayList();
System\Windows\FrameworkElement.cs (1)
1415ArrayList keys = new ArrayList();
System\Windows\Interop\HwndHost.cs (1)
91_hooks = new ArrayList(8);
System\Windows\Markup\BamlReader.cs (1)
173_properties = new ArrayList();
System\Windows\Markup\BamlRecordReader.cs (5)
101_rootList = new ArrayList(1); 120_rootList = new ArrayList(1); 1733defKeyList = new ArrayList(Math.Max (5, (int)(bamlRecord.ContentSize/400))); 1735ArrayList staticResources = new ArrayList(); 3890ArrayList paramList = new ArrayList(2);
System\Windows\Markup\BamlRecordWriter.cs (4)
371_deferElement = new ArrayList(2); 372_deferKeys = new ArrayList(10); 373_deferValues = new ArrayList(100); 836keyRecord.RecordList = new ArrayList(5);
System\Windows\Markup\BamlWriter.cs (1)
48_markupExtensionNodes = new ArrayList();
System\Windows\Markup\MarkupExtensionParser.cs (4)
610ArrayList xamlNodes = new ArrayList(markupExtensionList.Count * 5); 820ArrayList xamlNodes = new ArrayList(complexDefAttributesList.Count * 5); 983list = new ArrayList(1); 1340ArrayList propertyNamesSoFar = new ArrayList(list.Count/4);
System\Windows\Markup\XamlStream.cs (2)
50ReaderBufferArrayList = new ArrayList(); 51WriterBufferArrayList = new ArrayList();
System\Windows\Markup\XamlTypeMapper.cs (1)
3228ArrayList namespaceMapArray = new ArrayList(6);
System\Windows\Markup\XmlnsDictionary.cs (1)
494ArrayList prefixes = new ArrayList(_lastDecl+1);
System\Windows\Navigation\JournalEntryListConverter.cs (1)
150_items = new ArrayList(19);
System\Windows\Navigation\NavigationService.cs (3)
4037private ArrayList _childNavigationServices = new ArrayList(2); 4052private ArrayList _pendingNavigationList = new ArrayList(2); 4055private ArrayList _recursiveNavigateList = new ArrayList(2);
System\Windows\WindowCollection.cs (2)
34_list = new ArrayList(1); 40_list = new ArrayList(count);
ReachFramework (5)
AlphaFlattener\BrushProxy.cs (1)
356_brushList = new ArrayList();
AlphaFlattener\Primitive.cs (2)
1992_children = new ArrayList(); 2052c._children = new ArrayList();
Serialization\VisualSerializer.cs (2)
56_objects = new ArrayList(); 57_objnams = new ArrayList();
System.CodeDom (1)
System\CodeDom\CodeNamespaceImportCollection.cs (1)
11private readonly ArrayList _data = new ArrayList(); // not List<CodeNamespaceImport> to provide desktop-consistent semantics for CopyTo
System.Collections.NonGeneric (3)
System\Collections\CollectionBase.cs (2)
21_list = new ArrayList(); 26_list = new ArrayList(capacity);
System\Collections\ReadOnlyCollectionBase.cs (1)
21protected ArrayList InnerList => _list ??= new ArrayList();
System.Collections.Specialized (6)
System\Collections\Specialized\NameObjectCollectionBase.cs (2)
108_entriesArray = new ArrayList(); 118_entriesArray = new ArrayList(capacity);
System\Collections\Specialized\NameValueCollection.cs (2)
268values = new ArrayList(1); 309ArrayList values = new ArrayList(1);
System\Collections\Specialized\OrderedDictionary.cs (1)
139private ArrayList EnsureObjectsArray() => _objectsArray ??= new ArrayList(_initialCapacity);
System\Collections\Specialized\StringCollection.cs (1)
14private readonly ArrayList data = new ArrayList(); // Do not rename (binary serialization)
System.ComponentModel.TypeConverter (14)
System\ComponentModel\Design\DesignerCollection.cs (3)
24_designers = new ArrayList(designers); 28_designers = new ArrayList(); 39_designers = designers ?? new ArrayList();
System\ComponentModel\Design\DesignerOptionService.cs (4)
135Parent._children ??= new ArrayList(1); 184propList = new ArrayList(props.Count); 192propList = new ArrayList(1); 264_children ??= new ArrayList(1);
System\ComponentModel\EnumConverter.cs (1)
263objValues = new ArrayList(fields.Length);
System\ComponentModel\ListSortDescriptionCollection.cs (1)
11private readonly ArrayList _sorts = new ArrayList();
System\ComponentModel\TypeDescriptor.cs (5)
425associations = new ArrayList(4); 586newMembers = new ArrayList(memberCount); 1902list = new ArrayList(members); 2065list = new ArrayList(filterTable.Values); 2233ArrayList list = new ArrayList(primary.Count + secondary.Count);
System.Configuration.ConfigurationManager (17)
System\Configuration\BaseConfigurationRecord.cs (2)
376locationSubPathInputs ??= new ArrayList(); 3193return _locationSections ??= new ArrayList();
System\Configuration\ConfigDefinitionUpdates.cs (1)
13LocationUpdatesList = new ArrayList();
System\Configuration\ConfigurationElement.cs (1)
476ArrayList errorList = new ArrayList();
System\Configuration\ConfigurationElementCollection.cs (1)
39private ArrayList Items { get; } = new ArrayList();
System\Configuration\ConfigurationLockCollection.cs (2)
38_internalArraylist = new ArrayList(); 279ArrayList removeList = new ArrayList();
System\Configuration\ConfigurationPropertyCollection.cs (1)
10private readonly ArrayList _items = new ArrayList();
System\Configuration\MgmtConfigurationRecord.cs (4)
287ArrayList locations = new ArrayList(); 860ArrayList sectionGroups = new ArrayList(); 877ArrayList sectionGroups = new ArrayList(); 1714configSourceUpdates ??= new ArrayList();
System\Configuration\ProviderSettings.cs (1)
116removeList ??= new ArrayList();
System\Configuration\SectionUpdates.cs (2)
208ArrayList unretrievedGroups = new ArrayList(); 229ArrayList newsGroups = new ArrayList();
System\Configuration\SettingsPropertyValueCollection.cs (2)
17_values = new ArrayList(); 56ArrayList al = new ArrayList();
System.Data.Common (36)
System\Data\ConstraintCollection.cs (1)
20private readonly ArrayList _list = new ArrayList();
System\Data\DataColumnCollection.cs (1)
23private readonly ArrayList _list = new ArrayList();
System\Data\DataRelationCollection.cs (2)
536_relations = new ArrayList(); 700_relations = new ArrayList();
System\Data\DataSet.cs (2)
547ArrayList relationList = new ArrayList(); 566ArrayList list = new ArrayList();
System\Data\DataTable.cs (6)
527ArrayList constraintList = new ArrayList(); 542ArrayList list = new ArrayList(); 573ArrayList list = new ArrayList(); 737ArrayList storeList = new ArrayList(); 738ArrayList nullbitList = new ArrayList(); 918ArrayList list = new ArrayList();
System\Data\DataTableCollection.cs (1)
23private readonly ArrayList _list = new ArrayList();
System\Data\XDRSchema.cs (1)
558ArrayList tableChildren = new ArrayList();
System\Data\XMLDiffLoader.cs (1)
57_tables = new ArrayList();
System\Data\xmlsaver.cs (9)
37private readonly ArrayList _tables = new ArrayList(); 38private readonly ArrayList _relations = new ArrayList(); 506ArrayList topTables = new ArrayList(); 547_constraintNames = new ArrayList(); 946_constraintNames = new ArrayList(); 2271private readonly ArrayList _tables = new ArrayList(); 2684private readonly ArrayList _dTables = new ArrayList(); 2728ArrayList topTables = new ArrayList(); 2927ArrayList list = new ArrayList();
System\Data\XMLSchema.cs (6)
170ArrayList schemaList = new ArrayList(); 655_refTables = new ArrayList(); 656_columnExpressions = new ArrayList(); 657_complexTypes = new ArrayList(); 1201ArrayList keyColumns = new ArrayList(); 1560ArrayList tableChildren = new ArrayList();
System\Data\XmlToDatasetMap.cs (1)
418ArrayList tableList = new ArrayList();
System\Xml\XmlDataDocument.cs (5)
62ArrayList al = new ArrayList(); 786ArrayList list = new ArrayList(); 2600_columnChangeList = new ArrayList(); 2671ArrayList rowElemList = new ArrayList(); 2718ArrayList rowElemList = new ArrayList();
System.Data.Odbc (1)
System\Data\Odbc\OdbcErrorCollection.cs (1)
12private readonly ArrayList _items = new ArrayList(); // Do not rename (binary serialization)
System.Net.Primitives (1)
System\Net\CookieCollection.cs (1)
25private readonly ArrayList m_list = new ArrayList();
System.Private.CoreLib (7)
src\libraries\System.Private.CoreLib\src\System\Collections\ArrayList.cs (2)
227ArrayList la = new ArrayList(_size); 555ArrayList list = new ArrayList((count > _defaultCapacity) ? count : _defaultCapacity);
src\libraries\System.Private.CoreLib\src\System\Security\SecurityElement.cs (5)
106ArrayList list = new ArrayList(value.Count); 171_attributes = new ArrayList(AttributesTypical); 209_children ??= new ArrayList(ChildrenTypical); 285element._children = _children == null ? null : new ArrayList(_children); 286element._attributes = _attributes == null ? null : new ArrayList(_attributes);
System.Private.Windows.Core (1)
System\Private\Windows\Nrbf\SerializationRecordExtensions.cs (1)
384ArrayList arrayList = new(size);
System.Private.Xml (85)
System\Xml\Core\XsdValidatingReader.cs (1)
143_defaultAttributes = new ArrayList();
System\Xml\Dom\DocumentSchemaValidator.cs (1)
410_defaultAttributes = new ArrayList();
System\Xml\Dom\XmlDocument.cs (2)
288ArrayList gcElemRefs = new ArrayList(); 315ArrayList elementList = new ArrayList();
System\Xml\Schema\Asttree.cs (4)
160_stack = new ArrayList(); 315_axisStack = new ArrayList(axisTree.SubtreeArray.Count); // defined length 558ArrayList AstArray = new ArrayList(xpath.Length); 559_fAxisArray = new ArrayList(xpath.Length);
System\Xml\Schema\ConstraintStruct.cs (2)
34this.axisFields = new ArrayList(); // empty fields 92_KSs = new ArrayList();
System\Xml\Schema\ContentValidator.cs (11)
51_particles = new ArrayList(); 134ArrayList match = new ArrayList(); 239private readonly ArrayList _positions = new ArrayList(); 1627names ??= new ArrayList(); 1655ArrayList particles = new ArrayList(); 1777names ??= new ArrayList(); 1801ArrayList particles = new ArrayList(); 2051names ??= new ArrayList(); 2081ArrayList particles = new ArrayList(); 2201names ??= new ArrayList(); 2211ArrayList expectedParticles = new ArrayList();
System\Xml\Schema\DataTypeImplementation.cs (1)
1099ArrayList values = new ArrayList();
System\Xml\Schema\FacetChecker.cs (2)
174_derivedRestriction.Enumeration ??= new ArrayList(); 357_derivedRestriction.Patterns ??= new ArrayList();
System\Xml\Schema\Preprocessor.cs (2)
675_redefinedList ??= new ArrayList(); 834ArrayList includesOfRedefine = new ArrayList();
System\Xml\Schema\SchemaSetCompiler.cs (1)
529newMembers ??= new ArrayList();
System\Xml\Schema\XmlSchema.cs (2)
523internal ArrayList ImportedSchemas => _importedSchemas ??= new ArrayList(); 525internal ArrayList ImportedNamespaces => _importedNamespaces ??= new ArrayList();
System\Xml\Schema\XmlSchemaSet.cs (4)
425ArrayList needToCheckSchemaList = new ArrayList(); 681ArrayList tnsSchemas = new ArrayList(); 1107ArrayList existingSchemas = new ArrayList(); 1322ArrayList removalList = new ArrayList();
System\Xml\Schema\XmlSchemaSubstitutionGroup.cs (1)
11private readonly ArrayList _membersList = new ArrayList();
System\Xml\Schema\XmlSchemaValidator.cs (3)
946ArrayList expected = new ArrayList(elements.Count); 979ArrayList attList = new ArrayList(); 2615ArrayList expectedNames = new ArrayList();
System\Xml\Serialization\CodeIdentifiers.cs (1)
62_list = new ArrayList();
System\Xml\Serialization\Compilation.cs (1)
282var list = new ArrayList();
System\Xml\Serialization\ImportContext.cs (5)
78list = new ArrayList(); 141ArrayList list = GetDependencies(o, new ArrayList(), new Hashtable()); 196private readonly ArrayList _empty = new ArrayList(); 221return new ArrayList(_scope.Keys); 248ArrayList refs = new ArrayList();
System\Xml\Serialization\SchemaObjectWriter.cs (6)
129ArrayList list = new ArrayList(); 214ArrayList attrs = new ArrayList(); 239ArrayList ns = new ArrayList(); 285ArrayList list = new ArrayList(); 595ArrayList list = new ArrayList(); 653ArrayList a = new ArrayList();
System\Xml\Serialization\Types.cs (1)
463private readonly ArrayList _typeMappings = new ArrayList();
System\Xml\Serialization\XmlReflectionImporter.cs (2)
1545ArrayList elementList = new ArrayList(); 2338private readonly ArrayList _list = new ArrayList();
System\Xml\Serialization\XmlSchemaImporter.cs (1)
1069ArrayList equivalentElements = new ArrayList();
System\Xml\Serialization\XmlSchemas.cs (1)
186ArrayList removes = new ArrayList();
System\Xml\Serialization\XmlSerializationReader.cs (5)
469ArrayList list = new ArrayList(); 1449_targetsWithoutIds ??= new ArrayList(); 1463_fixups ??= new ArrayList(); 1469_collectionFixups ??= new ArrayList(); 3677ArrayList attributes = new ArrayList();
System\Xml\Serialization\XmlSerializationWriter.cs (2)
896_referencesToWrite = new ArrayList(); 3663ArrayList namedAnys = new ArrayList();
System\Xml\Serialization\XmlSerializerNamespaces.cs (1)
112return new ArrayList(_namespaces.Values);
System\Xml\XPath\Internal\XPathArrayIterator.cs (1)
32this.list = new ArrayList();
System\Xml\Xsl\IlGen\XmlILConstructAnalyzer.cs (2)
362public ArrayList CallersInfo => _callersInfo ??= new ArrayList(); 786private readonly ArrayList _dupAttrs = new ArrayList();
System\Xml\Xsl\QIL\SubstitutionList.cs (1)
22_s = new ArrayList(4);
System\Xml\Xsl\Runtime\WhitespaceRuleLookup.cs (1)
29_wildcards = new ArrayList();
System\Xml\Xsl\Runtime\XmlQueryRuntime.cs (1)
949docIndexes = new ArrayList();
System\Xml\Xsl\XsltOld\Compiler.cs (1)
923ArrayList list = new ArrayList();
System\Xml\Xsl\XsltOld\ContainerAction.cs (1)
860this.containedActions ??= new ArrayList();
System\Xml\Xsl\XsltOld\CopyCodeAction.cs (1)
21_copyEvents = new ArrayList();
System\Xml\Xsl\XsltOld\Processor.cs (2)
210_sortArray = new ArrayList(); 306internal ArrayList NumberList => _numberList ??= new ArrayList();
System\Xml\Xsl\XsltOld\RecordBuilder.cs (2)
27private readonly ArrayList _attributeList = new ArrayList(); 29private readonly ArrayList _namespaceList = new ArrayList();
System\Xml\Xsl\XsltOld\RootAction.cs (2)
38_keyNodes ??= new ArrayList(); 144dstAttSet.containedActions = new ArrayList();
System\Xml\Xsl\XsltOld\SequentialOutput.cs (1)
393_outputCache ??= new ArrayList();
System\Xml\Xsl\XsltOld\Stylesheet.cs (2)
14private readonly ArrayList _imports = new ArrayList(); 80_whitespaceList = new ArrayList();
System\Xml\Xsl\XsltOld\TemplateManager.cs (1)
65this.templates ??= new ArrayList();
System\Xml\Xsl\XsltOld\XsltCompileContext.cs (3)
270ArrayList list = new ArrayList(); 324list = new ArrayList(); 927resultCollection = new ArrayList();
System.Private.Xml.Linq (1)
System\Xml\Schema\XNodeValidator.cs (1)
279defaultAttributes = new ArrayList();
System.Runtime.Caching (1)
System\Runtime\Caching\MemoryCacheStore.cs (1)
259ArrayList entries = new ArrayList(_entries.Count);
System.Security.Cryptography.Xml (18)
System\Security\Cryptography\Xml\AncestralNamespaceContextManager.cs (1)
11internal ArrayList _ancestorStack = new ArrayList();
System\Security\Cryptography\Xml\CanonicalXmlNodeList.cs (1)
15_nodeArray = new ArrayList();
System\Security\Cryptography\Xml\EncryptionPropertyCollection.cs (1)
14_props = new ArrayList();
System\Security\Cryptography\Xml\KeyInfo.cs (2)
21_keyInfoClauses = new ArrayList(); 133ArrayList requestedList = new ArrayList();
System\Security\Cryptography\Xml\KeyInfoX509Data.cs (6)
114_certificates ??= new ArrayList(); 127_subjectKeyIds ??= new ArrayList(); 133_subjectKeyIds ??= new ArrayList(); 144_subjectNames ??= new ArrayList(); 174_issuerSerials ??= new ArrayList(); 181_issuerSerials ??= new ArrayList();
System\Security\Cryptography\Xml\ReferenceList.cs (1)
14_references = new ArrayList();
System\Security\Cryptography\Xml\Signature.cs (1)
33_embeddedObjects = new ArrayList();
System\Security\Cryptography\Xml\SignedInfo.cs (1)
31_references = new ArrayList();
System\Security\Cryptography\Xml\SignedXml.cs (1)
891ArrayList sortedReferences = new ArrayList();
System\Security\Cryptography\Xml\TransformChain.cs (1)
31_transforms = new ArrayList();
System\Security\Cryptography\Xml\Utils.cs (1)
627ArrayList? decryptionIssuerSerials = (certUsageType == CertUsageType.Decryption ? new ArrayList() : null);
System\Security\Cryptography\Xml\XmlDecryptionTransform.cs (1)
37private ArrayList ExceptUris => _arrayListUri ??= new ArrayList();
System.Web.Services.Description (3)
System\Web\Services\Description\ServiceDescription.cs (3)
1160ArrayList list = new ArrayList(); 1190ArrayList list = new ArrayList(); 1208_handledElements = new ArrayList();
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\KeyTipService.cs (1)
311list = new ArrayList(2);
System.Windows.Forms.Design (8)
System\ComponentModel\Design\CollectionEditor.cs (1)
133protected virtual IList GetObjectsFromInstance(object? instance) => new ArrayList { instance };
System\ComponentModel\Design\ExceptionCollection.cs (1)
33public ArrayList? Exceptions => _exceptions is null ? null : new ArrayList(_exceptions);
System\ComponentModel\Design\Serialization\CodeDomSerializerBase.cs (1)
964ArrayList arrayList = new(arrayCreateEx.Initializers.Count);
System\Windows\Forms\Design\OleDragDropHandler.cs (1)
1042comps = new ArrayList(comps);
System\Windows\Forms\Design\ParentControlDesigner.cs (1)
298=> AddPaddingSnapLinesCommon((snapLines ??= new(4)).Adapt<SnapLine>());
System\Windows\Forms\Design\ToolStripItemBehavior.cs (1)
304ArrayList origSel = new(originalSelComps);
System\Windows\Forms\Design\ToolStripKeyboardHandlingService.cs (1)
2039ArrayList origSel = new(originalSelComps);
System\Windows\Forms\Design\ToolStripMenuItemDesigner.cs (1)
2183origSel = new ArrayList(originalSelComps);
System.Windows.Forms.Design.Tests (9)
System\ComponentModel\Design\ArrayEditorTests.cs (1)
141yield return new object[] { new ArrayList { 1, 2, 3 }, Array.Empty<object>() };
System\ComponentModel\Design\CollectionEditorTests.cs (4)
765yield return new object[] { new ArrayList { 1, 2, 3 }, new object[] { 1, 2, 3, } }; 854yield return new object[] { new ArrayList { 1, 2, 3 }, new object[] { 1 }, new object[] { 1 } }; 855yield return new object[] { new ArrayList { 1, 2, 3 }, Array.Empty<object>(), Array.Empty<object>() }; 856yield return new object[] { new ArrayList { 1, 2, 3 }, null, Array.Empty<object>() };
System\ComponentModel\Design\ExceptionCollectionTests.cs (4)
17yield return new object[] { new ArrayList() }; 18yield return new object[] { new ArrayList { new InvalidOperationException(), new InvalidOperationException(), new InvalidOperationException() } }; 53ExceptionCollection collection = new(new ArrayList()); 67ExceptionCollection collection = new(new ArrayList());
System.Windows.Forms.Tests (25)
System\Windows\Forms\KeysConverterTests.cs (1)
113object[] actualValues = new ArrayList(standardValuesCollection).ToArray();
System\Windows\Forms\ListBindingHelperTests.cs (24)
169yield return new object[] { new ArrayList(), typeof(object) }; 170yield return new object[] { new ArrayList { 1 }, typeof(int) }; 171yield return new object[] { new ArrayList { 1, string.Empty }, typeof(int) }; 172yield return new object[] { new ArrayList { null }, typeof(object) }; 268yield return new object[] { new ArrayList(), Array.Empty<string>() }; 269yield return new object[] { new ArrayList { new DataClass() }, new string[] { "Property" } }; 270yield return new object[] { new ArrayList { 1 }, Array.Empty<string>() }; 271yield return new object[] { new ArrayList { null }, Array.Empty<string>() }; 344yield return new object[] { new ArrayList(), descriptors, new string[] { "Property" } }; 345yield return new object[] { new ArrayList { new ListDataClass() }, descriptors, new string[] { "Property" } }; 346yield return new object[] { new ArrayList { new MultiListDataClass() }, inner.Take(0).ToArray(), new string[] { "ParentListProperty" } }; 347yield return new object[] { new ArrayList { new MultiListDataClass() }, inner.Take(2).ToArray(), new string[] { "Property" } }; 348yield return new object[] { new ArrayList { new MultiListDataClass { ParentListProperty = [] } }, inner.Take(0).ToArray(), new string[] { "ParentListProperty" } }; 349yield return new object[] { new ArrayList { new MultiListDataClass { ParentListProperty = [] } }, inner.Take(2).ToArray(), new string[] { "Property" } }; 350yield return new object[] { new ArrayList { new MultiListDataClass { ParentListProperty = [new() { ListProperty = [new()] }] } }, inner.Take(0).ToArray(), new string[] { "ParentListProperty" } }; 351yield return new object[] { new ArrayList { new MultiListDataClass { ParentListProperty = [new() { ListProperty = [new()] }] } }, inner.Take(2).ToArray(), new string[] { "Property" } }; 352yield return new object[] { new ArrayList { new MultiListDataClass { ParentListProperty = [new() { ListProperty = [new()] }] } }, inner.Take(3).ToArray(), Array.Empty<string>() }; 353yield return new object[] { new ArrayList { null }, descriptors, new string[] { "Property" } }; 368yield return new object[] { new ArrayList { new EnumerableITypedListImplementor() }, TypeDescriptor.GetProperties(typeof(EnumerableITypedListImplementor)).Cast<PropertyDescriptor>().ToArray(), Array.Empty<string>() }; 376yield return new object[] { new ArrayList { new NonEnumerableITypedListImplementor() }, TypeDescriptor.GetProperties(typeof(NonEnumerableITypedListImplementor)).Cast<PropertyDescriptor>().ToArray(), Array.Empty<string>() }; 388yield return new object[] { new ArrayList { new ITypedListDataClass() }, TypeDescriptor.GetProperties(typeof(ITypedListDataClass)).Cast<PropertyDescriptor>().ToArray(), new string[] { "OtherProperty" } }; 389yield return new object[] { new ArrayList { typedListDataClass }, TypeDescriptor.GetProperties(typeof(ITypedListDataClass)).Cast<PropertyDescriptor>().ToArray(), new string[] { "OtherProperty" } }; 401yield return new object[] { new ArrayList { new ITypedListParent() }, TypeDescriptor.GetProperties(typeof(ITypedListParent)).Cast<PropertyDescriptor>().ToArray(), new string[] { "OtherProperty" } }; 402yield return new object[] { new ArrayList { typedListParent }, TypeDescriptor.GetProperties(typeof(ITypedListParent)).Cast<PropertyDescriptor>().ToArray(), new string[] { "Property" } };
System.Xaml (1)
System\Windows\Markup\ArrayExtension.cs (1)
20private readonly ArrayList _arrayList = new ArrayList();
UIAutomationClient (10)
MS\Internal\Automation\ClientEventManager.cs (1)
65_listeners = new ArrayList(16);
MS\Internal\Automation\HwndProxyElementProvider.cs (1)
246ArrayList embeddedRoots = new ArrayList(6);
MS\Internal\Automation\ProxyManager.cs (3)
770l = new ArrayList(); 827private static ArrayList _partialClassHandlers = new ArrayList(12); 833private static ArrayList _fallbackHandlers = new ArrayList(1);
MS\Internal\Automation\WinEventWrap.cs (1)
242_clientCallbacks = new ArrayList(2);
System\Windows\Automation\AutomationElement.cs (2)
798ArrayList propArrays = new ArrayList(4); 828ArrayList interfaces = new ArrayList(4);
System\Windows\Automation\CacheRequest.cs (2)
100_properties = new ArrayList(); 101_patterns = new ArrayList();
UIAutomationClientSideProviders (7)
MS\Internal\AutomationProxies\MSAANativeProvider.cs (1)
95actualParentChain = new ArrayList();
MS\Internal\AutomationProxies\MSAAWinEventWrap.cs (1)
173_clientCallbacks = new ArrayList(2);
MS\Internal\AutomationProxies\WindowsEditBoxRange.cs (2)
261rects = new ArrayList(1); 681ArrayList rects = new ArrayList(Math.Max(endLine - startLine + 1, 0));
MS\Internal\AutomationProxies\WindowsListViewGroupHelper.cs (1)
109_groups = new ArrayList(groups);
MS\Internal\AutomationProxies\WindowsRichEditRange.cs (1)
176ArrayList rects = new ArrayList();
MS\Internal\AutomationProxies\WindowsTab.cs (1)
398ArrayList list = new ArrayList();
1089 references to ArrayList
BinaryFormatTests (3)
FormatTests\FormattedObject\BinaryFormattedTypes.cs (1)
34typeof(ArrayList),
FormatTests\FormattedObject\ListTests.cs (2)
16public static TheoryData<ArrayList> ArrayLists_TestData => new() 41public static TheoryData<ArrayList> ArrayLists_UnsupportedTestData => new()
dotnet-svcutil-lib (198)
FrameworkFork\Microsoft.CodeDom\Compiler\CodeDOMProvider.cs (1)
85ArrayList values = Config._allCompilerInfo;
FrameworkFork\Microsoft.CodeDom\Configuration\CodeDomCompilationConfiguration.cs (1)
14internal ArrayList _allCompilerInfo;
FrameworkFork\Microsoft.CodeDom\System\CodeNamespaceImportCollection.cs (1)
25private ArrayList _data = new ArrayList();
FrameworkFork\Microsoft.CodeDom\System\CodeTypeReference.cs (1)
186ArrayList typeArgumentList = new ArrayList();
FrameworkFork\Microsoft.Xml\Xml\Core\XsdValidatingReader.cs (1)
88private ArrayList _defaultAttributes;
FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentSchemaValidator.cs (1)
34private ArrayList _defaultAttributes;
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlDocument.cs (9)
211private WeakReference GetElement(ArrayList elementList, XmlElement elem) 213ArrayList gcElemRefs = new ArrayList(); 237ArrayList elementList = new ArrayList(); 244ArrayList elementList = (ArrayList)(_htElementIdMap[id]); 254ArrayList elementList = (ArrayList)(_htElementIdMap[id]); 871ArrayList elementList = (ArrayList)(_htElementIdMap[elementId]);
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlNamedNodeMap.SmallXmlNodeList.cs (13)
30ArrayList list = _field as ArrayList; 45ArrayList list = _field as ArrayList; 64ArrayList temp = new ArrayList(); 74ArrayList list = _field as ArrayList; 93ArrayList list = _field as ArrayList; 116ArrayList list = _field as ArrayList; 189ArrayList list = _field as ArrayList;
FrameworkFork\Microsoft.Xml\Xml\schema\AstTree.cs (5)
141private ArrayList _stack; // of AxisElement 294private ArrayList _axisStack; // of AxisStack 497private ArrayList _fAxisArray; 502internal ArrayList SubtreeArray 577ArrayList AstArray = new ArrayList(xpath.Length);
FrameworkFork\Microsoft.Xml\Xml\schema\basevalidator.cs (1)
178ArrayList names = contentValidator.ExpectedElements(context, false);
FrameworkFork\Microsoft.Xml\Xml\schema\ConstraintStruct.cs (2)
18internal ArrayList axisFields; // Add tableDim * LocatedActiveAxis in a loop 80private ArrayList _KSs; // stack of KSStruct, will not become less
FrameworkFork\Microsoft.Xml\Xml\schema\ContentValidator.cs (24)
48private ArrayList _particles; 148ArrayList match = new ArrayList(); 257private ArrayList _positions = new ArrayList(); 1077public virtual ArrayList ExpectedElements(ValidationState context, bool isRequiredOnly) 1082public virtual ArrayList ExpectedParticles(ValidationState context, bool isRequiredOnly, XmlSchemaSet schemaSet) 1087public static void AddParticleToExpected(XmlSchemaParticle p, XmlSchemaSet schemaSet, ArrayList particles) 1092public static void AddParticleToExpected(XmlSchemaParticle p, XmlSchemaSet schemaSet, ArrayList particles, bool global) 1545ArrayList transitionTable = new ArrayList(); 1717public override ArrayList ExpectedElements(ValidationState context, bool isRequiredOnly) 1719ArrayList names = null; 1754public override ArrayList ExpectedParticles(ValidationState context, bool isRequiredOnly, XmlSchemaSet schemaSet) 1756ArrayList particles = new ArrayList(); 1872public override ArrayList ExpectedElements(ValidationState context, bool isRequiredOnly) 1874ArrayList names = null; 1903public override ArrayList ExpectedParticles(ValidationState context, bool isRequiredOnly, XmlSchemaSet schemaSet) 1905ArrayList particles = new ArrayList(); 2174public override ArrayList ExpectedElements(ValidationState context, bool isRequiredOnly) 2176ArrayList names = null; 2219public override ArrayList ExpectedParticles(ValidationState context, bool isRequiredOnly, XmlSchemaSet schemaSet) 2221ArrayList particles = new ArrayList(); 2329public override ArrayList ExpectedElements(ValidationState context, bool isRequiredOnly) 2331ArrayList names = null; 2346public override ArrayList ExpectedParticles(ValidationState context, bool isRequiredOnly, XmlSchemaSet schemaSet) 2348ArrayList expectedParticles = new ArrayList();
FrameworkFork\Microsoft.Xml\Xml\schema\DatatypeImplementation.cs (3)
88internal ArrayList Patterns; 89internal ArrayList Enumeration; 1134ArrayList values = new ArrayList();
FrameworkFork\Microsoft.Xml\Xml\schema\FacetChecker.cs (17)
892internal virtual bool MatchEnumeration(object value, ArrayList enumeration, XmlSchemaDatatype datatype) 1089internal override bool MatchEnumeration(object value, ArrayList enumeration, XmlSchemaDatatype datatype) 1094internal bool MatchEnumeration(decimal value, ArrayList enumeration, XmlValueConverter valueConverter) 1191internal override bool MatchEnumeration(object value, ArrayList enumeration, XmlSchemaDatatype datatype) 1195private bool MatchEnumeration(double value, ArrayList enumeration, XmlValueConverter valueConverter) 1261internal override bool MatchEnumeration(object value, ArrayList enumeration, XmlSchemaDatatype datatype) 1266private bool MatchEnumeration(TimeSpan value, ArrayList enumeration) 1333internal override bool MatchEnumeration(object value, ArrayList enumeration, XmlSchemaDatatype datatype) 1338private bool MatchEnumeration(DateTime value, ArrayList enumeration, XmlSchemaDatatype datatype) 1424internal override bool MatchEnumeration(object value, ArrayList enumeration, XmlSchemaDatatype datatype) 1429private bool MatchEnumeration(string value, ArrayList enumeration, XmlSchemaDatatype datatype) 1555internal override bool MatchEnumeration(object value, ArrayList enumeration, XmlSchemaDatatype datatype) 1560private bool MatchEnumeration(XmlQualifiedName value, ArrayList enumeration) 1624internal override bool MatchEnumeration(object value, ArrayList enumeration, XmlSchemaDatatype datatype) 1629private bool MatchEnumeration(byte[] value, ArrayList enumeration, XmlSchemaDatatype datatype) 1690internal override bool MatchEnumeration(object value, ArrayList enumeration, XmlSchemaDatatype datatype) 1720internal override bool MatchEnumeration(object value, ArrayList enumeration, XmlSchemaDatatype datatype)
FrameworkFork\Microsoft.Xml\Xml\schema\Inference\infer.cs (5)
121private ArrayList _schemaList; 371ArrayList col = _schemaSet.Schemas(childURI) as ArrayList; 542ArrayList col = _schemaSet.Schemas(childURI) as ArrayList;
FrameworkFork\Microsoft.Xml\Xml\schema\Preprocessor.cs (4)
66private ArrayList _redefinedList; 542private void Preprocess(XmlSchema schema, string targetNamespace, ArrayList imports) 867ArrayList includesOfRedefine = new ArrayList(); 990private void GetIncludedSet(XmlSchema schema, ArrayList includesList)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionCompiler.cs (3)
52ArrayList members = substitutionGroup.Members; 624ArrayList memberTypeDefinitions = new ArrayList(); 680private void CheckUnionType(XmlSchemaSimpleType unionMember, ArrayList memberTypeDefinitions, XmlSchemaSimpleType parentType)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (4)
459ArrayList members = substitutionGroup.Members; 495ArrayList newMembers = null; 709ArrayList memberTypeDefinitions = new ArrayList(); 765private void CheckUnionType(XmlSchemaSimpleType unionMember, ArrayList memberTypeDefinitions, XmlSchemaSimpleType parentType)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchema.cs (4)
61private ArrayList _importedSchemas; 62private ArrayList _importedNamespaces; 676internal ArrayList ImportedSchemas 688internal ArrayList ImportedNamespaces
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSet.cs (4)
536ArrayList needToCheckSchemaList = new ArrayList(); 823ArrayList tnsSchemas = new ArrayList(); 1264ArrayList existingSchemas = new ArrayList(); 1489ArrayList removalList = new ArrayList();
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSubstitutionGroup.cs (2)
16private ArrayList _membersList = new ArrayList(); 20internal ArrayList Members
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaValidator.cs (13)
741public void GetUnspecifiedDefaultAttributes(ArrayList defaultAttributes) 821ArrayList names = _context.ElementDecl.ContentValidator.ExpectedParticles(_context, false, _schemaSet); 994ArrayList expected = new ArrayList(elements.Count); 1004ArrayList expected = _context.ElementDecl.ContentValidator.ExpectedParticles(_context, false, _schemaSet); 1018ArrayList attList = new ArrayList(); 1049internal void GetUnspecifiedDefaultAttributes(ArrayList defaultAttributes, bool createNodeData) 1586private void AddXsiAttributes(ArrayList attList) 2527ArrayList names = null; 2585ArrayList names = null; 2620internal static string PrintExpectedElements(ArrayList expected, bool getParticles) 2628ArrayList expectedNames = new ArrayList(); 2668private static string PrintNames(ArrayList expected) 2682private static void PrintNamesWithNS(ArrayList expected, StringBuilder builder)
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (1)
683private ArrayList _unhandledAttributes = new ArrayList();
FrameworkFork\Microsoft.Xml\Xml\Serialization\CodeIdentifiers.cs (2)
42private ArrayList _list; 197newIdentifiers._list = (ArrayList)_list.Clone();
FrameworkFork\Microsoft.Xml\Xml\Serialization\ImportContext.cs (15)
153ArrayList list = (ArrayList)ObjectCache[key]; 199private ArrayList GetDependencies(XmlSchemaObject o, ArrayList deps, Hashtable refs) 205ArrayList list = Graph[o] as ArrayList; 219ArrayList list = GetDependencies(o, new ArrayList(), new Hashtable()); 235ArrayList items = graph.GetItems(); 272private ArrayList _empty = new ArrayList(); 293internal ArrayList GetItems() 298internal void AddRef(ArrayList list, XmlSchemaObject o) 315internal ArrayList Depends(XmlSchemaObject item) 320return (ArrayList)_scope[item]; 322ArrayList refs = new ArrayList(); 330internal void Depends(XmlSchemaObject item, ArrayList refs)
FrameworkFork\Microsoft.Xml\Xml\Serialization\Mappings.cs (2)
1387ArrayList srcSchemas = (ArrayList)_schemas.Schemas(_xsiType.Namespace);
FrameworkFork\Microsoft.Xml\Xml\Serialization\Models.cs (1)
410ArrayList list = new ArrayList();
FrameworkFork\Microsoft.Xml\Xml\Serialization\SchemaObjectWriter.cs (6)
131ArrayList list = new ArrayList(); 216ArrayList attrs = new ArrayList(); 240ArrayList ns = new ArrayList(); 286ArrayList list = new ArrayList(); 596ArrayList list = new ArrayList(); 654ArrayList a = new ArrayList();
FrameworkFork\Microsoft.Xml\Xml\Serialization\SoapReflectionImporter.cs (2)
415ArrayList members = new ArrayList(); 604ArrayList constants = new ArrayList();
FrameworkFork\Microsoft.Xml\Xml\Serialization\Types.cs (5)
493private ArrayList _typeMappings = new ArrayList(); 1078ArrayList list = new ArrayList(); 1083internal static void GetAllMembers(StructMapping mapping, ArrayList list) 1104ArrayList list = new ArrayList(); 1109private static void GetSettableMembers(StructMapping mapping, ArrayList list)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlReflectionImporter.cs (6)
590ArrayList srcSchemas = (ArrayList)schemas.Schemas(baseQname.Namespace); 843ArrayList members = new ArrayList(); 1210ArrayList constants = new ArrayList(); 1527ArrayList elementList = new ArrayList(); 2291private ArrayList _list = new ArrayList();
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaImporter.cs (1)
1173ArrayList equivalentElements = new ArrayList();
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemas.cs (1)
286ArrayList removes = new ArrayList();
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSerializationReader.cs (5)
36private ArrayList _targetsWithoutIds; 37private ArrayList _fixups; 38private ArrayList _collectionFixups; 493ArrayList list = new ArrayList(); 1972ArrayList xmlNodeList = new ArrayList();
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSerializationWriter.cs (4)
34private ArrayList _referencesToWrite; 80protected ArrayList Namespaces 2924ArrayList namedAnys = new ArrayList(); 3713private static ArrayList s_assembliesInConfig = new ArrayList();
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSerializationWriterILGen.cs (1)
1669ArrayList namedAnys = new ArrayList();
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSerializerNamespaces.cs (2)
93internal ArrayList NamespaceList 99ArrayList namespaceList = new ArrayList();
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\Function.cs (4)
48private ArrayList _argumentList; 53public Function(FunctionType ftype, ArrayList argumentList) 59public Function(string prefix, string name, ArrayList argumentList) 90public ArrayList ArgumentList { get { return _argumentList; } }
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\querybuilder.cs (1)
442private List<Query> ProcessArguments(ArrayList args, out Props props)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\XPathMultyIterator.cs (2)
20public XPathMultyIterator(ArrayList inputArray) 26this.arr[i] = new XPathArrayIterator((ArrayList)inputArray[i]);
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\XPathParser.cs (2)
517ArrayList argList = new ArrayList(); 669ArrayList argList = new ArrayList();
FrameworkFork\System.ServiceModel\Internals\System\Runtime\UrlUtility.cs (2)
593ArrayList values = (ArrayList)BaseGet(i);
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessageContractImporter.cs (1)
1999ArrayList parts = new ArrayList();
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DataContractSerializerOperationFormatter.cs (5)
250KeyValuePair<Type, ArrayList>[] multipleHeaderValues = null; 251ArrayList elementList = null; 282multipleHeaderValues = new KeyValuePair<Type, ArrayList>[parameters.Length]; 285multipleHeaderValues[headerDescription.Index] = new KeyValuePair<System.Type, System.Collections.ArrayList>(headerDescription.TypedHeader ? TypedHeaderManager.GetMessageHeaderType(headerDescription.Type) : headerDescription.Type, new ArrayList()); 406ArrayList items = new ArrayList();
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\XmlSerializerOperationFormatter.cs (2)
151ArrayList unknownHeaders = null; 244private static void AddUnknownHeader(MessageHeaderDescription unknownHeaderDescription, ArrayList unknownHeaders, XmlDocument xmlDoc, XmlDictionaryWriter bufferWriter, MessageHeaderInfo header, XmlDictionaryReader headerReader)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\TimeBoundedCache.cs (3)
257protected virtual ArrayList OnQuotaReached(Hashtable cacheTable) 312ArrayList keysToBeRemoved; 389ArrayList expiredItems = new ArrayList();
FrameworkFork\System.Web.Services\Services\Description\ServiceDescription.cs (3)
1567private ArrayList _handledElements; 1657ArrayList list = new ArrayList(); 1694ArrayList list = new ArrayList();
Microsoft.Analyzers.Extra.Tests (1)
CallAnalysis\LegacyCollectionTests.cs (1)
43Assembly.GetAssembly(typeof(System.Collections.ArrayList))!,
Microsoft.AspNetCore.JsonPatch.SystemTextJson.Tests (1)
Internal\ListAdapterTest.cs (1)
35var targetObject = new ArrayList();
Microsoft.AspNetCore.JsonPatch.Tests (1)
Internal\ListAdapterTest.cs (1)
35var targetObject = new ArrayList();
Microsoft.Build (9)
BackEnd\TaskExecutionHost\TaskExecutionHost.cs (1)
736ArrayList finalTaskInputs = new ArrayList(taskItems.Count);
Logging\BaseConsoleLogger.cs (6)
567ArrayList itemTypeList = (ArrayList)entry.Value; 598var bucket = itemTypes[key] as ArrayList; 615internal virtual void OutputItems(string itemType, ArrayList itemTypeList) 699ArrayList perfCounters = new ArrayList(counters.Values.Count);
LogMessagePacketBase.cs (2)
1371var list = new ArrayList(count); 1393var list = new ArrayList(count);
Microsoft.Build.Engine.UnitTests (4)
BackEnd\TaskRegistry_Tests.cs (3)
1422string type = typeof(ArrayList[]).FullName; 1486string type = typeof(ArrayList).FullName; 1557string type = typeof(ArrayList).FullName;
MockTask.cs (1)
212public ArrayList MyArrayListOutputParam
Microsoft.Build.Framework (2)
ProjectStartedEventArgs.cs (1)
456ArrayList dictionaryList = new ArrayList(numberOfProperties);
TaskParameterEventArgs.cs (1)
143var list = new ArrayList();
Microsoft.Build.Tasks.Core (4)
GenerateResource.cs (4)
84private ArrayList _unsuccessfullyCreatedOutFiles = new ArrayList(); 87private ArrayList _filesWritten = new ArrayList(); 2343internal ArrayList UnsuccessfullyCreatedOutFiles 2354private ArrayList _unsuccessfullyCreatedOutFiles;
Microsoft.Build.Tasks.UnitTests (5)
AssemblyDependency\ResolveAssemblyReferenceTestFixture.cs (1)
649ArrayList matches = new ArrayList();
ResolveNonMSBuildProjectOutput_Tests.cs (4)
165private void TestUnresolvedReferencesHelper(ArrayList projectRefs, Hashtable pregenOutputs, 171private void TestUnresolvedReferencesHelper(ArrayList projectRefs, Hashtable pregenOutputs, Func<string, bool> isManaged, 216ArrayList projectRefs = new ArrayList(); 242ArrayList projectRefs = new ArrayList();
Microsoft.CodeAnalysis.CSharp.Scripting.Desktop.UnitTests (1)
ObjectFormatterTests.cs (1)
26var obj = new ArrayList { 1, 2, true, "goo" };
Microsoft.DotNet.SignCheckLibrary (1)
Verification\XmlVerifier.cs (1)
63ArrayList certificates = signedXml.Signature.KeyInfo.OfType<KeyInfoX509Data>().First().Certificates;
Microsoft.DotNet.XUnitAssert.Tests (6)
CollectionAssertsTests.cs (6)
2287 var collection = new ArrayList(); 2298 var collection = new ArrayList { "Hello" }; 2308 var collection = new ArrayList { "Hello", "World" }; 2323 var collection = new ArrayList { 1, 2, 3, 4, 5, 6, 7 }; 2379 var collection = new ArrayList { "Hello", "World", "Hello" }; 2396 var collection = new ArrayList { 1, 2, 3, 4, 5, 6, 7, 8, 4 };
Microsoft.Extensions.AI.Abstractions.Tests (2)
test\Shared\JsonSchemaExporter\TestTypes.cs (2)
811yield return new TestData<System.Collections.ArrayList>([1, "two", 3.14], """{"type":["array","null"]}"""); 1293[JsonSerializable(typeof(System.Collections.ArrayList))]
Microsoft.VisualBasic.Core (2)
Microsoft\VisualBasic\CompilerServices\ProjectData.vb (2)
14Dim files As Collections.ArrayList = New Collections.ArrayList(256) 56Public m_Files As Collections.ArrayList
MSBuild (1)
CommandLineSwitches.cs (1)
430internal ArrayList parameters;
mscorlib (1)
src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
71[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.ArrayList))]
netstandard (1)
netstandard.cs (1)
87[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.ArrayList))]
PresentationBuildTasks (62)
Microsoft\Build\Tasks\Windows\GenerateTemporaryTargetAssembly.cs (1)
636ArrayList itemToRemove = new ArrayList();
Microsoft\Build\Tasks\Windows\MarkupCompilePass1.cs (12)
1109private ArrayList ProcessReferenceList( ) 1111ArrayList referenceList = new ArrayList(); 1240ArrayList referenceList = ProcessReferenceList(); 1291ArrayList bamlFileList = new ArrayList(); 1292ArrayList csFileList = new ArrayList(); 1293ArrayList localRefPageList = new ArrayList(); 1294ArrayList localRefAppdefList = new ArrayList(); 1403ArrayList allGeneratedFiles = new ArrayList( ); 1449ref ArrayList outputBamlFileList, 1450ref ArrayList outputCodeFileList, 1451ref ArrayList outputLocalRefXamlList) 1617ArrayList locFileItemList = new ArrayList();
Microsoft\Build\Tasks\Windows\MarkupCompilePass2.cs (4)
115ArrayList referenceList; 557private void PrepareForMarkupCompilation(out FileUnit localApplicationFile, out FileUnit[] localXamlPageFileList, out ArrayList referenceList) 617private void DoLocalReferenceMarkupCompilation(FileUnit localApplicationFile, FileUnit[] localXamlPageFileList, ArrayList referenceList) 709ArrayList bamlFileList = new ArrayList();
MS\Internal\Localization\LocalizationParserHooks.cs (1)
18private ArrayList _commentList;
MS\Internal\MarkupCompiler\MarkupCompiler.cs (5)
98public ArrayList ReferenceAssemblyList 1149internal void ConnectNameAndEvents(string elementName, ArrayList events, int connectionId) 3522private ArrayList _referenceAssemblyList = null; 3526private ArrayList _pendingLocalFiles = null; 3554private ArrayList _usingNS = null;
MS\Internal\MarkupCompiler\ParserExtension.cs (1)
936private ArrayList _events = null;
MS\Internal\Tasks\CompilerLocalReference.cs (1)
262ArrayList alMarkupPages = new ArrayList();
MS\Internal\Tasks\CompilerWrapper.cs (1)
105internal ArrayList References
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\BamlRecordWriter.cs (6)
688ArrayList asmList = new ArrayList(); 1772internal ArrayList RecordList 1792private ArrayList _recordList; 1916private ArrayList _deferKeys; 1919private ArrayList _deferValues; // Values in the dictionary 1923private ArrayList _deferElement; // Start tag and properties
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\MarkupExtensionParser.cs (21)
304ArrayList tokens = TokenizeAttributes(args, lineNumber, linePosition, targetType); 606internal ArrayList CompileAttributes( 607ArrayList markupExtensionList, 610ArrayList xamlNodes = new ArrayList(markupExtensionList.Count * 5); 626ArrayList xamlNodes, 730ArrayList xamlNodes, 735ArrayList list = TokenizeAttributes(data.Args, data.LineNumber, data.LinePosition, data.TargetType); 816internal ArrayList CompileDictionaryKeys( 817ArrayList complexDefAttributesList, 820ArrayList xamlNodes = new ArrayList(complexDefAttributesList.Count * 5); 835ArrayList xamlNodes, 838ArrayList list = TokenizeAttributes(data.Args, data.LineNumber, data.LinePosition, data.TargetType); 907private ArrayList TokenizeAttributes ( 932ArrayList list = null; 1177private static void AddToTokenList(ArrayList list, StringBuilder sb, bool trim) 1221ArrayList xamlNodes, 1222ArrayList list, 1333ArrayList xamlNodes, 1334ArrayList list, 1340ArrayList propertyNamesSoFar = new ArrayList(list.Count/4); 1491ArrayList xamlNodes,
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (7)
2774ArrayList markupExtensionList = null; 2775ArrayList complexDefAttributesList = null; 2937ArrayList xamlNodes = _extensionParser.CompileDictionaryKeys(complexDefAttributesList, XmlReader.Depth); 2949ArrayList xamlNodes = _extensionParser.CompileAttributes(markupExtensionList, XmlReader.Depth); 2974ref ArrayList complexDefAttributeList, 3178ref ArrayList markupExtensionList) 6362private ArrayList _xamlNodes = new ArrayList(10); // array of Nodes for Read to return.
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlTypeMapper.cs (1)
3228ArrayList namespaceMapArray = new ArrayList(6);
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XmlnsDictionary.cs (1)
494ArrayList prefixes = new ArrayList(_lastDecl+1);
PresentationCore (38)
MS\Internal\IO\Packaging\ByteRangeDownloader.cs (2)
855private ArrayList _byteRangesAvailable = new ArrayList(2); // byte ranges that are downloaded 856private ArrayList _requestsOnWait; // List of byte ranges requested need to be processed
MS\Internal\IO\Packaging\NetStream.cs (2)
905private void MergeByteRanges(ArrayList ranges) 1308private ArrayList _byteRangesAvailable; // byte ranges that are downloaded
MS\Internal\Resources\ResourceManagerWrapper.cs (2)
203private void AddResourceNameToList(ResourceSet rs, ref ArrayList resourceList) 272private ArrayList _resourceList = null;
MS\Internal\TextFormatting\FullTextLine.cs (7)
42private ArrayList _lsrunsMainText; // list of lsrun of main text 43private ArrayList _lsrunsMarkerText; // list of lsrun of marker text 1569ArrayList boundsList = null; 1771ArrayList boundsList, 1855ArrayList boundsList, 1949ArrayList boundsList, 2745ArrayList lsruns = _lsrunsMainText;
MS\Internal\TextFormatting\SimpleTextLine.cs (4)
153ArrayList runs = new ArrayList(2); 255ArrayList runs, 394ArrayList runs, 422ArrayList runs,
MS\Internal\TextFormatting\TextStore.cs (3)
60private ArrayList _lsrunList; // lsrun list 1939ArrayList lsruns = new ArrayList(3); 2473internal ArrayList LsrunList
System\Windows\Input\AccessKeyManager.cs (11)
33ArrayList elements = (ArrayList)akm._keyToElements[key]; 65ArrayList elements = (ArrayList)akm._keyToElements[key]; 372possibleElements = CopyAndPurgeDead(_keyToElements[key] as ArrayList); 560private static void PurgeDead(ArrayList elements, object elementToRemove) 582private static List<IInputElement> CopyAndPurgeDead(ArrayList elements) 675ArrayList elements = (ArrayList)entry.Value; 696ArrayList elements = (ArrayList)entry.Value;
System\Windows\Input\InputProcessorProfiles.cs (2)
140internal ArrayList InputLanguageList 151ArrayList arrayLang = new ArrayList();
System\Windows\Media\Imaging\ImagingCache.cs (1)
71ArrayList al = new ArrayList();
System\Windows\Media\MediaSystem.cs (1)
336private static ArrayList _mediaContexts = new ArrayList();
System\Windows\Nrbf\SerializationRecordExtensions.cs (3)
164/// Tries to get this object as a <see cref="ArrayList"/> of <see cref="PrimitiveType"/> values. 175|| !classInfo.TypeNameMatches(typeof(ArrayList)) 185ArrayList arrayList = new(size);
PresentationFramework (180)
MS\Internal\Annotations\Anchoring\PathNode.cs (2)
362_children = ArrayList.ReadOnly(_children); 379private ArrayList _children = new ArrayList(1);
MS\Internal\Annotations\Component\HighlightComponent.cs (1)
63ArrayList list = new ArrayList();
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (1)
95ArrayList list = new ArrayList();
MS\Internal\Controls\InnerItemCollectionView.cs (1)
857private ArrayList _viewList, _rawList;
MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (1)
968ArrayList annotations = new ArrayList(1);
MS\Internal\Data\CollectionViewGroupRoot.cs (1)
247ArrayList names = (ic == null) ? null : new ArrayList(ic);
MS\Internal\Data\DataExtensionMethods.cs (6)
20ArrayList al; 23if ((al = list as ArrayList) != null) 47ArrayList al; 50if ((al = list as ArrayList) != null) 66ArrayList al; 69if ((al = list as ArrayList) != null)
MS\Internal\Data\DefaultAsyncDataDispatcher.cs (1)
98private ArrayList _list = new ArrayList();
MS\Internal\Data\PropertyPathWorker.cs (1)
1816typeof(System.Collections.ArrayList),
MS\Internal\Data\SortFieldComparer.cs (1)
75internal static void SortHelper(ArrayList al, IComparer comparer)
MS\Internal\Data\ViewManager.cs (2)
246ArrayList al = new ArrayList(); 785ArrayList al = new ArrayList();
MS\Internal\DataStreams.cs (8)
58private ArrayList GetSubStreams(object key) 60ArrayList subStreams = (ArrayList) _subStreams[key]; 78private ArrayList SaveSubStreams(UIElement element) 80ArrayList subStreams = null; 173ArrayList subStreams = this.SaveSubStreams(element); 236private void LoadSubStreams(UIElement element, ArrayList subStreams) 296ArrayList properties = this.GetSubStreams(persistId);
MS\Internal\Documents\DocumentGrid.cs (1)
1413ArrayList visiblePages = new ArrayList();
MS\Internal\Helper.cs (1)
68internal static object FindTemplateResourceFromAppOrSystem(DependencyObject target, ArrayList keys, int exactMatch, ref int bestMatch)
MS\Internal\PtsHost\PtsContext.cs (2)
571private ArrayList _pages; 584private ArrayList _pageBreakRecords;
MS\Internal\Utility\TraceLog.cs (1)
63private ArrayList _log;
MS\Internal\WeakHashtable.cs (1)
106ArrayList cleanupList = null;
MS\Internal\WeakObjectHashtable.cs (1)
104ArrayList cleanupList = null;
System\Windows\Controls\DataGrid.cs (1)
2632ArrayList itemsToRemove = new ArrayList(SelectedItems);
System\Windows\Controls\PasswordTextContainer.cs (1)
938private ArrayList _positionList;
System\Windows\Controls\RadioButton.cs (7)
74ArrayList elements = (ArrayList)_groupNameToElements[groupName]; 100ArrayList elements = (ArrayList)_groupNameToElements[groupName]; 114private static void PurgeDead(ArrayList elements, object elementToRemove) 142ArrayList elements = (ArrayList)_groupNameToElements[groupName];
System\Windows\Controls\TextBlock.cs (4)
1381ArrayList inlineObjects = InlineObjects; 1962ArrayList inlineObjects = InlineObjects; 2762private ArrayList InlineObjects 3960internal ArrayList InlineObjects;
System\Windows\Data\BindingOperations.cs (1)
246ArrayList batch = new ArrayList(8);
System\Windows\Data\CompositeCollection.cs (4)
457private void Initialize(ArrayList internalList) 463private ArrayList InternalList 536private ArrayList _internalList; 561private bool FindRepeatedCollection(ArrayList collections)
System\Windows\Data\ListCollectionView.cs (2)
2352internal ArrayList ShadowCollection 3318private ArrayList _shadowCollection;
System\Windows\Documents\AdornerLayer.cs (29)
181ArrayList adornerInfos = ElementMap[adorner.AdornedElement] as ArrayList; 209ArrayList adornerInfos = (ArrayList)ElementMap[key]; 232ArrayList adornerInfos = ElementMap[element] as ArrayList; 257ArrayList adornerInfos = ElementMap[element] as ArrayList; 418ArrayList adornerInfos = (ArrayList)zOrderMapEntries[i].Value; 452ArrayList adornerInfos = (ArrayList)zOrderMapEntries[i].Value; 559ArrayList adornerInfos = ElementMap[adorner.AdornedElement] as ArrayList; 585ArrayList adornerInfos = ElementMap[adorner.AdornedElement] as ArrayList; 642ArrayList adornerInfos = (ArrayList)_zOrderMap[zOrder]; 664adornerInfos = (ArrayList)_zOrderMap[keys[index]]; 679ArrayList adornerInfos = ElementMap[element] as ArrayList; 710ArrayList adornerInfos = ElementMap[element] as ArrayList; 773ArrayList removeList = new ArrayList(1); 904ArrayList adornerInfos = infoMap[key] as ArrayList; 922private AdornerInfo GetAdornerInfo(ArrayList adornerInfos, Adorner adorner) 942ArrayList adornerInfos; 951adornerInfos = (ArrayList)infoMap[key];
System\Windows\Documents\CompositionAdorner.cs (4)
52internal CompositionAdorner(ITextView textView, ArrayList attributeRanges) 400private readonly ArrayList _attributeRanges; 536internal ArrayList CompositionLines 660private readonly ArrayList _compositionLines;
System\Windows\Documents\DocumentSequence.cs (1)
889ArrayList notificationList = new ArrayList();
System\Windows\Documents\FixedDocument.cs (5)
790internal Dictionary<FixedPage, ArrayList> Highlights 827_highlights = new Dictionary<FixedPage, ArrayList>(); 1133ArrayList dirtyPages = new ArrayList(); 1212ArrayList completedRequests = new ArrayList(); 1287private Dictionary<FixedPage, ArrayList> _highlights;
System\Windows\Documents\FixedFlowMap.cs (1)
206ArrayList range = new ArrayList();
System\Windows\Documents\FixedTextBuilder.cs (1)
475ArrayList ar = new ArrayList();
System\Windows\Documents\FixedTextContainer.cs (2)
389internal void GetMultiHighlights(FixedTextPointer start, FixedTextPointer end, Dictionary<FixedPage, ArrayList> highlights, FixedHighlightType t, 455ArrayList lfs;
System\Windows\Documents\FixedTextView.cs (3)
236Dictionary<FixedPage, ArrayList> highlights = new Dictionary<FixedPage,ArrayList>(); 242ArrayList highlightList;
System\Windows\Documents\FlowPosition.cs (1)
378ArrayList ar = new ArrayList();
System\Windows\Documents\Highlights.cs (1)
453private ArrayList _layers;
System\Windows\Documents\HighlightVisual.cs (3)
80ArrayList highlights = _panel.Highlights[_page]; 163private void _UpdateHighlightBackground(DrawingContext dc, ArrayList highlights) 266private void _UpdateHighlightForeground(DrawingContext dc, ArrayList highlights)
System\Windows\Documents\MoveSizeWinEventHandler.cs (1)
119private ArrayList _arTextStore;
System\Windows\Documents\RtfToXamlReader.cs (1)
3052private ArrayList _cellFormats;
System\Windows\Documents\RubberbandSelector.cs (1)
260ArrayList ranges = new ArrayList(); //text ranges in area
System\Windows\Documents\Speller.cs (5)
693ArrayList segments; 1089ArrayList segments; 1231private int FindPositionInSegmentList(TextMap textMap, LogicalDirection direction, ArrayList segments, 1410ArrayList segments = (ArrayList)o;
System\Windows\Documents\SpellerStatusTable.cs (1)
833private readonly ArrayList _runList;
System\windows\Documents\TextEditor.cs (1)
1947private static ArrayList _registeredEditingTypes = new ArrayList(4);
System\windows\Documents\TextEditorThreadLocalStore.cs (2)
62internal ArrayList PendingInputItems 166private ArrayList _pendingInputItems;
System\Windows\Documents\TextMapOffsetErrorLogger.cs (1)
57public TextMapOffsetErrorLogger(LogicalDirection direction, TextMap textMap, ArrayList segments, int positionInSegmentList, int leftWordBreak, int rightWordBreak, int contentOffset)
System\Windows\Documents\TextStore.cs (2)
4566private ArrayList _preparedattributes; 4569private ArrayList _mouseSinks;
System\Windows\Documents\XamlToRtfWriter.cs (4)
167ArrayList openLists = new ArrayList(); 211private int BuildListStyles(ListLevelTable[] levels, ArrayList openLists) 390ArrayList openLists = new ArrayList(); 1747ArrayList spanCounts = new ArrayList();
System\Windows\FrameworkElement.cs (3)
1415ArrayList keys = new ArrayList(); 1464private static object FindTemplateResourceInTree(DependencyObject target, ArrayList keys, int exactMatch, ref int bestMatch) 1584ResourceDictionary table, ArrayList keys, int exactMatch, ref int bestMatch)
System\Windows\Interop\HwndHost.cs (1)
1137private ArrayList _hooks;
System\Windows\Markup\BamlReader.cs (1)
2831private ArrayList _properties;
System\Windows\Markup\BamlRecordReader.cs (10)
154internal ArrayList RootList 1384ArrayList paramList = null; 1478paramList = (ArrayList)CurrentContext.ObjectData; 1687ArrayList defKeyList; 1725out ArrayList defKeyList, 1735ArrayList staticResources = new ArrayList(); 3890ArrayList paramList = new ArrayList(2); 3898ArrayList paramList = (ArrayList) CurrentContext.ObjectData; 5604private ArrayList _rootList;
System\Windows\Markup\BamlRecordWriter.cs (5)
1772internal ArrayList RecordList 1792private ArrayList _recordList; 1916private ArrayList _deferKeys; 1919private ArrayList _deferValues; // Values in the dictionary 1923private ArrayList _deferElement; // Start tag and properties
System\Windows\Markup\BamlWriter.cs (1)
1396private ArrayList _markupExtensionNodes;
System\Windows\Markup\MarkupExtensionParser.cs (21)
304ArrayList tokens = TokenizeAttributes(args, lineNumber, linePosition, targetType); 606internal ArrayList CompileAttributes( 607ArrayList markupExtensionList, 610ArrayList xamlNodes = new ArrayList(markupExtensionList.Count * 5); 626ArrayList xamlNodes, 730ArrayList xamlNodes, 735ArrayList list = TokenizeAttributes(data.Args, data.LineNumber, data.LinePosition, data.TargetType); 816internal ArrayList CompileDictionaryKeys( 817ArrayList complexDefAttributesList, 820ArrayList xamlNodes = new ArrayList(complexDefAttributesList.Count * 5); 835ArrayList xamlNodes, 838ArrayList list = TokenizeAttributes(data.Args, data.LineNumber, data.LinePosition, data.TargetType); 907private ArrayList TokenizeAttributes ( 932ArrayList list = null; 1177private static void AddToTokenList(ArrayList list, StringBuilder sb, bool trim) 1221ArrayList xamlNodes, 1222ArrayList list, 1333ArrayList xamlNodes, 1334ArrayList list, 1340ArrayList propertyNamesSoFar = new ArrayList(list.Count/4); 1491ArrayList xamlNodes,
System\Windows\Markup\XamlStream.cs (6)
344ArrayList bufferArray; // arraylist of buffers 404private void CheckIfCanRemoveFromArrayList(long position,ArrayList arrayList,ref long firstBufferPosition) 518private ArrayList ReaderBufferArrayList 527private ArrayList WriterBufferArrayList 558private ArrayList _readerBufferArrayList; 559private ArrayList _writerBufferArrayList;
System\Windows\Markup\XamlTypeMapper.cs (1)
3228ArrayList namespaceMapArray = new ArrayList(6);
System\Windows\Markup\XmlnsDictionary.cs (1)
494ArrayList prefixes = new ArrayList(_lastDecl+1);
System\Windows\Navigation\JournalEntryListConverter.cs (1)
187private ArrayList _items;
System\Windows\Navigation\NavigationService.cs (5)
3402internal ArrayList ChildNavigationServices 3506internal ArrayList PendingNavigationList 4037private ArrayList _childNavigationServices = new ArrayList(2); 4052private ArrayList _pendingNavigationList = new ArrayList(2); 4055private ArrayList _recursiveNavigateList = new ArrayList(2);
System\Windows\WindowCollection.cs (1)
204private ArrayList _list;
ReachFramework (12)
AlphaFlattener\BrushProxy.cs (3)
532ArrayList list = bp._brushList; 3412public ArrayList BrushList 3549private ArrayList _brushList;
AlphaFlattener\DrawingContext.cs (3)
229private bool LinearFillGeometry(BrushProxy linear, BrushProxy other, bool pre, ArrayList brushes, int from, Geometry shape) 353private bool RadialFillGeometry(BrushProxy radial, BrushProxy other, bool pre, ArrayList brushes, int from, Geometry shape) 474private bool FillGeometry(BrushProxy one, ArrayList brushes, int from, Geometry geometry)
AlphaFlattener\Flattener.cs (1)
95ArrayList children = canvas.Children;
AlphaFlattener\Primitive.cs (3)
1984private ArrayList _children; 1999public ArrayList Children 2087_children = (ArrayList)_children.Clone();
Serialization\VisualSerializer.cs (2)
853protected ArrayList _objects; 854protected ArrayList _objnams;
Shared.Tests (2)
JsonSchemaExporter\TestTypes.cs (2)
811yield return new TestData<System.Collections.ArrayList>([1, "two", 3.14], """{"type":["array","null"]}"""); 1293[JsonSerializable(typeof(System.Collections.ArrayList))]
System.CodeDom (1)
System\CodeDom\CodeNamespaceImportCollection.cs (1)
11private readonly ArrayList _data = new ArrayList(); // not List<CodeNamespaceImport> to provide desktop-consistent semantics for CopyTo
System.Collections.NonGeneric (5)
artifacts\obj\System.Collections.NonGeneric\Debug\net10.0\System.Collections.NonGeneric.Forwards.cs (1)
3[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.ArrayList))]
System\Collections\CollectionBase.cs (2)
17private readonly ArrayList _list; 30protected ArrayList InnerList
System\Collections\ReadOnlyCollectionBase.cs (2)
19private ArrayList? _list; 21protected ArrayList InnerList => _list ??= new ArrayList();
System.Collections.Specialized (34)
System\Collections\Specialized\NameObjectCollectionBase.cs (1)
28private ArrayList _entriesArray;
System\Collections\Specialized\NameValueCollection.cs (13)
112private static string? GetAsOneString(ArrayList? list) 140private static string[]? GetAsStringArray(ArrayList? list) 263ArrayList? values = (ArrayList?)BaseGet(name); 286ArrayList? values = (ArrayList?)BaseGet(name); 295ArrayList? values = (ArrayList?)BaseGet(name); 309ArrayList values = new ArrayList(1); 351ArrayList? values = (ArrayList?)BaseGet(index); 360ArrayList? values = (ArrayList?)BaseGet(index);
System\Collections\Specialized\OrderedDictionary.cs (19)
27private ArrayList? _objectsArray; 133ArrayList objectsArray = EnsureObjectsArray(); 139private ArrayList EnsureObjectsArray() => _objectsArray ??= new ArrayList(_initialCapacity); 155ArrayList objectsArray = EnsureObjectsArray(); 168ArrayList objectsArray = EnsureObjectsArray(); 199ArrayList objectsArray = EnsureObjectsArray(); 216ArrayList objectsArray = EnsureObjectsArray(); 231ArrayList objectsArray = EnsureObjectsArray(); 319ArrayList objectsArray = EnsureObjectsArray(); 336ArrayList objectsArray = EnsureObjectsArray(); 360ArrayList objectsArray = EnsureObjectsArray(); 368ArrayList objectsArray = EnsureObjectsArray(); 376ArrayList objectsArray = EnsureObjectsArray(); 393ArrayList objectsArray = EnsureObjectsArray(); 420ArrayList objectsArray = EnsureObjectsArray(); 452internal OrderedDictionaryEnumerator(ArrayList array, int objectReturnType) 538private readonly ArrayList _objects; 542public OrderedDictionaryKeyValueCollection(ArrayList array, Hashtable objectsTable, IEqualityComparer? comparer) 549public OrderedDictionaryKeyValueCollection(ArrayList array)
System\Collections\Specialized\StringCollection.cs (1)
14private readonly ArrayList data = new ArrayList(); // Do not rename (binary serialization)
System.ComponentModel.TypeConverter (13)
System\ComponentModel\Design\DesignerOptionService.cs (2)
119private ArrayList? _children; 179ArrayList propList;
System\ComponentModel\EnumConverter.cs (1)
259ArrayList? objValues = null;
System\ComponentModel\ListSortDescriptionCollection.cs (1)
11private readonly ArrayList _sorts = new ArrayList();
System\ComponentModel\TypeDescriptor.cs (9)
561private static ArrayList? FilterMembers(IList members, Attribute[] attributes) 563ArrayList? newMembers = null; 1131ArrayList? filteredEvents = FilterMembers(events, attributes); 1368ArrayList? filteredProperties = FilterMembers(properties, attributes); 1878IList? list = members as ArrayList; 1905ArrayList? filterResult = FilterMembers(list, filter); 1962IList? list = members as ArrayList; 2233ArrayList list = new ArrayList(primary.Count + secondary.Count); 2752ArrayList.Adapter(infos).Sort(MemberDescriptorComparer.Instance);
System.Configuration.ConfigurationManager (31)
System\Configuration\BaseConfigurationRecord.cs (3)
157protected ArrayList _locationSections; 350ArrayList locationSubPathInputs = null; 3191private ArrayList EnsureLocationSections()
System\Configuration\ConfigDefinitionUpdates.cs (1)
16internal ArrayList LocationUpdatesList { get; }
System\Configuration\ConfigurationElement.cs (3)
474internal ArrayList GetErrorsList() 476ArrayList errorList = new ArrayList(); 485ArrayList errorsList = GetErrorsList();
System\Configuration\ConfigurationElementCollection.cs (2)
39private ArrayList Items { get; } = new ArrayList(); 1266internal Enumerator(ArrayList items, ConfigurationElementCollection collection)
System\Configuration\ConfigurationErrorsException.cs (1)
96internal ConfigurationErrorsException(ArrayList coll) :
System\Configuration\ConfigurationLockCollection.cs (2)
15private readonly ArrayList _internalArraylist; 279ArrayList removeList = new ArrayList();
System\Configuration\ConfigurationPropertyCollection.cs (1)
10private readonly ArrayList _items = new ArrayList();
System\Configuration\ElementInformation.cs (1)
72ArrayList arrayList = _thisElement.GetErrorsList();
System\Configuration\MgmtConfigurationRecord.cs (9)
287ArrayList locations = new ArrayList(); 858private ArrayList GetDescendentSectionFactories(string configKey) 860ArrayList sectionGroups = new ArrayList(); 875private ArrayList GetDescendentSectionGroupFactories(string configKey) 877ArrayList sectionGroups = new ArrayList(); 912ArrayList sections = GetDescendentSectionFactories(configKey); 916ArrayList sectionGroups = GetDescendentSectionGroupFactories(configKey); 957ArrayList configSourceUpdates; 1525out ConfigDefinitionUpdates definitionUpdates, out ArrayList configSourceUpdates)
System\Configuration\ProviderSettings.cs (1)
107ArrayList removeList = null;
System\Configuration\SectionUpdates.cs (2)
208ArrayList unretrievedGroups = new ArrayList(); 229ArrayList newsGroups = new ArrayList();
System\Configuration\SettingsPropertyValueCollection.cs (5)
11private ArrayList _values; 56ArrayList al = new ArrayList(); 100_values = ArrayList.ReadOnly(_values); 120private SettingsPropertyValueCollection(Hashtable indices, ArrayList values) 123_values = (ArrayList)values.Clone();
System.Data.Common (77)
System\Data\BaseCollection.cs (1)
57protected virtual ArrayList List => null!; // Always overridden by implementations and non-null
System\Data\ConstraintCollection.cs (2)
20private readonly ArrayList _list = new ArrayList(); 39protected override ArrayList List => _list;
System\Data\DataColumnCollection.cs (2)
23private readonly ArrayList _list = new ArrayList(); 47protected override ArrayList List => _list;
System\Data\DataRelationCollection.cs (5)
294ArrayList alist = List; 525private readonly ArrayList _relations; // For caching purpose only to improve performance 539protected override ArrayList List => _relations; 690private readonly ArrayList _relations; 703protected override ArrayList List => _relations;
System\Data\DataRow.cs (2)
1395internal int CopyValuesIntoStore(ArrayList storeList, ArrayList nullbitList, int storeIndex)
System\Data\DataSet.cs (6)
547ArrayList relationList = new ArrayList(); 566ArrayList list = new ArrayList(); 583ArrayList relationList = (ArrayList)info.GetValue("DataSet.Relations", typeof(ArrayList))!; 585foreach (ArrayList list in relationList)
System\Data\DataTable.cs (18)
527ArrayList constraintList = new ArrayList(); 542ArrayList list = new ArrayList(); 573ArrayList list = new ArrayList(); 594ArrayList constraintList = (ArrayList)info.GetValue(string.Format(CultureInfo.InvariantCulture, "DataTable_{0}.Constraints", serIndex), typeof(ArrayList))!; 596foreach (ArrayList list in constraintList) 737ArrayList storeList = new ArrayList(); 738ArrayList nullbitList = new ArrayList(); 788ArrayList storeList = (ArrayList)info.GetValue(string.Format(formatProvider, "DataTable_{0}.Records", serIndex), typeof(ArrayList))!; 789ArrayList nullbitList = (ArrayList)info.GetValue(string.Format(formatProvider, "DataTable_{0}.NullBits", serIndex), typeof(ArrayList))!; 918ArrayList list = new ArrayList(); 942ArrayList list = (ArrayList)colErrors[rowIndex]!;
System\Data\DataTableCollection.cs (2)
23private readonly ArrayList _list = new ArrayList(); 45protected override ArrayList List => _list;
System\Data\XDRSchema.cs (2)
521internal void HandleTypeNode(XmlElement typeNode, DataTable table, ArrayList tableChildren) 558ArrayList tableChildren = new ArrayList();
System\Data\XMLDiffLoader.cs (2)
14private ArrayList? _tables; 222internal void ProcessErrors(ArrayList dt, XmlReader ssync)
System\Data\xmlsaver.cs (12)
31private ArrayList? _constraintNames; 37private readonly ArrayList _tables = new ArrayList(); 38private readonly ArrayList _relations = new ArrayList(); 322private void GenerateConstraintNames(ArrayList tables) 423internal void SetupAutoGenerated(ArrayList dt) 506ArrayList topTables = new ArrayList(); 2271private readonly ArrayList _tables = new ArrayList(); 2318private void DoAssignments(ArrayList tables) 2684private readonly ArrayList _dTables = new ArrayList(); 2728ArrayList topTables = new ArrayList(); 2925private static ArrayList GetNestedChildRelations(DataRow row) 2927ArrayList list = new ArrayList();
System\Data\XMLSchema.cs (9)
137private ArrayList? _columnExpressions; 139private ArrayList? _refTables; 140private ArrayList? _complexTypes; 170ArrayList schemaList = new ArrayList(); 175private void CollectElementsAnnotations(XmlSchema schema, ArrayList schemaList) 898internal void HandleParticle(XmlSchemaParticle pt, DataTable table, ArrayList tableChildren, bool isBase) 1040internal void HandleComplexType(XmlSchemaComplexType ct, DataTable table, ArrayList tableChildren, bool isNillable) 1201ArrayList keyColumns = new ArrayList(); 1560ArrayList tableChildren = new ArrayList();
System\Data\XmlToDatasetMap.cs (3)
367ArrayList tableList = GetSelfAndDescendants(dataTable); // Get list of tables we're loading 416private static ArrayList GetSelfAndDescendants(DataTable dt) 418ArrayList tableList = new ArrayList();
System\Xml\XmlDataDocument.cs (11)
30private ArrayList _columnChangeList; 62ArrayList al = new ArrayList(); 784private ArrayList GetNestedChildRelations(DataRow row) 786ArrayList list = new ArrayList(); 2416private void SynchronizeRowFromRowElement(XmlBoundElement rowElement, ArrayList? rowElemList) 2454private void SynchronizeRowFromRowElementEx(XmlBoundElement rowElement, ArrayList? rowElemList) 2671ArrayList rowElemList = new ArrayList(); 2718ArrayList rowElemList = new ArrayList(); 2743private void OnRowElementInsertedInTree(XmlBoundElement rowElem, ArrayList rowElemList) 2857private void OnNonRowElementInsertedInTree(XmlNode node, XmlBoundElement rowElement, ArrayList rowElemList) 2873private void OnNonRowElementInsertedInFragment(XmlBoundElement rowElement, ArrayList rowElemList)
System.Data.Odbc (1)
System\Data\Odbc\OdbcErrorCollection.cs (1)
12private readonly ArrayList _items = new ArrayList(); // Do not rename (binary serialization)
System.Net.Primitives (1)
System\Net\CookieCollection.cs (1)
25private readonly ArrayList m_list = new ArrayList();
System.Net.WebProxy (1)
System\Net\WebProxy.cs (1)
91public ArrayList BypassArrayList => _bypassList ??= new ChangeTrackingArrayList();
System.Private.CoreLib (40)
src\libraries\System.Private.CoreLib\src\System\Collections\ArrayList.cs (36)
142public static ArrayList Adapter(IList list) 227ArrayList la = new ArrayList(_size); 303public static ArrayList FixedSize(ArrayList list) 494public static ArrayList ReadOnly(ArrayList list) 551public static ArrayList Repeat(object? value, int count) 555ArrayList list = new ArrayList((count > _defaultCapacity) ? count : _defaultCapacity); 603public virtual ArrayList GetRange(int index, int count) 656public static ArrayList Synchronized(ArrayList list) 899if (_list is ArrayList al) 1023public override ArrayList GetRange(int index, int count) 1145private readonly ArrayList _list; 1148internal SyncArrayList(ArrayList list) 1256return new SyncArrayList((ArrayList)_list.Clone()); 1412public override ArrayList GetRange(int index, int count) 1661private ArrayList _list; 1663internal FixedSizeArrayList(ArrayList l) 1718arrayList._list = (ArrayList)_list.Clone(); 1808public override ArrayList GetRange(int index, int count) 1920private ArrayList _list; 1922internal ReadOnlyArrayList(ArrayList l) 1973arrayList._list = (ArrayList)_list.Clone(); 2062public override ArrayList GetRange(int index, int count) 2105private readonly ArrayList _list; 2112internal ArrayListEnumerator(ArrayList list, int index, int count) 2165private ArrayList _baseList; 2170internal Range(ArrayList list, int index, int count) 2254arrayList._baseList = (ArrayList)_baseList.Clone(); 2339public override ArrayList GetRange(int index, int count) 2551private readonly ArrayList _list; 2559internal ArrayListEnumeratorSimple(ArrayList list) 2564_isArrayList = (list.GetType() == typeof(ArrayList)); 2642private readonly ArrayList _arrayList; 2644public ArrayListDebugView(ArrayList arrayList)
src\libraries\System.Private.CoreLib\src\System\Security\SecurityElement.cs (4)
15private ArrayList? _children; 16internal ArrayList? _attributes; 106ArrayList list = new ArrayList(value.Count); 148public ArrayList? Children
System.Private.Windows.Core (8)
System\Private\Windows\BinaryFormat\BinaryFormatWriter.cs (4)
469public static bool TryWriteArrayList(Stream stream, ArrayList list) 473static bool Write(Stream stream, ArrayList list) 477new ClassInfo(1, typeof(ArrayList).FullName!, s_listMemberNames), 710case ArrayList arrayList:
System\Private\Windows\Nrbf\CoreNrbfSerializer.cs (1)
95{ Types.ToTypeName($"{Types.ArrayListType}"), typeof(ArrayList) }
System\Private\Windows\Nrbf\SerializationRecordExtensions.cs (3)
363/// Tries to get this object as a <see cref="ArrayList"/> of <see cref="PrimitiveType"/> values. 374|| !classInfo.TypeNameMatches(typeof(ArrayList)) 384ArrayList arrayList = new(size);
System.Private.Windows.Core.Tests (4)
System\Private\Windows\Ole\BinaryFormatUtilitiesTests.cs (3)
105public static TheoryData<ArrayList> PrimitiveArrayListObjects_TheoryData => 316public void RoundTrip_PrimitiveArrayList(ArrayList value) 324public void RoundTrip_PredefinedFormat_PrimitiveArrayList(ArrayList value)
System\Private\Windows\Ole\TypeBinderTests.cs (1)
96[InlineData(typeof(ArrayList))]
System.Private.Xml (201)
System\Xml\Core\XsdValidatingReader.cs (1)
84private readonly ArrayList _defaultAttributes;
System\Xml\Dom\DocumentSchemaValidator.cs (1)
28private ArrayList? _defaultAttributes;
System\Xml\Dom\XmlDocument.cs (9)
286private static WeakReference<XmlElement>? GetElement(ArrayList elementList, XmlElement elem) 288ArrayList gcElemRefs = new ArrayList(); 315ArrayList elementList = new ArrayList(); 322ArrayList elementList = (ArrayList)(_htElementIdMap[id]!); 332ArrayList elementList = (ArrayList)(_htElementIdMap[id]!); 938ArrayList? elementList = (ArrayList?)(_htElementIdMap[elementId]);
System\Xml\Schema\Asttree.cs (5)
142private readonly ArrayList _stack; // of AxisElement 295private readonly ArrayList _axisStack; // of AxisStack 503private ArrayList _fAxisArray = null!; 508internal ArrayList SubtreeArray 558ArrayList AstArray = new ArrayList(xpath.Length);
System\Xml\Schema\BaseValidator.cs (1)
184ArrayList? names = contentValidator.ExpectedElements(context, false);
System\Xml\Schema\ConstraintStruct.cs (2)
20internal ArrayList axisFields; // Add tableDim * LocatedActiveAxis in a loop 82private readonly ArrayList _KSs; // stack of KSStruct, will not become less
System\Xml\Schema\ContentValidator.cs (23)
44private readonly ArrayList _particles; 134ArrayList match = new ArrayList(); 239private readonly ArrayList _positions = new ArrayList(); 997public virtual ArrayList? ExpectedElements(ValidationState context, bool isRequiredOnly) 1002public virtual ArrayList? ExpectedParticles(ValidationState context, bool isRequiredOnly, XmlSchemaSet schemaSet) 1007public static void AddParticleToExpected(XmlSchemaParticle p, XmlSchemaSet schemaSet, ArrayList particles) 1012public static void AddParticleToExpected(XmlSchemaParticle p, XmlSchemaSet schemaSet, ArrayList particles, bool global) 1617public override ArrayList? ExpectedElements(ValidationState context, bool isRequiredOnly) 1619ArrayList? names = null; 1653public override ArrayList ExpectedParticles(ValidationState context, bool isRequiredOnly, XmlSchemaSet schemaSet) 1655ArrayList particles = new ArrayList(); 1771public override ArrayList? ExpectedElements(ValidationState context, bool isRequiredOnly) 1773ArrayList? names = null; 1799public override ArrayList ExpectedParticles(ValidationState context, bool isRequiredOnly, XmlSchemaSet schemaSet) 1801ArrayList particles = new ArrayList(); 2036public override ArrayList? ExpectedElements(ValidationState context, bool isRequiredOnly) 2038ArrayList? names = null; 2079public override ArrayList ExpectedParticles(ValidationState context, bool isRequiredOnly, XmlSchemaSet schemaSet) 2081ArrayList particles = new ArrayList(); 2194public override ArrayList? ExpectedElements(ValidationState context, bool isRequiredOnly) 2196ArrayList? names = null; 2209public override ArrayList ExpectedParticles(ValidationState context, bool isRequiredOnly, XmlSchemaSet schemaSet) 2211ArrayList expectedParticles = new ArrayList();
System\Xml\Schema\DataTypeImplementation.cs (3)
84internal ArrayList? Patterns; 85internal ArrayList? Enumeration; 1099ArrayList values = new ArrayList();
System\Xml\Schema\FacetChecker.cs (17)
885internal virtual bool MatchEnumeration(object value, ArrayList enumeration, XmlSchemaDatatype datatype) 1077internal override bool MatchEnumeration(object value, ArrayList enumeration, XmlSchemaDatatype datatype) 1082internal static bool MatchEnumeration(decimal value, ArrayList enumeration, XmlValueConverter valueConverter) 1179internal override bool MatchEnumeration(object value, ArrayList enumeration, XmlSchemaDatatype datatype) 1183private static bool MatchEnumeration(double value, ArrayList enumeration, XmlValueConverter valueConverter) 1249internal override bool MatchEnumeration(object value, ArrayList enumeration, XmlSchemaDatatype datatype) 1254private static bool MatchEnumeration(TimeSpan value, ArrayList enumeration) 1323internal override bool MatchEnumeration(object value, ArrayList enumeration, XmlSchemaDatatype datatype) 1328private static bool MatchEnumeration(DateTime value, ArrayList enumeration, XmlSchemaDatatype datatype) 1403internal override bool MatchEnumeration(object value, ArrayList enumeration, XmlSchemaDatatype datatype) 1408private static bool MatchEnumeration(string value, ArrayList enumeration, XmlSchemaDatatype datatype) 1536internal override bool MatchEnumeration(object value, ArrayList enumeration, XmlSchemaDatatype datatype) 1541private static bool MatchEnumeration(XmlQualifiedName value, ArrayList enumeration) 1605internal override bool MatchEnumeration(object value, ArrayList enumeration, XmlSchemaDatatype datatype) 1610private static bool MatchEnumeration(byte[] value, ArrayList enumeration, XmlSchemaDatatype datatype) 1671internal override bool MatchEnumeration(object value, ArrayList enumeration, XmlSchemaDatatype datatype) 1717internal override bool MatchEnumeration(object value, ArrayList enumeration, XmlSchemaDatatype datatype)
System\Xml\Schema\Inference\Infer.cs (4)
349ArrayList? col = _schemaSet!.Schemas(childURI) as ArrayList; 524ArrayList? col = _schemaSet.Schemas(childURI) as ArrayList;
System\Xml\Schema\Preprocessor.cs (4)
61private ArrayList? _redefinedList; 517private void Preprocess(XmlSchema schema, string? targetNamespace, ArrayList imports) 834ArrayList includesOfRedefine = new ArrayList(); 954private static void GetIncludedSet(XmlSchema schema, ArrayList includesList)
System\Xml\Schema\SchemaCollectionCompiler.cs (1)
53ArrayList members = substitutionGroup.Members;
System\Xml\Schema\SchemaSetCompiler.cs (2)
475ArrayList members = substitutionGroup.Members; 514ArrayList? newMembers = null;
System\Xml\Schema\XmlSchema.cs (4)
47private ArrayList? _importedSchemas; 48private ArrayList? _importedNamespaces; 523internal ArrayList ImportedSchemas => _importedSchemas ??= new ArrayList(); 525internal ArrayList ImportedNamespaces => _importedNamespaces ??= new ArrayList();
System\Xml\Schema\XmlSchemaSet.cs (4)
425ArrayList needToCheckSchemaList = new ArrayList(); 681ArrayList tnsSchemas = new ArrayList(); 1107ArrayList existingSchemas = new ArrayList(); 1322ArrayList removalList = new ArrayList();
System\Xml\Schema\XmlSchemaSubstitutionGroup.cs (2)
11private readonly ArrayList _membersList = new ArrayList(); 15internal ArrayList Members
System\Xml\Schema\XmlSchemaValidator.cs (15)
701public void GetUnspecifiedDefaultAttributes(ArrayList defaultAttributes) 775ArrayList? names = _context.ElementDecl.ContentValidator.ExpectedParticles(_context, false, _schemaSet); 946ArrayList expected = new ArrayList(elements.Count); 958ArrayList? expected = _context.ElementDecl.ContentValidator!.ExpectedParticles(_context, false, _schemaSet); 968static XmlSchemaParticle[] ToArray(ArrayList expected) 979ArrayList attList = new ArrayList(); 1011static XmlSchemaAttribute[] ToArray(ArrayList attList) 1017internal void GetUnspecifiedDefaultAttributes(ArrayList defaultAttributes, bool createNodeData) 1569private void AddXsiAttributes(ArrayList attList) 2512ArrayList? names = null; 2570ArrayList? names = null; 2607internal static string PrintExpectedElements(ArrayList expected, bool getParticles) 2615ArrayList expectedNames = new ArrayList(); 2657private static string PrintNames(ArrayList expected) 2671private static void PrintNamesWithNS(ArrayList expected, StringBuilder builder)
System\Xml\Serialization\CodeIdentifiers.cs (2)
41private ArrayList _list; 186newIdentifiers._list = (ArrayList)_list.Clone();
System\Xml\Serialization\Compilation.cs (1)
282var list = new ArrayList();
System\Xml\Serialization\ImportContext.cs (15)
75ArrayList? list = (ArrayList?)ObjectCache[key]; 121private ArrayList GetDependencies(XmlSchemaObject o, ArrayList deps, Hashtable refs) 127ArrayList? list = Graph[o] as ArrayList; 141ArrayList list = GetDependencies(o, new ArrayList(), new Hashtable()); 159ArrayList items = graph.GetItems(); 196private readonly ArrayList _empty = new ArrayList(); 219internal ArrayList GetItems() 224internal void AddRef(ArrayList list, XmlSchemaObject? o) 241internal ArrayList Depends(XmlSchemaObject item) 246return (ArrayList)_scope[item]!; 248ArrayList refs = new ArrayList(); 256internal void Depends(XmlSchemaObject? item, ArrayList refs)
System\Xml\Serialization\Mappings.cs (2)
1344ArrayList srcSchemas = (ArrayList)_schemas.Schemas(_xsiType.Namespace);
System\Xml\Serialization\SchemaObjectWriter.cs (6)
129ArrayList list = new ArrayList(); 214ArrayList attrs = new ArrayList(); 239ArrayList ns = new ArrayList(); 285ArrayList list = new ArrayList(); 595ArrayList list = new ArrayList(); 653ArrayList a = new ArrayList();
System\Xml\Serialization\Types.cs (1)
463private readonly ArrayList _typeMappings = new ArrayList();
System\Xml\Serialization\XmlReflectionImporter.cs (4)
590ArrayList srcSchemas = (ArrayList)schemas.Schemas(baseQname.Namespace); 1545ArrayList elementList = new ArrayList(); 2338private readonly ArrayList _list = new ArrayList();
System\Xml\Serialization\XmlSchemaImporter.cs (1)
1069ArrayList equivalentElements = new ArrayList();
System\Xml\Serialization\XmlSchemas.cs (1)
186ArrayList removes = new ArrayList();
System\Xml\Serialization\XmlSerializationReader.cs (9)
30private ArrayList? _targetsWithoutIds; 31private ArrayList? _fixups; 32private ArrayList? _collectionFixups; 469ArrayList list = new ArrayList(); 3677ArrayList attributes = new ArrayList(); 5001Writer.Write(typeof(ArrayList).FullName); 5005Writer.Write(typeof(ArrayList).FullName); 5008Writer.Write(typeof(ArrayList).FullName); 5012Writer.Write(typeof(ArrayList).FullName);
System\Xml\Serialization\XmlSerializationWriter.cs (3)
35private ArrayList? _referencesToWrite; 80protected ArrayList? Namespaces 3663ArrayList namedAnys = new ArrayList();
System\Xml\Serialization\XmlSerializerNamespaces.cs (1)
105internal ArrayList? NamespaceList
System\Xml\XPath\Internal\XPathMultyIterator.cs (3)
19public XPathMultyIterator(ArrayList inputArray) 25var iterator = (ArrayList?)inputArray[i];
System\Xml\Xsl\IlGen\XmlILConstructAnalyzer.cs (3)
57private ArrayList? _callersInfo; 362public ArrayList CallersInfo => _callersInfo ??= new ArrayList(); 786private readonly ArrayList _dupAttrs = new ArrayList();
System\Xml\Xsl\QIL\SubstitutionList.cs (1)
18private readonly ArrayList _s;
System\Xml\Xsl\Runtime\WhitespaceRuleLookup.cs (1)
22private readonly ArrayList _wildcards;
System\Xml\Xsl\Runtime\XmlQueryRuntime.cs (7)
56private ArrayList[]? _indexes; 889ArrayList docIndexes; 926ArrayList docIndexes; 936_indexes = new ArrayList[indexId + 4]; 941ArrayList[] indexesNew = new ArrayList[indexId + 4]; 946docIndexes = (ArrayList)_indexes[indexId];
System\Xml\Xsl\XsltOld\ActionFrame.cs (1)
141internal void SortNewNodeSet(Processor proc, ArrayList sortarray)
System\Xml\Xsl\XsltOld\Avt.cs (2)
25private Avt(ArrayList eventList) 69ArrayList list = compiler.CompileAvt(avtText, out constant);
System\Xml\Xsl\XsltOld\Compiler.cs (3)
920internal ArrayList CompileAvt(string avtText, out bool constant) 923ArrayList list = new ArrayList(); 948internal ArrayList CompileAvt(string avtText)
System\Xml\Xsl\XsltOld\ContainerAction.cs (3)
34internal ArrayList? containedActions; 224ArrayList imports = compiler.CompiledStylesheet!.Imports; 882protected void AddEvents(ArrayList copyEvents)
System\Xml\Xsl\XsltOld\CopyCodeAction.cs (2)
17private readonly ArrayList _copyEvents; // Copy code action events 29internal void AddEvents(ArrayList copyEvents)
System\Xml\Xsl\XsltOld\NumberAction.cs (2)
395ArrayList list = processor.NumberList; 489private static string Format(ArrayList numberlist, List<FormatInfo?>? tokens, string? groupingSep, string? groupingSize)
System\Xml\Xsl\XsltOld\Processor.cs (4)
94private ArrayList? _numberList; 104private ArrayList? _sortArray; 147internal ArrayList SortArray 306internal ArrayList NumberList => _numberList ??= new ArrayList();
System\Xml\Xsl\XsltOld\ReaderOutput.cs (1)
21private ArrayList? _attributeList;
System\Xml\Xsl\XsltOld\RecordBuilder.cs (3)
27private readonly ArrayList _attributeList = new ArrayList(); 29private readonly ArrayList _namespaceList = new ArrayList(); 88internal ArrayList AttributeList
System\Xml\Xsl\XsltOld\RootAction.cs (3)
22private ArrayList? _keyNodes; 137ArrayList? srcAttList = srcAttSet.containedActions; 149ArrayList? dstAttList = dstAttSet.containedActions;
System\Xml\Xsl\XsltOld\SequentialOutput.cs (2)
59private ArrayList? _outputCache; 685private void WriteAttributes(ArrayList list, int count, HtmlElementProps? htmlElementsProps)
System\Xml\Xsl\XsltOld\Stylesheet.cs (3)
14private readonly ArrayList _imports = new ArrayList(); 21private ArrayList? _whitespaceList; 62internal ArrayList Imports { get { return _imports; } }
System\Xml\Xsl\XsltOld\TemplateManager.cs (1)
15internal ArrayList? templates;
System\Xml\Xsl\XsltOld\WriterOutput.cs (1)
89private void WriteAttributes(ArrayList list, int count)
System\Xml\Xsl\XsltOld\XsltCompileContext.cs (11)
270ArrayList list = new ArrayList(); 321ArrayList? list = (ArrayList?)keyTable[key]; 868ArrayList? resultCollection = null; 887resultCollection = AddToList(resultCollection, (ArrayList?)keyTable[it.Current!.Value]); 892resultCollection = AddToList(resultCollection, (ArrayList?)keyTable[ToString(args[1])]); 910private static ArrayList? AddToList(ArrayList? resultCollection, ArrayList? newList) 922if (!(resultCollection[0] is ArrayList)) 926ArrayList firstList = resultCollection;
System.Private.Xml.Linq (1)
System\Xml\Schema\XNodeValidator.cs (1)
26private ArrayList? defaultAttributes;
System.Runtime (1)
artifacts\obj\System.Runtime\Debug\net10.0\System.Runtime.Forwards.cs (1)
73[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.ArrayList))]
System.Runtime.Caching (1)
System\Runtime\Caching\MemoryCacheStore.cs (1)
259ArrayList entries = new ArrayList(_entries.Count);
System.Runtime.Extensions (1)
System.Runtime.Extensions.cs (1)
32[assembly:System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.ArrayList))]
System.Security.Cryptography.Xml (26)
System\Security\Cryptography\Xml\AncestralNamespaceContextManager.cs (1)
11internal ArrayList _ancestorStack = new ArrayList();
System\Security\Cryptography\Xml\CanonicalXmlNodeList.cs (1)
11private readonly ArrayList _nodeArray;
System\Security\Cryptography\Xml\EncryptionPropertyCollection.cs (1)
10private readonly ArrayList _props;
System\Security\Cryptography\Xml\KeyInfo.cs (2)
13private readonly ArrayList _keyInfoClauses; 133ArrayList requestedList = new ArrayList();
System\Security\Cryptography\Xml\KeyInfoX509Data.cs (8)
15private ArrayList? _certificates; 17private ArrayList? _issuerSerials; 19private ArrayList? _subjectKeyIds; 21private ArrayList? _subjectNames; 105public ArrayList? Certificates 120public ArrayList? SubjectKeyIds 137public ArrayList? SubjectNames 148public ArrayList? IssuerSerials
System\Security\Cryptography\Xml\ReferenceList.cs (1)
10private readonly ArrayList _references;
System\Security\Cryptography\Xml\SignedInfo.cs (2)
18private readonly ArrayList _references; 131public ArrayList References
System\Security\Cryptography\Xml\SignedXml.cs (6)
808private int GetReferenceLevel(int index, ArrayList references) 848private ArrayList? _references; 851public ArrayList References 883ArrayList references = SignedInfo!.References; 891ArrayList sortedReferences = new ArrayList(); 920ArrayList references = m_signature.SignedInfo!.References;
System\Security\Cryptography\Xml\TransformChain.cs (1)
27private readonly ArrayList _transforms;
System\Security\Cryptography\Xml\Utils.cs (1)
627ArrayList? decryptionIssuerSerials = (certUsageType == CertUsageType.Decryption ? new ArrayList() : null);
System\Security\Cryptography\Xml\XmlDecryptionTransform.cs (2)
21private ArrayList? _arrayListUri; // this ArrayList object represents the Uri's to be excluded 37private ArrayList ExceptUris => _arrayListUri ??= new ArrayList();
System.Security.Permissions (4)
System\Security\SecurityManager.cs (4)
20public static void GetZoneAndOrigin(out System.Collections.ArrayList zone, out System.Collections.ArrayList origin) { zone = default(System.Collections.ArrayList); origin = default(System.Collections.ArrayList); }
System.Web.Services.Description (3)
System\Web\Services\Description\ServiceDescription.cs (3)
1106private ArrayList _handledElements; 1160ArrayList list = new ArrayList(); 1190ArrayList list = new ArrayList();
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\KeyTipService.cs (1)
307private static void AddItemToArrayListRef(object item, ref ArrayList list)
System.Windows.Forms (27)
System\Drawing\Design\PropertyValueUIHandler.cs (2)
17/// An <see cref="ArrayList" /> of <see cref="PropertyValueUIItem" /> objects containing the UI items 20public delegate void PropertyValueUIHandler(ITypeDescriptorContext context, PropertyDescriptor propDesc, ArrayList valueUIItemList);
System\Windows\Forms\BaseCollection.cs (1)
40protected virtual ArrayList? List => null;
System\Windows\Forms\Controls\DataGridView\DataGridViewCellCollection.cs (2)
60protected override ArrayList List => ArrayList.Adapter(_items);
System\Windows\Forms\Controls\DataGridView\DataGridViewColumnCollection.cs (2)
74protected override ArrayList List => ArrayList.Adapter(_items);
System\Windows\Forms\Controls\DataGridView\DataGridViewRowCollection.cs (2)
93protected ArrayList List 106return ArrayList.Adapter(_items);
System\Windows\Forms\Controls\DataGridView\DataGridViewSelectedCellCollection.cs (2)
71protected override ArrayList List 75return ArrayList.Adapter(_items);
System\Windows\Forms\Controls\DataGridView\DataGridViewSelectedColumnCollection.cs (2)
67protected override ArrayList List => ArrayList.Adapter(_items);
System\Windows\Forms\Controls\DataGridView\DataGridViewSelectedRowCollection.cs (2)
56protected override ArrayList List => ArrayList.Adapter(_items);
System\Windows\Forms\Controls\UpDown\DomainUpDown.cs (1)
419ArrayList.Adapter(_domainItems).Sort(new DomainUpDownItemCompare());
System\Windows\Forms\DataBinding\BindingManagerBase.cs (5)
76protected internal virtual PropertyDescriptorCollection? GetItemProperties(ArrayList dataSources, ArrayList listAccessors) 97ArrayList dataSources, 98ArrayList listAccessors) 229protected internal abstract string GetListName(ArrayList? listAccessors);
System\Windows\Forms\DataBinding\BindingsCollection.cs (2)
28protected override ArrayList List => ArrayList.Adapter(_list);
System\Windows\Forms\DataBinding\CurrencyManager.cs (1)
590protected internal override string GetListName(ArrayList? listAccessors)
System\Windows\Forms\DataBinding\PropertyManager.cs (1)
120protected internal override string GetListName(ArrayList? listAccessors) => string.Empty;
System\Windows\Forms\DataBinding\RelatedCurrencyManager.cs (1)
121protected internal override string GetListName(ArrayList? listAccessors)
System\Windows\Forms\DataBinding\RelatedPropertyManager.cs (1)
44protected internal override string GetListName(ArrayList? listAccessors)
System.Windows.Forms.Design (24)
System\ComponentModel\Design\DesignSurface.cs (1)
446ArrayList newErrors = [];
System\ComponentModel\Design\ExceptionCollection.cs (2)
13public ExceptionCollection(ArrayList? exceptions) 33public ArrayList? Exceptions => _exceptions is null ? null : new ArrayList(_exceptions);
System\ComponentModel\Design\Serialization\CodeDomSerializerBase.cs (1)
964ArrayList arrayList = new(arrayCreateEx.Initializers.Count);
System\Windows\Forms\Design\DesignBindingValueUIHandler.cs (1)
32internal void OnGetUIValueItem(ITypeDescriptorContext context, PropertyDescriptor propDesc, ArrayList valueUIItemList)
System\Windows\Forms\Design\ImageCollectionEditor.cs (3)
84/// <param name="array">The input is an <see cref="ArrayList"/> as an object.</param> 85/// <returns>An <see cref="ArrayList"/> which contains individual images that need to be created.</returns> 86protected override IList GetObjectsFromInstance(object array) => array as ArrayList;
System\Windows\Forms\Design\ImageListImageEditor.cs (1)
31ArrayList images = [];
System\Windows\Forms\Design\ParentControlDesigner.cs (1)
297protected void AddPaddingSnapLines(ref ArrayList snapLines)
System\Windows\Forms\Design\SplitterPanelDesigner.cs (1)
247ArrayList? snapLines = null;
System\Windows\Forms\Design\ToolStripAdornerWindowService.cs (2)
20private ArrayList _dropDownCollection; 139internal ArrayList DropDowns
System\Windows\Forms\Design\ToolStripContainerDesigner.cs (1)
150ArrayList components = [];
System\Windows\Forms\Design\ToolStripContentPanelDesigner.cs (1)
45ArrayList? snapLines = null;
System\Windows\Forms\Design\ToolStripDesigner.cs (3)
53private ArrayList _items; // cached Items. 147ArrayList items = []; 341public ArrayList Items
System\Windows\Forms\Design\ToolStripDesignerUtils.cs (2)
29public static ArrayList s_originalSelComps; 421public static void InvalidateSelection(ArrayList originalSelComps, ToolStripItem nextSelection, IServiceProvider provider, bool shiftPressed)
System\Windows\Forms\Design\ToolStripItemBehavior.cs (1)
304ArrayList origSel = new(originalSelComps);
System\Windows\Forms\Design\ToolStripKeyboardHandlingService.cs (1)
2039ArrayList origSel = new(originalSelComps);
System\Windows\Forms\Design\ToolStripMenuItemDesigner.cs (2)
85ArrayList items = []; 2154ArrayList origSel = ToolStripDesignerUtils.s_originalSelComps;
System.Windows.Forms.Design.Tests (7)
System\ComponentModel\Design\CollectionEditorTests.cs (1)
836Assert.IsType<ArrayList>(objects);
System\ComponentModel\Design\ExceptionCollectionTests.cs (2)
23public void ExceptionCollection_Ctor_ArrayList(ArrayList exceptions) 42ArrayList exceptions = [1, 2, 3];
System\Windows\Forms\Design\DataGridViewColumnTypeEditorTests.cs (1)
75ArrayList mockTypeCollection = [typeof(DataGridViewTextBoxColumn), typeof(DataGridViewCheckBoxColumn)];
System\Windows\Forms\Design\ListAdapterTests.cs (1)
13ArrayList originalList = [1, 2, 3];
System\Windows\Forms\Design\SplitterPanelDesignerTests.cs (1)
55snapLines.Should().BeOfType<ArrayList>();
System\Windows\Forms\Design\ToolStripDesignerUtilsTests.cs (1)
149ArrayList originalSelComps = [_toolStripButton];
System.Windows.Forms.Tests (6)
System\Windows\Forms\BaseCollectionTests.cs (4)
64private readonly ArrayList _list; 66public CustomBaseCollection(ArrayList list) => _list = list; 68protected override ArrayList List => _list; 73public new ArrayList List => base.List;
System\Windows\Forms\BindingsCollectionTests.cs (1)
550public new ArrayList List => base.List;
System\Windows\Forms\DataGridViewColumnCollectionTests.cs (1)
573public new ArrayList List => base.List;
System.Windows.Forms.UI.IntegrationTests (1)
DesignBehaviorsTests.cs (1)
308ArrayList errors = [];
System.Xaml (1)
System\Windows\Markup\ArrayExtension.cs (1)
20private readonly ArrayList _arrayList = new ArrayList();
System.Xaml.Tests (3)
System\Windows\Markup\ArrayExtensionTests.cs (3)
17Assert.IsType<ArrayList>(extension.Items); 28Assert.IsType<ArrayList>(extension.Items); 56Assert.IsType<ArrayList>(extension.Items);
UIAutomationClient (20)
MS\Internal\Automation\ClientEventManager.cs (1)
724private static ArrayList _listeners; // data representing events the client is listening for
MS\Internal\Automation\HwndProxyElementProvider.cs (2)
246ArrayList embeddedRoots = new ArrayList(6); 1337private static void GetAllUIFragmentRoots(NativeMethods.HWND hwnd, bool includeThis, ArrayList uiFragmentRoots)
MS\Internal\Automation\ProxyManager.cs (8)
151count += ((ArrayList)o).Count; 180foreach (Object o1 in (ArrayList)o) 585ArrayList array = entryOrArrayList as ArrayList; 767ArrayList l = o as ArrayList; 827private static ArrayList _partialClassHandlers = new ArrayList(12); 833private static ArrayList _fallbackHandlers = new ArrayList(1);
MS\Internal\Automation\WinEventWrap.cs (1)
282protected ArrayList _clientCallbacks; // the client callback interface objects
System\Windows\Automation\AutomationElement.cs (2)
798ArrayList propArrays = new ArrayList(4); 828ArrayList interfaces = new ArrayList(4);
System\Windows\Automation\CacheRequest.cs (6)
112ArrayList properties, 113ArrayList patterns, 233return new CacheRequest(_viewCondition, _scope, (ArrayList)_properties.Clone(), (ArrayList)_patterns.Clone(), _automationElementMode, _uiaCacheRequest); 499private ArrayList _properties; 500private ArrayList _patterns;
UIAutomationClientSideProviders (8)
MS\Internal\AutomationProxies\MSAANativeProvider.cs (1)
87ArrayList actualParentChain = null;
MS\Internal\AutomationProxies\MSAAWinEventWrap.cs (1)
223protected ArrayList _clientCallbacks; // the client callback interface objects
MS\Internal\AutomationProxies\WindowsEditBoxRange.cs (3)
251ArrayList rects; 651private ArrayList GetMultilineBoundingRectangles(string text, Point mapClientToScreen, Rect clippingRectangle) 681ArrayList rects = new ArrayList(Math.Max(endLine - startLine + 1, 0));
MS\Internal\AutomationProxies\WindowsListViewGroupHelper.cs (1)
334internal ArrayList _groups;
MS\Internal\AutomationProxies\WindowsRichEditRange.cs (1)
176ArrayList rects = new ArrayList();
MS\Internal\AutomationProxies\WindowsTab.cs (1)
398ArrayList list = new ArrayList();