Home
last modified time | relevance | path

Searched refs:IList (Results 1 – 25 of 2119) sorted by relevance

12345678910>>...85

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.SqlXml/System/Xml/Xsl/IlGen/
H A DXmlIlTypeHelper.cs46 return typeof(IList<XPathItem>); in GetStorageType()
111 typeof(IList<XPathItem>), // XmlTypeCode.None
112 typeof(IList<XPathItem>), // XmlTypeCode.Item
113 typeof(IList<XPathNavigator>), // XmlTypeCode.Node
120 typeof(IList<XPathNavigator>), // XmlTypeCode.Text
130 typeof(IList<DateTime>), // XmlTypeCode.Time
131 typeof(IList<DateTime>), // XmlTypeCode.Date
135 typeof(IList<DateTime>), // XmlTypeCode.GDay
146 typeof(IList<string>), // XmlTypeCode.Name
148 typeof(IList<string>), // XmlTypeCode.Id
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/Xsl/IlGen/
H A DXmlIlTypeHelper.cs48 return typeof(IList<XPathItem>); in GetStorageType()
113 typeof(IList<XPathItem>), // XmlTypeCode.None
114 typeof(IList<XPathItem>), // XmlTypeCode.Item
115 typeof(IList<XPathNavigator>), // XmlTypeCode.Node
122 typeof(IList<XPathNavigator>), // XmlTypeCode.Text
132 typeof(IList<DateTime>), // XmlTypeCode.Time
133 typeof(IList<DateTime>), // XmlTypeCode.Date
137 typeof(IList<DateTime>), // XmlTypeCode.GDay
148 typeof(IList<string>), // XmlTypeCode.Name
150 typeof(IList<string>), // XmlTypeCode.Id
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Threading.Tasks.Dataflow/src/Blocks/
H A DBatchedJoinBlock.cs70 _source = new SourceCore<Tuple<IList<T1>, IList<T2>>>( in BatchedJoinBlock()
139 …public Boolean TryReceive(Predicate<Tuple<IList<T1>, IList<T2>>> filter, out Tuple<IList<T1>, ILis… in TryReceive()
182 Tuple<IList<T1>, IList<T2>> ISourceBlock<Tuple<IList<T1>, IList<T2>>>.ConsumeMessage( in ConsumeMessage()
303 private readonly SourceCore<Tuple<IList<T1>, IList<T2>, IList<T3>>> _source;
334 _source = new SourceCore<Tuple<IList<T1>, IList<T2>, IList<T3>>>( in BatchedJoinBlock()
406 …c Boolean TryReceive(Predicate<Tuple<IList<T1>, IList<T2>, IList<T3>>> filter, out Tuple<IList<T1>… in TryReceive()
413 …public bool TryReceiveAll(out IList<Tuple<IList<T1>, IList<T2>, IList<T3>>> items) { return _sourc… in TryReceiveAll()
451 …Tuple<IList<T1>, IList<T2>, IList<T3>> ISourceBlock<Tuple<IList<T1>, IList<T2>, IList<T3>>>.Consum… in ConsumeMessage()
458 bool ISourceBlock<Tuple<IList<T1>, IList<T2>, IList<T3>>>.ReserveMessage( in ReserveMessage()
459 … DataflowMessageHeader messageHeader, ITargetBlock<Tuple<IList<T1>, IList<T2>, IList<T3>>> target) in ReserveMessage()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Threading.Tasks.Dataflow/CoreFxSources/Blocks/
H A DBatchedJoinBlock.cs69 _source = new SourceCore<Tuple<IList<T1>, IList<T2>>>( in BatchedJoinBlock()
138 …public Boolean TryReceive(Predicate<Tuple<IList<T1>, IList<T2>>> filter, out Tuple<IList<T1>, ILis… in TryReceive()
181 Tuple<IList<T1>, IList<T2>> ISourceBlock<Tuple<IList<T1>, IList<T2>>>.ConsumeMessage( in ConsumeMessage()
302 private readonly SourceCore<Tuple<IList<T1>, IList<T2>, IList<T3>>> _source;
333 _source = new SourceCore<Tuple<IList<T1>, IList<T2>, IList<T3>>>( in BatchedJoinBlock()
405 …c Boolean TryReceive(Predicate<Tuple<IList<T1>, IList<T2>, IList<T3>>> filter, out Tuple<IList<T1>… in TryReceive()
412 …public bool TryReceiveAll(out IList<Tuple<IList<T1>, IList<T2>, IList<T3>>> items) { return _sourc… in TryReceiveAll()
450 …Tuple<IList<T1>, IList<T2>, IList<T3>> ISourceBlock<Tuple<IList<T1>, IList<T2>, IList<T3>>>.Consum… in ConsumeMessage()
457 bool ISourceBlock<Tuple<IList<T1>, IList<T2>, IList<T3>>>.ReserveMessage( in ReserveMessage()
458 … DataflowMessageHeader messageHeader, ITargetBlock<Tuple<IList<T1>, IList<T2>, IList<T3>>> target) in ReserveMessage()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.WorkflowServices/System/Workflow/Activities/
H A DOperationParameterInfoCollection.cs20 IList<OperationParameterInfo>,
21 IList
73 bool IList.IsFixedSize
81 bool IList.IsReadOnly
137 object IList.this[int index]
240 int IList.Add(object value) in IList.Add()
252 void IList.Clear() in IList.Clear()
257 bool IList.Contains(object value) in IList.Contains()
272 int IList.IndexOf(object value) in IList.IndexOf()
297 void IList.Insert(int index, object value) in IList.Insert()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Collections.NonGeneric/tests/ArrayList/
H A DArrayList.IList.Tests.cs12 protected override IList NonGenericIListFactory() => new ArrayList(); in NonGenericIListFactory()
19 protected override IList NonGenericIListFactory() => NonGenericIListFactory(0); in NonGenericIListFactory()
27 protected override IList NonGenericIListFactory() => NonGenericIListFactory(0); in NonGenericIListFactory()
28 …protected override IList NonGenericIListFactory(int count) => ArrayList.Synchronized((IList)Helper… in NonGenericIListFactory()
35 protected override IList NonGenericIListFactory() => NonGenericIListFactory(0); in NonGenericIListFactory()
43 protected override IList NonGenericIListFactory() => NonGenericIListFactory(0); in NonGenericIListFactory()
44 …protected override IList NonGenericIListFactory(int count) => ArrayList.FixedSize((IList)Helpers.C… in NonGenericIListFactory()
52 protected override IList NonGenericIListFactory() => NonGenericIListFactory(0); in NonGenericIListFactory()
61 protected override IList NonGenericIListFactory() => NonGenericIListFactory(0); in NonGenericIListFactory()
62 …protected override IList NonGenericIListFactory(int count) => ArrayList.ReadOnly((IList)Helpers.Cr… in NonGenericIListFactory()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Workflow.ComponentModel/AuthoringOM/
H A DActivitiesCollection.cs12 public sealed class ActivityCollection : List<Activity>, IList<Activity>, IList
54 #region IList<Activity> Members
254 #region IList Members
256 int IList.Add(object value) in IList.Add()
264 void IList.Clear() in IList.Clear()
269 bool IList.Contains(object value) in IList.Contains()
276 int IList.IndexOf(object value) in IList.IndexOf()
290 bool IList.IsFixedSize
298 bool IList.IsReadOnly
306 void IList.Remove(object value) in IList.Remove()
[all …]
H A DItemList.cs49 public IList<T> RemovedItems
57 public IList<T> AddedItems
92 internal class ItemList<T> : List<T>, IList<T>, IList
124 #region IList<T> Members
149 T IList<T>.this[int index]
166 int IList<T>.IndexOf(T item) in IndexOf()
321 #region IList Members
323 int IList.Add(object value) in IList.Add()
331 void IList.Clear() in IList.Clear()
357 bool IList.IsFixedSize
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/runtime/interopservices/windowsruntime/
H A Dlisttobindablevectoradapter.cs41 IList _this = JitHelpers.UnsafeCast<IList>(this); in GetAt()
58 IList _this = JitHelpers.UnsafeCast<IList>(this); in Size()
66 IList _this = JitHelpers.UnsafeCast<IList>(this); in GetView()
74 IList _this = JitHelpers.UnsafeCast<IList>(this); in IndexOf()
91 IList _this = JitHelpers.UnsafeCast<IList>(this); in SetAt()
108 IList _this = JitHelpers.UnsafeCast<IList>(this); in InsertAt()
130 IList _this = JitHelpers.UnsafeCast<IList>(this); in RemoveAt()
149 IList _this = JitHelpers.UnsafeCast<IList>(this); in Append()
157 IList _this = JitHelpers.UnsafeCast<IList>(this); in RemoveAtEnd()
173 IList _this = JitHelpers.UnsafeCast<IList>(this); in Clear()
H A Dlisttovectoradapter.cs41 IList<T> _this = JitHelpers.UnsafeCast<IList<T>>(this); in GetAt()
58 IList<T> _this = JitHelpers.UnsafeCast<IList<T>>(this); in Size()
66 IList<T> _this = JitHelpers.UnsafeCast<IList<T>>(this); in GetView()
83 IList<T> _this = JitHelpers.UnsafeCast<IList<T>>(this); in IndexOf()
100 IList<T> _this = JitHelpers.UnsafeCast<IList<T>>(this); in SetAt()
117 IList<T> _this = JitHelpers.UnsafeCast<IList<T>>(this); in InsertAt()
139 IList<T> _this = JitHelpers.UnsafeCast<IList<T>>(this); in RemoveAt()
158 IList<T> _this = JitHelpers.UnsafeCast<IList<T>>(this); in Append()
166 IList<T> _this = JitHelpers.UnsafeCast<IList<T>>(this); in RemoveAtEnd()
182 IList<T> _this = JitHelpers.UnsafeCast<IList<T>>(this); in Clear()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/collections/
H A Dilist.cs29 public interface IList : ICollection interface
77 [ContractClassFor(typeof(IList))]
80 int IList.Add(Object value) in IList.Add()
91 Object IList.this[int index] {
103 bool IList.IsFixedSize {
107 bool IList.IsReadOnly {
115 void IList.Clear() in IList.Clear()
120 bool IList.Contains(Object value) in IList.Contains()
144 int IList.IndexOf(Object value) in IList.IndexOf()
158 void IList.Remove(Object value) in IList.Remove()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Data.Linq/src/DbLinq/Vendor/
H A DISqlProvider.cs60 SqlStatement GetLiteral(ExpressionType operationType, IList<SqlStatement> p); in GetLiteral()
68 SqlStatement GetLiteral(SpecialExpressionType operationType, IList<SqlStatement> p); in GetLiteral()
229 …SqlStatement GetInsert(SqlStatement table, IList<SqlStatement> inputColumns, IList<SqlStatement> i… in GetInsert()
237IList<SqlStatement> autoPKColumn, IList<SqlStatement> inputPKColumns, IList<SqlStatement> inputPKV… in GetInsertIds()
250 …SqlStatement GetUpdate(SqlStatement table, IList<SqlStatement> inputColumns, IList<SqlStatement> i… in GetUpdate()
251IList<SqlStatement> outputParameters, IList<SqlStatement> outputExpressions, in GetUpdate()
252IList<SqlStatement> inputPKColumns, IList<SqlStatement> inputPKValues); in GetUpdate()
261 …SqlStatement GetDelete(SqlStatement table, IList<SqlStatement> inputPKColumns, IList<SqlStatement>… in GetDelete()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/tests/System/Collections/
H A DIList.NonGeneric.Tests.cs18 #region IList Helper methods
24 protected abstract IList NonGenericIListFactory(); in NonGenericIListFactory()
33 IList collection = NonGenericIListFactory(); in NonGenericIListFactory()
105 IList casted = ((IList)enumerable);
115 IList casted = ((IList)enumerable);
125 IList casted = ((IList)enumerable);
136 IList casted = ((IList)enumerable);
146 IList casted = ((IList)enumerable);
156 IList casted = ((IList)enumerable);
201 IList list = NonGenericIListFactory(count); in IList_NonGeneric_ItemGet_NegativeIndex_ThrowsException()
[all …]
H A DIList.Generic.Tests.cs17 #region IList<T> Helper Methods
23 protected abstract IList<T> GenericIListFactory(); in GenericIListFactory()
32 IList<T> collection = GenericIListFactory(); in GenericIListFactory()
51 IList<T> casted = ((IList<T>)enumerable);
63 IList<T> casted = ((IList<T>)enumerable);
76 IList<T> casted = ((IList<T>)enumerable);
108 IList<T> list = GenericIListFactory(count); in IList_Generic_ItemGet_NegativeIndex_ThrowsException()
117 IList<T> list = GenericIListFactory(count); in IList_Generic_ItemGet_IndexGreaterThanListCount_ThrowsException()
126 IList<T> list = GenericIListFactory(count); in IList_Generic_ItemGet_ValidGetWithinListBounds()
322 IList<T> list = GenericIListFactory(count); in IList_Generic_IndexOf_ValidValueNotContainedInList()
[all …]
H A DIListTest.cs24 public static void Equal(IList expected, IList actual) in Equal()
64 this IList list, in InsertRange()
82 this IList list, in AddRange()
164 IList list = GetList(null); in GetItemArgumentOutOfRange()
174 IList list = GetList(items); in GetItemArgumentOutOfRangeFilledCollection()
184 IList list = GetList(items); in GetItemEmpty()
277 IList list = GetList(items); in SetItemInvalidValue()
630 IList list = GetList(null); in AddAndRemoveAll()
780 IList list = GetList(null); in EmptyCollectionContainsNonNull()
1702 return (IList) obj; in GetList()
[all …]
/dports/irc/smuxi/smuxi-1.1/lib/Newtonsoft.Json/Src/Newtonsoft.Json/Utilities/
H A DCollectionUtils.cs131 else if (list is IList) in CreateCollectionWrapper()
174 IList list; in CreateList()
217 else if (listType == typeof(IList)) in CreateList()
330 private static IList<int> GetDimensions(IList values) in GetDimensions()
332 IList<int> dimensions = new List<int>(); in GetDimensions()
334 IList currentArray = values; in GetDimensions()
342 if (v is IList) in GetDimensions()
343 currentArray = (IList)v; in GetDimensions()
361 IList list = (IList)JaggedArrayGetValue(values, indices); in CopyFromJaggedToMultidimensionalArray()
381 IList currentList = values; in JaggedArrayGetValue()
[all …]
/dports/graphics/nplot/nplot-9a92e78/src/
H A DSequenceAdapter.cs61 if (ordinateData is IList) in SequenceAdapter()
63 YAxisSuggester_ = new AdapterUtils.AxisSuggester_IList((IList) ordinateData); in SequenceAdapter()
67 yDataGetter_ = new AdapterUtils.DataGetter_IList((IList) ordinateData); in SequenceAdapter()
69 counter_ = new AdapterUtils.Counter_IList((IList) ordinateData); in SequenceAdapter()
71 if (abscissaData is IList) in SequenceAdapter()
108 else if (abscissaData is IList) in SequenceAdapter()
112 counter_ = new AdapterUtils.Counter_IList((IList) abscissaData); in SequenceAdapter()
133 else if (dataSource is IList && dataMember == null) in SequenceAdapter()
150 counter_ = new AdapterUtils.Counter_IList((IList) dataSource); in SequenceAdapter()
151 yDataGetter_ = new AdapterUtils.DataGetter_IList((IList) dataSource); in SequenceAdapter()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Threading.Tasks.Dataflow/tests/Dataflow/
H A DBatchedJoinBlockTests.cs132 Tuple<IList<int>, IList<string>, IList<int>> item; in TestPostThenReceive3()
146 Tuple<IList<int>, IList<string>, IList<int>> msg; in TestPostThenReceive3()
199 IList<Tuple<IList<string>, IList<int>>> items; in TestUnbalanced2()
222 Tuple<IList<int>, IList<string>, IList<double>> item; in TestUnbalanced3()
264 Tuple<IList<int>, IList<int>> item; in TestCompletion()
284 IList<Tuple<IList<int>, IList<int>>> ignoredValues; in TestPrecanceled2()
313 Tuple<IList<int>, IList<int>, IList<int>> ignoredValue; in TestPrecanceled3()
314 IList<Tuple<IList<int>, IList<int>, IList<int>>> ignoredValues; in TestPrecanceled3()
354 Tuple<IList<int>, IList<int>, IList<int>> item3 = await b3.ReceiveAsync(); in TestCompletesThroughTargets()
480 IList<Tuple<IList<int>, IList<int>>> items2; in TestMaxNumberOfGroups()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/collections/objectmodel/
H A Dreadonlycollection.cs21 public class ReadOnlyCollection<T>: IList<T>, IList, IReadOnlyList<T>
23 IList<T> list;
58 protected IList<T> Items {
68 T IList<T>.this[int index] {
92 void IList<T>.RemoveAt(int index) { in RemoveAt()
178 bool IList.IsFixedSize {
182 bool IList.IsReadOnly {
186 object IList.this[int index] {
193 int IList.Add(object value) { in IList.Add()
198 void IList.Clear() { in IList.Clear()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/CoreLib/System/Collections/ObjectModel/
H A DReadOnlyCollection.cs14 public class ReadOnlyCollection<T> : IList<T>, IList, IReadOnlyList<T>
59 protected IList<T> Items
72 T IList<T>.this[int index]
102 void IList<T>.RemoveAt(int index) in RemoveAt()
209 bool IList.IsFixedSize
214 bool IList.IsReadOnly
219 object IList.this[int index]
228 int IList.Add(object value) in IList.Add()
234 void IList.Clear() in IList.Clear()
255 int IList.IndexOf(object value) in IList.IndexOf()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/shared/System/Collections/ObjectModel/
H A DReadOnlyCollection.cs14 public class ReadOnlyCollection<T> : IList<T>, IList, IReadOnlyList<T>
59 protected IList<T> Items
72 T IList<T>.this[int index]
102 void IList<T>.RemoveAt(int index) in RemoveAt()
209 bool IList.IsFixedSize
214 bool IList.IsReadOnly
219 object IList.this[int index]
228 int IList.Add(object value) in IList.Add()
234 void IList.Clear() in IList.Clear()
255 int IList.IndexOf(object value) in IList.IndexOf()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/
H A DSynchronizedReadOnlyCollection.cs12 public class SynchronizedReadOnlyCollection<T> : IList<T>, IList
14 IList<T> items;
77 protected IList<T> Items
132 T IList<T>.this[int index]
204 bool IList.IsFixedSize
209 bool IList.IsReadOnly
214 object IList.this[int index]
226 int IList.Add(object value) in IList.Add()
232 void IList.Clear() in IList.Clear()
259 void IList.RemoveAt(int index) in IList.RemoveAt()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.ServiceModel/System.Collections.Generic/
H A DSynchronizedReadOnlyCollection.cs36 : IList<T>, ICollection<T>, IEnumerable<T>, IList, ICollection, IEnumerable
138 int IList.Add (object value) { throw new NotSupportedException (); } in IList.Add()
139 void IList.Clear () { throw new NotSupportedException (); } in IList.Clear()
141 bool IList.Contains (object value) in IList.Contains()
159 int IList.IndexOf (object value) in IList.IndexOf()
178 void IList.RemoveAt (int index) { throw new NotSupportedException (); } in IList.RemoveAt()
200 protected IList<T> Items {
210 bool IList.IsFixedSize { get { return true; }}
211 bool IList.IsReadOnly { get { return true; }}
213 T IList<T>.this [int index] {
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Text.RegularExpressions/src/System/Text/RegularExpressions/
H A DRegexCaptureCollection.cs26 public class CaptureCollection : IList<Capture>, IReadOnlyList<Capture>, IList
127 void IList<Capture>.RemoveAt(int index) in RemoveAt()
132 Capture IList<Capture>.this[int index]
156 int IList.Add(object value) in IList.Add()
161 void IList.Clear() in IList.Clear()
166 bool IList.Contains(object value) =>
169 int IList.IndexOf(object value) =>
177 bool IList.IsFixedSize => true;
179 void IList.Remove(object value) in IList.Remove()
184 void IList.RemoveAt(int index) in IList.RemoveAt()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Activities/System/Activities/Expressions/
H A DTextExpression.cs48 public static IList<string> DefaultNamespaces
56 public static IList<AssemblyReference> DefaultReferences
64 public static IList<string> GetNamespacesInScope(Activity activity) in GetNamespacesInScope()
81 public static IList<string> GetNamespaces(object target) in GetNamespaces()
86 public static void SetNamespaces(object target, IList<string> namespaces) in SetNamespaces()
101 public static IList<string> GetNamespacesForImplementation(object target) in GetNamespacesForImplementation()
123 public static IList<AssemblyReference> GetReferencesInScope(Activity activity) in GetReferencesInScope()
140 public static IList<AssemblyReference> GetReferences(object target) in GetReferences()
145 public static void SetReferences(object target, IList<AssemblyReference> references) in SetReferences()
209 IList<T> result; in GetCollection()
[all …]

12345678910>>...85