491 references to List
System (158)
compmod\system\codedom\CodeAttributeArgumentCollection.cs (8)
58
return ((CodeAttributeArgument)(
List
[index]));
61
List
[index] = value;
70
return
List
.Add(value);
105
return
List
.Contains(value);
113
List
.CopyTo(array, index);
121
return
List
.IndexOf(value);
128
List
.Insert(index, value);
136
List
.Remove(value);
compmod\system\codedom\CodeAttributeDeclarationCollection.cs (8)
58
return ((CodeAttributeDeclaration)(
List
[index]));
61
List
[index] = value;
70
return
List
.Add(value);
105
return
List
.Contains(value);
113
List
.CopyTo(array, index);
121
return
List
.IndexOf(value);
128
List
.Insert(index, value);
136
List
.Remove(value);
compmod\system\codedom\CodeCatchClauseCollection.cs (8)
58
return ((CodeCatchClause)(
List
[index]));
61
List
[index] = value;
70
return
List
.Add(value);
105
return
List
.Contains(value);
113
List
.CopyTo(array, index);
121
return
List
.IndexOf(value);
128
List
.Insert(index, value);
136
List
.Remove(value);
compmod\system\codedom\CodeCommentStatementCollection.cs (8)
58
return ((CodeCommentStatement)(
List
[index]));
61
List
[index] = value;
70
return
List
.Add(value);
105
return
List
.Contains(value);
113
List
.CopyTo(array, index);
121
return
List
.IndexOf(value);
128
List
.Insert(index, value);
136
List
.Remove(value);
compmod\system\codedom\CodeDirectiveCollection.cs (8)
35
return ((CodeDirective)(
List
[index]));
38
List
[index] = value;
43
return
List
.Add(value);
66
return
List
.Contains(value);
70
List
.CopyTo(array, index);
74
return
List
.IndexOf(value);
78
List
.Insert(index, value);
82
List
.Remove(value);
compmod\system\codedom\CodeExpressionCollection.cs (8)
58
return ((CodeExpression)(
List
[index]));
61
List
[index] = value;
70
return
List
.Add(value);
105
return
List
.Contains(value);
113
List
.CopyTo(array, index);
121
return
List
.IndexOf(value);
128
List
.Insert(index, value);
136
List
.Remove(value);
compmod\system\codedom\CodeNamespaceCollection.cs (8)
58
return ((CodeNamespace)(
List
[index]));
61
List
[index] = value;
70
return
List
.Add(value);
105
return
List
.Contains(value);
113
List
.CopyTo(array, index);
121
return
List
.IndexOf(value);
128
List
.Insert(index, value);
136
List
.Remove(value);
compmod\system\codedom\CodeParameterDeclarationExpressionCollection.cs (8)
58
return ((CodeParameterDeclarationExpression)(
List
[index]));
61
List
[index] = value;
70
return
List
.Add(value);
105
return
List
.Contains(value);
113
List
.CopyTo(array, index);
121
return
List
.IndexOf(value);
128
List
.Insert(index, value);
136
List
.Remove(value);
compmod\system\codedom\CodeStatementCollection.cs (8)
58
return ((CodeStatement)(
List
[index]));
61
List
[index] = value;
70
return
List
.Add(value);
113
return
List
.Contains(value);
121
List
.CopyTo(array, index);
129
return
List
.IndexOf(value);
136
List
.Insert(index, value);
144
List
.Remove(value);
compmod\system\codedom\CodeTypeDeclarationCollection.cs (8)
58
return ((CodeTypeDeclaration)(
List
[index]));
61
List
[index] = value;
70
return
List
.Add(value);
105
return
List
.Contains(value);
113
List
.CopyTo(array, index);
121
return
List
.IndexOf(value);
128
List
.Insert(index, value);
136
List
.Remove(value);
compmod\system\codedom\CodeTypeMemberCollection.cs (8)
58
return ((CodeTypeMember)(
List
[index]));
61
List
[index] = value;
70
return
List
.Add(value);
105
return
List
.Contains(value);
113
List
.CopyTo(array, index);
121
return
List
.IndexOf(value);
128
List
.Insert(index, value);
136
List
.Remove(value);
compmod\system\codedom\CodeTypeParameterCollection.cs (8)
34
return ((CodeTypeParameter)(
List
[index]));
37
List
[index] = value;
42
return
List
.Add(value);
69
return
List
.Contains(value);
73
List
.CopyTo(array, index);
77
return
List
.IndexOf(value);
81
List
.Insert(index, value);
85
List
.Remove(value);
compmod\system\codedom\CodeTypeReferenceCollection.cs (8)
58
return ((CodeTypeReference)(
List
[index]));
61
List
[index] = value;
70
return
List
.Add(value);
119
return
List
.Contains(value);
127
List
.CopyTo(array, index);
135
return
List
.IndexOf(value);
142
List
.Insert(index, value);
150
List
.Remove(value);
compmod\system\codedom\compiler\CompilerErrorCollection.cs (8)
55
return ((CompilerError)(
List
[index]));
58
List
[index] = value;
67
return
List
.Add(value);
102
return
List
.Contains(value);
110
List
.CopyTo(array, index);
156
return
List
.IndexOf(value);
163
List
.Insert(index, value);
171
List
.Remove(value);
compmod\system\componentmodel\design\DesignerVerbCollection.cs (8)
40
return (DesignerVerb)(
List
[index]);
43
List
[index] = value;
51
return
List
.Add(value);
80
List
.Insert(index, value);
86
return
List
.IndexOf(value);
92
return
List
.Contains(value);
98
List
.Remove(value);
104
List
.CopyTo(array, index);
net\System\Net\X509CertificateCollection.cs (8)
28
return ((X509Certificate)(
List
[index]));
31
List
[index] = value;
36
return
List
.Add(value);
58
foreach (X509Certificate cert in
List
) {
67
List
.CopyTo(array, index);
71
return
List
.IndexOf(value);
75
List
.Insert(index, value);
83
List
.Remove(value);
security\system\security\cryptography\x509\x509certificate2collection.cs (6)
60
return (X509Certificate2)
List
[index];
65
List
[index] = value;
73
return
List
.Add(certificate);
115
return
List
.Contains(certificate);
122
List
.Insert(index, certificate);
133
List
.Remove(certificate);
services\monitoring\system\diagnosticts\CounterCreationDataCollection.cs (8)
42
return ((CounterCreationData)(
List
[index]));
45
List
[index] = value;
53
return
List
.Add(value);
85
return
List
.Contains(value);
92
List
.CopyTo(array, index);
99
return
List
.IndexOf(value);
106
List
.Insert(index, value);
113
List
.Remove(value);
services\monitoring\system\diagnosticts\EventLogPermissionEntryCollection.cs (8)
26
return (EventLogPermissionEntry)
List
[index];
29
List
[index] = value;
34
return
List
.Add(value);
57
return
List
.Contains(value);
61
List
.CopyTo(array, index);
65
return
List
.IndexOf(value);
69
List
.Insert(index, value);
73
List
.Remove(value);
services\monitoring\system\diagnosticts\PerformanceCounterPermissionEntryCollection.cs (8)
26
return (PerformanceCounterPermissionEntry)
List
[index];
29
List
[index] = value;
35
return
List
.Add(value);
58
return
List
.Contains(value);
62
List
.CopyTo(array, index);
66
return
List
.IndexOf(value);
70
List
.Insert(index, value);
74
List
.Remove(value);
System.Data (1)
fx\src\data\System\Data\SqlClient\SqlBulkCopyColumnMappingCollection.cs (1)
40
return (SqlBulkCopyColumnMapping)this.
List
[index];
System.Messaging (16)
System\Messaging\AccessControlList.cs (8)
70
return
List
.Add(entry);
78
List
.Insert(index, entry);
86
return
List
.IndexOf(entry);
99
return
List
.Contains(entry);
107
List
.Remove(entry);
115
List
.CopyTo(array, index);
121
int ACECount =
List
.Count;
133
AccessControlEntry ace = (AccessControlEntry)
List
[i];
System\Messaging\MessageQueuePermissionEntryCollection.cs (8)
29
return (MessageQueuePermissionEntry)
List
[index];
33
List
[index] = value;
41
return
List
.Add(value);
74
return
List
.Contains(value);
80
List
.CopyTo(array, index);
86
return
List
.IndexOf(value);
92
List
.Insert(index, value);
98
List
.Remove(value);
System.Web (60)
HttpException.cs (8)
652
get { return ((ParserError)
List
[index]); }
653
set {
List
[index] = value; }
657
return
List
.Add(value);
681
return
List
.Contains(value);
685
List
.CopyTo(array, index);
689
return
List
.IndexOf(value);
693
List
.Insert(index, value);
697
List
.Remove(value);
UI\WebControls\EmbeddedMailObjectsCollection.cs (8)
21
return (EmbeddedMailObject)
List
[index];
24
List
[index] = value;
29
return
List
.Add(value);
33
return
List
.Contains(value);
37
List
.CopyTo(array, index);
41
return
List
.IndexOf(value);
45
List
.Insert(index, value);
59
List
.Remove(value);
UI\WebControls\RoleGroupCollection.cs (7)
27
return (RoleGroup)
List
[index];
33
List
.Add(group);
38
List
.CopyTo(array, index);
43
return
List
.Contains(group);
77
return
List
.IndexOf(group);
82
List
.Insert(index, group);
97
List
.RemoveAt(index);
UI\WebParts\ProxyWebPartConnectionCollection.cs (9)
37
return (WebPartConnection)
List
[index];
40
List
[index] = value;
49
foreach (WebPartConnection connection in
List
) {
60
return
List
.Add(value);
70
return
List
.Contains(value);
74
List
.CopyTo(array, index);
78
return
List
.IndexOf(value);
82
List
.Insert(index, value);
135
List
.Remove(value);
UI\WebParts\WebPartConnectionCollection.cs (10)
41
return (WebPartConnection)
List
[index];
44
List
[index] = value;
55
foreach (WebPartConnection connection in
List
) {
69
return
List
.Add(value);
82
return
List
.Contains(value);
86
foreach (WebPartConnection connection in
List
) {
95
List
.CopyTo(array, index);
99
return
List
.IndexOf(value);
106
List
.Insert(index, value);
152
List
.Remove(value);
UI\WebParts\WebPartDisplayModeCollection.cs (9)
29
return (WebPartDisplayMode)
List
[index];
35
foreach (WebPartDisplayMode displayMode in
List
) {
46
return
List
.Add(value);
56
return
List
.Add(value);
74
return
List
.Contains(value);
78
List
.CopyTo(array, index);
82
return
List
.IndexOf(value);
86
List
.Insert(index, value);
96
foreach (WebPartDisplayMode existingDisplayMode in
List
) {
UI\WebParts\WebPartTransformerCollection.cs (9)
23
return (WebPartTransformer)
List
[index];
26
List
[index] = value;
31
return
List
.Add(transformer);
41
return
List
.Contains(transformer);
45
List
.CopyTo(array, index);
49
return
List
.IndexOf(transformer);
53
List
.Insert(index, transformer);
64
if (
List
.Count > 0) {
92
List
.Remove(transformer);
System.Web.DataVisualization (3)
Common\General\AxisScaleSegments.cs (3)
888
return (AxisScaleSegment)this.
List
[(int)index];
907
return this.
List
.Add(segment);
964
if(this.
List
.Count == 0)
System.Web.Services (191)
System\Web\Services\Description\MimeFormatExtensions.cs (16)
75
get { return (MimePart)
List
[index]; }
76
set {
List
[index] = value; }
81
return
List
.Add(mimePart);
86
List
.Insert(index, mimePart);
91
return
List
.IndexOf(mimePart);
96
return
List
.Contains(mimePart);
101
List
.Remove(mimePart);
106
List
.CopyTo(array, index);
219
get { return (MimeTextMatch)
List
[index]; }
220
set {
List
[index] = value; }
225
return
List
.Add(match);
230
List
.Insert(index, match);
235
return
List
.IndexOf(match);
240
return
List
.Contains(match);
245
List
.Remove(match);
250
List
.CopyTo(array, index);
System\Web\Services\Description\MimeParameters.cs (8)
26
get { return (MimeParameter)
List
[index]; }
27
set {
List
[index] = value; }
31
return
List
.Add(parameter);
35
List
.Insert(index, parameter);
39
return
List
.IndexOf(parameter);
43
return
List
.Contains(parameter);
47
List
.Remove(parameter);
51
List
.CopyTo(array, index);
System\Web\Services\Description\ServiceDescription.cs (123)
1409
get { return (object)
List
[index]; }
1410
set {
List
[index] = value; }
1418
return
List
.Add(extension);
1426
List
.Insert(index, extension);
1434
return
List
.IndexOf(extension);
1442
return
List
.Contains(extension);
1450
List
.Remove(extension);
1458
List
.CopyTo(array, index);
1466
for (int i = 0; i <
List
.Count; i++) {
1467
object item =
List
[i];
1482
for (int i = 0; i <
List
.Count; i++) {
1483
object item =
List
[i];
1497
for (int i = 0; i <
List
.Count; i++) {
1498
XmlElement element =
List
[i] as XmlElement;
1513
for (int i = 0; i <
List
.Count; i++) {
1514
XmlElement element =
List
[i] as XmlElement;
1671
get { return (OperationMessage)
List
[index]; }
1672
set {
List
[index] = value; }
1680
return
List
.Add(operationMessage);
1688
List
.Insert(index, operationMessage);
1696
return
List
.IndexOf(operationMessage);
1704
return
List
.Contains(operationMessage);
1712
List
.Remove(operationMessage);
1720
List
.CopyTo(array, index);
1729
for (int i = 0; i <
List
.Count; i++) {
1730
OperationInput input =
List
[i] as OperationInput;
1745
for (int i = 0; i <
List
.Count; i++) {
1746
OperationOutput output =
List
[i] as OperationOutput;
1761
if (
List
.Count == 0) {
1764
else if (
List
.Count == 1) {
1765
if (
List
[0] is OperationInput) {
1773
if (
List
[0] is OperationInput) {
1796
if (Count > 1 || (Count == 1 && value.GetType() ==
List
[0].GetType()))
1834
get { return (Import)
List
[index]; }
1835
set {
List
[index] = value; }
1843
return
List
.Add(import);
1851
List
.Insert(index, import);
1859
return
List
.IndexOf(import);
1867
return
List
.Contains(import);
1875
List
.Remove(import);
1883
List
.CopyTo(array, index);
1907
get { return (Message)
List
[index]; }
1908
set {
List
[index] = value; }
1916
return
List
.Add(message);
1924
List
.Insert(index, message);
1932
return
List
.IndexOf(message);
1940
return
List
.Contains(message);
1948
List
.Remove(message);
1956
List
.CopyTo(array, index);
1996
get { return (Port)
List
[index]; }
1997
set {
List
[index] = value; }
2005
return
List
.Add(port);
2013
List
.Insert(index, port);
2021
return
List
.IndexOf(port);
2029
return
List
.Contains(port);
2037
List
.Remove(port);
2045
List
.CopyTo(array, index);
2085
get { return (PortType)
List
[index]; }
2086
set {
List
[index] = value; }
2094
return
List
.Add(portType);
2102
List
.Insert(index, portType);
2110
return
List
.IndexOf(portType);
2118
return
List
.Contains(portType);
2126
List
.Remove(portType);
2134
List
.CopyTo(array, index);
2174
get { return (Binding)
List
[index]; }
2175
set {
List
[index] = value; }
2183
return
List
.Add(binding);
2191
List
.Insert(index, binding);
2199
return
List
.IndexOf(binding);
2207
return
List
.Contains(binding);
2215
List
.Remove(binding);
2223
List
.CopyTo(array, index);
2263
get { return (Service)
List
[index]; }
2264
set {
List
[index] = value; }
2272
return
List
.Add(service);
2280
List
.Insert(index, service);
2288
return
List
.IndexOf(service);
2296
return
List
.Contains(service);
2304
List
.Remove(service);
2312
List
.CopyTo(array, index);
2352
get { return (MessagePart)
List
[index]; }
2353
set {
List
[index] = value; }
2361
return
List
.Add(messagePart);
2369
List
.Insert(index, messagePart);
2377
return
List
.IndexOf(messagePart);
2385
return
List
.Contains(messagePart);
2393
List
.Remove(messagePart);
2401
List
.CopyTo(array, index);
2441
get { return (OperationBinding)
List
[index]; }
2442
set {
List
[index] = value; }
2450
return
List
.Add(bindingOperation);
2458
List
.Insert(index, bindingOperation);
2466
return
List
.IndexOf(bindingOperation);
2474
return
List
.Contains(bindingOperation);
2482
List
.Remove(bindingOperation);
2490
List
.CopyTo(array, index);
2514
get { return (FaultBinding)
List
[index]; }
2515
set {
List
[index] = value; }
2523
return
List
.Add(bindingOperationFault);
2531
List
.Insert(index, bindingOperationFault);
2539
return
List
.IndexOf(bindingOperationFault);
2547
return
List
.Contains(bindingOperationFault);
2555
List
.Remove(bindingOperationFault);
2563
List
.CopyTo(array, index);
2603
get { return (Operation)
List
[index]; }
2604
set {
List
[index] = value; }
2612
return
List
.Add(operation);
2620
List
.Insert(index, operation);
2628
return
List
.IndexOf(operation);
2636
return
List
.Contains(operation);
2644
List
.Remove(operation);
2652
List
.CopyTo(array, index);
2676
get { return (OperationFault)
List
[index]; }
2677
set {
List
[index] = value; }
2685
return
List
.Add(operationFaultMessage);
2693
List
.Insert(index, operationFaultMessage);
2701
return
List
.IndexOf(operationFaultMessage);
2709
return
List
.Contains(operationFaultMessage);
2717
List
.Remove(operationFaultMessage);
2725
List
.CopyTo(array, index);
2810
for (int i = 0; i <
List
.Count; i++) {
2811
RemoveValue(
List
[i]);
System\Web\Services\Description\ServiceDescriptions.cs (8)
33
get { return (ServiceDescription)
List
[index]; }
34
set {
List
[index] = value; }
50
return
List
.Add(serviceDescription);
58
List
.Insert(index, serviceDescription);
66
return
List
.IndexOf(serviceDescription);
74
return
List
.Contains(serviceDescription);
82
List
.Remove(serviceDescription);
90
List
.CopyTo(array, index);
System\Web\Services\Description\WebReferenceCollection.cs (8)
34
get { return (WebReference)
List
[index]; }
35
set {
List
[index] = value; }
43
return
List
.Add(webReference);
51
List
.Insert(index, webReference);
59
return
List
.IndexOf(webReference);
67
return
List
.Contains(webReference);
75
List
.Remove(webReference);
83
List
.CopyTo(array, index);
System\Web\Services\Description\WebServicesInteroperability.cs (10)
684
get { return (BasicProfileViolation)
List
[index]; }
685
set {
List
[index] = value; }
693
return
List
.Add(violation);
718
List
.Insert(index, violation);
726
return
List
.IndexOf(violation);
734
return
List
.Contains(violation);
742
List
.Remove(violation);
750
List
.CopyTo(array, index);
758
if (
List
.Count > 0) {
760
for (int i = 0; i <
List
.Count; i++) {
System\Web\Services\Discovery\DiscoveryClientProtocol.cs (5)
554
return (DiscoveryClientResult)
List
[i];
557
List
[i] = value;
566
return
List
.Add(value);
574
return
List
.Contains(value);
582
List
.Remove(value);
System\Web\Services\Discovery\DiscoveryReferences.cs (5)
24
return (DiscoveryReference)
List
[i];
27
List
[i] = value;
36
return
List
.Add(value);
44
return
List
.Contains(value);
52
List
.Remove(value);
System\Web\Services\Protocols\SoapHeaders.cs (8)
29
get { return (SoapHeader)
List
[index]; }
30
set {
List
[index] = value; }
38
return
List
.Add(header);
46
List
.Insert(index, header);
54
return
List
.IndexOf(header);
62
return
List
.Contains(header);
70
List
.Remove(header);
78
List
.CopyTo(array, index);
System.Windows.Forms.DataVisualization (3)
Common\General\AxisScaleSegments.cs (3)
888
return (AxisScaleSegment)this.
List
[(int)index];
907
return this.
List
.Add(segment);
964
if(this.
List
.Count == 0)
System.Xml (59)
System\Xml\Schema\XmlSchemaObjectCollection.cs (8)
41
get { return (XmlSchemaObject)
List
[index]; }
42
set {
List
[index] = value; }
58
return
List
.Add(item);
66
List
.Insert(index, item);
74
return
List
.IndexOf(item);
82
return
List
.Contains(item);
90
List
.Remove(item);
98
List
.CopyTo(array, index);
System\Xml\Serialization\Advanced\SchemaImporterExtension.cs (12)
74
List
.Remove(Names[name]);
81
List
.Clear();
87
foreach (object o in this.
List
) {
88
clone.
List
.Add(o);
94
get { return (SchemaImporterExtension)
List
[index]; }
95
set {
List
[index] = value; }
106
return
List
.Add(extension);
110
List
.Insert(index, extension);
114
return
List
.IndexOf(extension);
118
return
List
.Contains(extension);
122
List
.Remove(extension);
126
List
.CopyTo(array, index);
System\Xml\Serialization\XmlAnyElementAttributes.cs (8)
25
get { return (XmlAnyElementAttribute)
List
[index]; }
26
set {
List
[index] = value; }
34
return
List
.Add(attribute);
42
List
.Insert(index, attribute);
50
return
List
.IndexOf(attribute);
58
return
List
.Contains(attribute);
66
List
.Remove(attribute);
74
List
.CopyTo(array, index);
System\Xml\Serialization\XmlArrayItemAttributes.cs (8)
25
get { return (XmlArrayItemAttribute)
List
[index]; }
26
set {
List
[index] = value; }
34
return
List
.Add(attribute);
42
List
.Insert(index, attribute);
50
return
List
.IndexOf(attribute);
58
return
List
.Contains(attribute);
66
List
.Remove(attribute);
74
List
.CopyTo(array, index);
System\Xml\Serialization\XmlElementAttributes.cs (8)
25
get { return (XmlElementAttribute)
List
[index]; }
26
set {
List
[index] = value; }
34
return
List
.Add(attribute);
42
List
.Insert(index, attribute);
50
return
List
.IndexOf(attribute);
58
return
List
.Contains(attribute);
66
List
.Remove(attribute);
74
List
.CopyTo(array, index);
System\Xml\Serialization\XmlSchemas.cs (15)
46
get { return (XmlSchema)
List
[index]; }
47
set {
List
[index] = value; }
124
if (
List
.Contains(schema))
125
return
List
.IndexOf(schema);
126
return
List
.Add(schema);
134
if (
List
.Contains(schema))
135
return
List
.IndexOf(schema);
138
return
List
.Add(schema);
164
List
.Insert(index, schema);
172
return
List
.IndexOf(schema);
180
return
List
.Contains(schema);
196
List
.Remove(schema);
204
List
.CopyTo(array, index);
279
foreach (XmlSchema schema in
List
) {
622
foreach (XmlSchema s in
List
) {