77 implementations of IList
mscorlib (5)
system\arraysegment.cs (1)
31public struct ArraySegment<T> : IList<T>, IReadOnlyList<T>
system\collections\generic\list.cs (2)
36public class List<T> : IList<T>, System.Collections.IList, IReadOnlyList<T> 1042internal class SynchronizedList : IList<T> {
system\collections\objectmodel\collection.cs (1)
21public class Collection<T>: IList<T>, IList, IReadOnlyList<T>
system\collections\objectmodel\readonlycollection.cs (1)
21public class ReadOnlyCollection<T>: IList<T>, IList, IReadOnlyList<T>
PresentationCore (37)
Core\CSharp\MS\Internal\PartialArray.cs (1)
30internal struct PartialArray<T> : IList<T>
Core\CSharp\MS\Internal\TextFormatting\ThousandthOfEmRealDoubles.cs (1)
41internal sealed class ThousandthOfEmRealDoubles : IList<double>
Core\CSharp\MS\Internal\TextFormatting\ThousandthOfEmRealPoints.cs (1)
35internal sealed class ThousandthOfEmRealPoints : IList<Point>
Core\CSharp\System\Windows\FreezableCollection.cs (1)
55public class FreezableCollection<T>: Animatable, IList, IList<T>, INotifyCollectionChanged, INotifyPropertyChanged
Core\CSharp\system\windows\generated\TextDecorationCollection.cs (1)
44public sealed partial class TextDecorationCollection : Animatable, IList, IList<TextDecoration>
Core\CSharp\System\Windows\Media\Animation\Generated\TimelineCollection.cs (1)
52public sealed partial class TimelineCollection : Animatable, IList, IList<Timeline>
Core\CSharp\System\Windows\Media\DrawingCollection.cs (1)
24public sealed partial class DrawingCollection : Animatable, IList, IList<Drawing>
Core\CSharp\System\Windows\Media\Effects\Generated\BitmapEffectCollection.cs (1)
51public sealed partial class BitmapEffectCollection : Animatable, IList, IList<BitmapEffect>
Core\CSharp\System\Windows\Media\FamilyMapCollection.cs (1)
28public sealed class FontFamilyMapCollection : IList<FontFamilyMap>, SC.IList
Core\CSharp\System\Windows\Media\FamilyTypefaceCollection.cs (1)
28public sealed class FamilyTypefaceCollection : IList<FamilyTypeface>, SC.IList
Core\CSharp\System\Windows\Media\Generated\DoubleCollection.cs (1)
54public sealed partial class DoubleCollection : Freezable, IFormattable, IList, IList<double>
Core\CSharp\System\Windows\Media\Generated\DrawingCollection.cs (1)
53public sealed partial class DrawingCollection : Animatable, IList, IList<Drawing>
Core\CSharp\System\Windows\Media\Generated\GeneralTransformCollection.cs (1)
53public sealed partial class GeneralTransformCollection : Animatable, IList, IList<GeneralTransform>
Core\CSharp\System\Windows\Media\Generated\GeometryCollection.cs (1)
53public sealed partial class GeometryCollection : Animatable, IList, IList<Geometry>
Core\CSharp\System\Windows\Media\Generated\GradientStopCollection.cs (1)
53public sealed partial class GradientStopCollection : Animatable, IFormattable, IList, IList<GradientStop>
Core\CSharp\System\Windows\Media\Generated\Int32Collection.cs (1)
54public sealed partial class Int32Collection : Freezable, IFormattable, IList, IList<int>
Core\CSharp\System\Windows\Media\Generated\PathFigureCollection.cs (1)
54public sealed partial class PathFigureCollection : Animatable, IFormattable, IList, IList<PathFigure>
Core\CSharp\System\Windows\Media\Generated\PathSegmentCollection.cs (1)
53public sealed partial class PathSegmentCollection : Animatable, IList, IList<PathSegment>
Core\CSharp\System\Windows\Media\Generated\PointCollection.cs (1)
54public sealed partial class PointCollection : Freezable, IFormattable, IList, IList<Point>
Core\CSharp\System\Windows\Media\Generated\TextEffectCollection.cs (1)
53public sealed partial class TextEffectCollection : Animatable, IList, IList<TextEffect>
Core\CSharp\System\Windows\Media\Generated\TransformCollection.cs (1)
53public sealed partial class TransformCollection : Animatable, IList, IList<Transform>
Core\CSharp\System\Windows\Media\Generated\VectorCollection.cs (1)
54public sealed partial class VectorCollection : Freezable, IFormattable, IList, IList<Vector>
Core\CSharp\System\Windows\Media\GeometryCollection.cs (1)
37public sealed partial class GeometryCollection : Animatable, IList, IList<Geometry>
Core\CSharp\System\Windows\Media\GlyphRun.cs (2)
2130private class DefaultCaretStopList : IList<bool> 2232private class DefaultClusterMap : IList<ushort>
Core\CSharp\System\Windows\Media\PathFigureCollection.cs (1)
31public sealed partial class PathFigureCollection : Animatable, IList, IList<PathFigure>
Core\CSharp\System\Windows\Media\PathSegmentCollection.cs (1)
33public sealed partial class PathSegmentCollection : Animatable, IList, IList<PathSegment>
Core\CSharp\System\Windows\Media\TextEffectCollection.cs (1)
31public sealed partial class TextEffectCollection : Animatable, IList, IList<TextEffect>
Core\CSharp\System\Windows\Media3D\Generated\GeneralTransform3DCollection.cs (1)
49public sealed partial class GeneralTransform3DCollection : Animatable, IList, IList<GeneralTransform3D>
Core\CSharp\System\Windows\Media3D\Generated\MaterialCollection.cs (1)
49public sealed partial class MaterialCollection : Animatable, IList, IList<Material>
Core\CSharp\System\Windows\Media3D\Generated\Model3DCollection.cs (1)
49public sealed partial class Model3DCollection : Animatable, IList, IList<Model3D>
Core\CSharp\System\Windows\Media3D\Generated\Point3DCollection.cs (1)
50public sealed partial class Point3DCollection : Freezable, IFormattable, IList, IList<Point3D>
Core\CSharp\System\Windows\Media3D\Generated\Transform3DCollection.cs (1)
49public sealed partial class Transform3DCollection : Animatable, IList, IList<Transform3D>
Core\CSharp\System\Windows\Media3D\Generated\Vector3DCollection.cs (1)
50public sealed partial class Vector3DCollection : Freezable, IFormattable, IList, IList<Vector3D>
Core\CSharp\System\Windows\Media3D\Visual3DCollection.cs (1)
32public sealed class Visual3DCollection : IList, IList<Visual3D>
Shared\MS\Internal\CharacterBuffer.cs (1)
32internal abstract class CharacterBuffer : IList<char>
Shared\MS\Internal\PartialList.cs (1)
26internal class PartialList<T> : IList<T>
PresentationFramework (10)
src\Framework\MS\Internal\Data\RBTree.cs (1)
55internal class RBTree<T> : RBNode<T>, IList<T>
src\Framework\MS\Internal\Documents\ContentElementCollection.cs (1)
30internal abstract class ContentElementCollection<TParent, TItem> : IList<TItem>, IList
src\Framework\MS\Internal\ListOfObject.cs (1)
11internal class ListOfObject : IList<object>
src\Framework\System\Windows\Controls\CustomDictionarySources.cs (1)
38internal class CustomDictionarySources : IList<Uri>, IList
src\Framework\System\Windows\Controls\VirtualizedCellInfoCollection.cs (1)
16internal class VirtualizedCellInfoCollection : IList<DataGridCellInfo>
src\Framework\System\Windows\Documents\TableCellCollection.cs (1)
25public sealed class TableCellCollection : IList<TableCell>, IList
src\Framework\System\Windows\Documents\TableColumnCollection.cs (1)
25public sealed class TableColumnCollection : IList<TableColumn>, IList
src\Framework\System\Windows\Documents\TableRowCollection.cs (1)
25public sealed class TableRowCollection : IList<TableRow>, IList
src\Framework\System\Windows\Documents\TableRowGroupCollection.cs (1)
25public sealed class TableRowGroupCollection : IList<TableRowGroup>, IList
src\Framework\System\Windows\TriggerActionCollection.cs (1)
22public sealed class TriggerActionCollection : IList, IList<TriggerAction>
System (2)
compmod\system\collections\generic\sortedlist.cs (2)
919private sealed class KeyList : IList<TKey>, System.Collections.ICollection 1019private sealed class ValueList : IList<TValue>, System.Collections.ICollection
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Base\Interaction\Model\ModelItemCollection.cs (1)
34public abstract class ModelItemCollection : ModelItem, IList<ModelItem>, IList, INotifyCollectionChanged {
System.AddIn (1)
System\Addin\Pipeline\ContractListAdapter.cs (1)
20internal class ContractListAdapter<T, U> : IList<U>
System.Core (5)
Microsoft\Scripting\Ast\BlockExpression.cs (1)
501internal class BlockExpressionList : IList<Expression> {
Microsoft\Scripting\Ast\ListArgumentProvider.cs (1)
36class ListArgumentProvider : IList<Expression> {
Microsoft\Scripting\Utils\ReadOnlyCollectionBuilder.cs (1)
38public sealed class ReadOnlyCollectionBuilder<T> : IList<T>, System.Collections.IList {
System\Linq\Enumerable.cs (1)
2298internal class Grouping : IGrouping<TKey, TElement>, IList<TElement>
System\Linq\Parallel\QueryOperators\QueryResults.cs (1)
33internal abstract class QueryResults<T> : IList<T>
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Interaction\Model\ModelItemCollection.cs (1)
34public abstract class ModelItemCollection : ModelItem, IList<ModelItem>, IList, INotifyCollectionChanged {
System.Data.Entity (3)
System\Data\Common\Utils\ThreadSafeList.cs (1)
15internal sealed class ThreadSafeList<T> : IList<T>
System\Data\EntityModel\SchemaObjectModel\RelationshipEndCollection.cs (1)
22internal sealed class RelationshipEndCollection : IList<IRelationshipEnd>
System\Data\Metadata\Edm\MetadataCollection.cs (1)
26internal class MetadataCollection<T> : IList<T> where T : MetadataItem
System.Data.Linq (1)
Types.cs (1)
150public sealed class EntitySet<TEntity> : IList, IList<TEntity>, IListSource
System.Data.SqlXml (4)
System\Xml\Xsl\ListBase.cs (1)
20internal abstract class ListBase<T> : IList<T>, System.Collections.IList {
System\Xml\Xsl\QIL\QilNode.cs (1)
25internal class QilNode : IList<QilNode> {
System\Xml\Xsl\Runtime\XmlQuerySequence.cs (2)
26public class XmlQuerySequence<T> : IList<T>, System.Collections.IList { 448public sealed class XmlQueryNodeSequence : XmlQuerySequence<XPathNavigator>, IList<XPathItem> {
System.IdentityModel (1)
System\IdentityModel\ImmutableCollection.cs (1)
18internal sealed class ImmutableCollection<T> : Collection<T>, IList<T>, IList
System.ServiceModel (2)
System\ServiceModel\SynchronizedCollection.cs (1)
12public class SynchronizedCollection<T> : IList<T>, IList
System\ServiceModel\SynchronizedReadOnlyCollection.cs (1)
12public class SynchronizedReadOnlyCollection<T> : IList<T>, IList
System.Workflow.ComponentModel (2)
AuthoringOM\ActivitiesCollection.cs (1)
12public sealed class ActivityCollection : List<Activity>, IList<Activity>, IList
AuthoringOM\ItemList.cs (1)
92internal class ItemList<T> : List<T>, IList<T>, IList
System.WorkflowServices (1)
System\Workflow\Activities\OperationParameterInfoCollection.cs (1)
20IList<OperationParameterInfo>,
WindowsBase (1)
Base\System\Collections\ObjectModel\WeakReadOnlyCollection.cs (1)
33internal class WeakReadOnlyCollection<T>: IList<T>, IList
3053 references to IList
ComSvcConfig (32)
ComplusEndpointConfigContainer.cs (2)
112public override void Add(IList<EndpointConfig> endpointConfigs) 557public override void Remove(IList<EndpointConfig> endpointConfigs)
ComplusTypeValidator.cs (1)
207public static bool VerifyInterfaceMethods(ComAdminInterfaceInfo interfaceInfo, IList<string> methodNames, bool allowReferences, bool produceError)
EndpointConfigContainer.cs (5)
49public IList<string> Methods 234public abstract void Add(IList<EndpointConfig> endpointConfigs); 253public abstract void Remove(IList<EndpointConfig> endpointConfigs); 328protected bool RemoveComContractMethods(Configuration config, string interfaceID, IList<string> methods) 411protected bool AddComContractToConfig(Configuration config, string name, string contractType, IList<string> methods)
Options.cs (6)
94public IList<string> Methods { get { return this.methods; } } 106public IList<InterfaceDefination<T>> Interfaces { get { return this.interfaces; } } 149IList<ComponentDefinition<string>> components; 164internal IList<ComponentDefinition<string>> Components { get { return this.components; } } 245IList<string> argValues = arguments.GetArguments(Cmd.Contract); 318void ParseInterfaces(IList<string> argValues)
parent\svcutil\CommandLineParser.cs (7)
87Dictionary<string, IList<string>> contents; 91contents = new Dictionary<string, IList<string>>(capacity); 96IList<string> values; 110IList<string> values; 125internal IList<string> GetArguments(string key) 127IList<string> result; 138internal void Add(string key, IList<string> values)
Tool.cs (9)
175IList<ComponentDefinition<Guid>> guidComponents = null; 555IList<ComponentDefinition<Guid>> guidComponents = null; 619static bool ShouldDelete(EndpointConfig endpointConfig, IList<ComponentDefinition<Guid>> guidComponents) 648static void GetAllComponentsForAdd(ComAdminAppInfo appInfo, bool mex, out IList<ComponentDefinition<Guid>> outComps) 680static void GetAllComponentsForRemove(ComAdminAppInfo appInfo, out IList<ComponentDefinition<Guid>> outComps) 700static void GetComponentsFromInputForAdd(ComAdminAppInfo appInfo, IList<ComponentDefinition<string>> inComps, bool mex, bool priorEndpointsExist, out IList<ComponentDefinition<Guid>> outComps) 801static void GetComponentsFromInputForRemove(ComAdminAppInfo appInfo, IList<ComponentDefinition<string>> inComps, out IList<ComponentDefinition<Guid>> outComps)
WasEndpointConfigContainer.cs (2)
66public override void Add(IList<EndpointConfig> endpointConfigs) 361public override void Remove(IList<EndpointConfig> endpointConfigs)
mscorlib (133)
microsoft\win32\registrykey.cs (1)
1350IList<String> strings = new List<String>();
system\AggregateException.cs (6)
121: this(message, innerExceptions as IList<Exception> ?? (innerExceptions == null ? (List<Exception>)null : new List<Exception>(innerExceptions))) 136this(message, (IList<Exception>)innerExceptions) 149private AggregateException(string message, IList<Exception> innerExceptions) 207: this(message, innerExceptionInfos as IList<ExceptionDispatchInfo> ?? 226private AggregateException(string message, IList<ExceptionDispatchInfo> innerExceptionInfos) 408IList<Exception> currentInnerExceptions = exceptionsToFlatten[nDequeueIndex++].InnerExceptions;
system\arraysegment.cs (4)
146T IList<T>.this[int index] 171int IList<T>.IndexOf(T item) 185void IList<T>.Insert(int index, T item) 190void IList<T>.RemoveAt(int index)
system\collections\concurrent\OrderablePartitioner.cs (3)
106public abstract IList<IEnumerator<KeyValuePair<long, TSource>>> GetOrderablePartitions(int partitionCount); 172public override IList<IEnumerator<TSource>> GetPartitions(int partitionCount) 174IList<IEnumerator<KeyValuePair<long, TSource>>> orderablePartitions = GetOrderablePartitions(partitionCount);
system\collections\concurrent\Partitioner.cs (1)
58public abstract IList<IEnumerator<TSource>> GetPartitions(int partitionCount);
system\collections\concurrent\PartitionerStatic.cs (17)
81/// Creates an orderable partitioner from an <see cref="System.Collections.Generic.IList{T}"/> 93public static OrderablePartitioner<TSource> Create<TSource>(IList<TSource> list, bool loadBalance) 521override public IList<IEnumerator<KeyValuePair<long, TSource>>> GetOrderablePartitions(int partitionCount) 1057override public IList<IEnumerator<KeyValuePair<long, TSource>>> GetOrderablePartitions(int partitionCount) 1206private class DynamicPartitionerForIList<TSource> : DynamicPartitionerForIndexRange_Abstract<TSource, IList<TSource>> 1209internal DynamicPartitionerForIList(IList<TSource> source) 1214override protected IEnumerable<KeyValuePair<long, TSource>> GetOrderableDynamicPartitions_Factory(IList<TSource> m_data) 1227private readonly IList<TSource> m_sharedReader; 1230internal InternalPartitionEnumerable(IList<TSource> sharedReader) 1251private class InternalPartitionEnumerator : DynamicPartitionEnumeratorForIndexRange_Abstract<TSource, IList<TSource>> 1254internal InternalPartitionEnumerator(IList<TSource> sharedReader, SharedLong sharedIndex) 1421override public IList<IEnumerator<KeyValuePair<long, TSource>>> GetOrderablePartitions(int partitionCount) 1541private class StaticIndexRangePartitionerForIList<TSource> : StaticIndexRangePartitioner<TSource, IList<TSource>> 1543IList<TSource> m_list; 1544internal StaticIndexRangePartitionerForIList(IList<TSource> list) 1568private volatile IList<TSource> m_list; 1570internal StaticIndexRangePartitionForIList(IList<TSource> list, int startIndex, int endIndex)
system\collections\generic\list.cs (1)
1037internal static IList<T> Synchronized(List<T> list) {
system\collections\objectmodel\collection.cs (3)
23IList<T> items; 31public Collection(IList<T> list) { 42protected IList<T> Items {
system\collections\objectmodel\readonlycollection.cs (6)
23IList<T> list; 27public ReadOnlyCollection(IList<T> list) { 58protected IList<T> Items { 68T IList<T>.this[int index] { 83void IList<T>.Insert(int index, T value) { 92void IList<T>.RemoveAt(int index) {
system\diagnostics\eventing\eventsource.cs (2)
6308public IList<string> Errors { get { return errors; } } 6912IList<string> errors; // list of currently encountered errors
System\Diagnostics\Eventing\TraceLogging\TraceLoggingEventSource.cs (2)
708eventCallbackArgs.Payload = new ReadOnlyCollection<object>((IList<object>)payload.Values); 709eventCallbackArgs.PayloadNames = new ReadOnlyCollection<string>((IList<string>)payload.Keys);
system\reflection\assembly.cs (2)
944public virtual IList<CustomAttributeData> GetCustomAttributesData() 1679public override IList<CustomAttributeData> GetCustomAttributesData()
system\reflection\ConstructorInfo.cs (1)
430public override IList<CustomAttributeData> GetCustomAttributesData()
system\reflection\customattribute.cs (26)
31public static IList<CustomAttributeData> GetCustomAttributes(MemberInfo target) 39public static IList<CustomAttributeData> GetCustomAttributes(Module target) 48public static IList<CustomAttributeData> GetCustomAttributes(Assembly target) 57public static IList<CustomAttributeData> GetCustomAttributes(ParameterInfo target) 69internal static IList<CustomAttributeData> GetCustomAttributesInternal(RuntimeType target) 73IList<CustomAttributeData> cad = GetCustomAttributes(target.GetRuntimeModule(), target.MetadataToken); 92internal static IList<CustomAttributeData> GetCustomAttributesInternal(RuntimeFieldInfo target) 96IList<CustomAttributeData> cad = GetCustomAttributes(target.GetRuntimeModule(), target.MetadataToken); 115internal static IList<CustomAttributeData> GetCustomAttributesInternal(RuntimeMethodInfo target) 119IList<CustomAttributeData> cad = GetCustomAttributes(target.GetRuntimeModule(), target.MetadataToken); 138internal static IList<CustomAttributeData> GetCustomAttributesInternal(RuntimeConstructorInfo target) 146internal static IList<CustomAttributeData> GetCustomAttributesInternal(RuntimeEventInfo target) 154internal static IList<CustomAttributeData> GetCustomAttributesInternal(RuntimePropertyInfo target) 162internal static IList<CustomAttributeData> GetCustomAttributesInternal(RuntimeModule target) 173internal static IList<CustomAttributeData> GetCustomAttributesInternal(RuntimeAssembly target) 177IList<CustomAttributeData> cad = GetCustomAttributes((RuntimeModule)target.ManifestModule, RuntimeAssembly.GetToken(target.GetNativeHandle())); 196internal static IList<CustomAttributeData> GetCustomAttributesInternal(RuntimeParameterInfo target) 200IList<CustomAttributeData> cad = GetCustomAttributes(target.GetRuntimeModule(), target.MetadataToken); 308private static IList<CustomAttributeData> GetCustomAttributes(RuntimeModule module, int tkTarget) 340internal static CustomAttributeTypedArgument Filter(IList<CustomAttributeData> attrs, Type caType, int parameter) 360private IList<CustomAttributeTypedArgument> m_typedCtorArgs; 361private IList<CustomAttributeNamedArgument> m_namedArgs; 531public virtual IList<CustomAttributeTypedArgument> ConstructorArguments 553public virtual IList<CustomAttributeNamedArgument> NamedArguments 936IList<CustomAttributeTypedArgument> array = Value as IList<CustomAttributeTypedArgument>;
system\reflection\emit\assemblybuilder.cs (1)
1192public override IList<CustomAttributeData> GetCustomAttributesData()
system\reflection\emit\modulebuilder.cs (1)
821public override IList<CustomAttributeData> GetCustomAttributesData()
system\reflection\eventinfo.cs (1)
338public override IList<CustomAttributeData> GetCustomAttributesData()
system\reflection\fieldinfo.cs (1)
361public override IList<CustomAttributeData> GetCustomAttributesData()
system\reflection\memberinfo.cs (1)
60public virtual IList<CustomAttributeData> GetCustomAttributesData()
system\reflection\methodbody.cs (2)
131public virtual IList<LocalVariableInfo> LocalVariables { get { return Array.AsReadOnly(m_localVariables); } } 135public virtual IList<ExceptionHandlingClause> ExceptionHandlingClauses { get { return Array.AsReadOnly(m_exceptionHandlingClauses); } }
system\reflection\methodinfo.cs (1)
512public override IList<CustomAttributeData> GetCustomAttributesData()
system\reflection\module.cs (2)
156public virtual IList<CustomAttributeData> GetCustomAttributesData() 1046public override IList<CustomAttributeData> GetCustomAttributesData()
system\reflection\parameterinfo.cs (2)
179public virtual IList<CustomAttributeData> GetCustomAttributesData() 772public override IList<CustomAttributeData> GetCustomAttributesData()
system\reflection\propertyinfo.cs (1)
407public override IList<CustomAttributeData> GetCustomAttributesData()
system\rttype.cs (4)
1040private static void AddElementTypes(Type template, IList<Type> types) 1118AddSpecialInterface(ref list, filter, (RuntimeType)typeof(IList<>).MakeGenericType(arrayType), true); 1789IList<CustomAttributeData> attrs = CustomAttributeData.GetCustomAttributes(t); 5063public override IList<CustomAttributeData> GetCustomAttributesData()
system\runtime\compilerservices\decimalconstantattribute.cs (1)
69System.Collections.Generic.IList<CustomAttributeTypedArgument> args = attr.ConstructorArguments;
system\runtime\interopservices\marshal.cs (2)
2355IList<CustomAttributeData> cas = CustomAttributeData.GetCustomAttributes(type); 2361IList<CustomAttributeTypedArgument> caConstructorArgs = cas[i].ConstructorArguments;
system\runtime\interopservices\windowsruntime\icustompropertyprovider.cs (1)
178if (target as IList<T1> != null)
system\runtime\interopservices\windowsruntime\listtovectoradapter.cs (25)
41IList<T> _this = JitHelpers.UnsafeCast<IList<T>>(this); 58IList<T> _this = JitHelpers.UnsafeCast<IList<T>>(this); 66IList<T> _this = JitHelpers.UnsafeCast<IList<T>>(this); 83IList<T> _this = JitHelpers.UnsafeCast<IList<T>>(this); 100IList<T> _this = JitHelpers.UnsafeCast<IList<T>>(this); 117IList<T> _this = JitHelpers.UnsafeCast<IList<T>>(this); 139IList<T> _this = JitHelpers.UnsafeCast<IList<T>>(this); 158IList<T> _this = JitHelpers.UnsafeCast<IList<T>>(this); 166IList<T> _this = JitHelpers.UnsafeCast<IList<T>>(this); 182IList<T> _this = JitHelpers.UnsafeCast<IList<T>>(this); 190IList<T> _this = JitHelpers.UnsafeCast<IList<T>>(this); 198IList<T> _this = JitHelpers.UnsafeCast<IList<T>>(this); 224private static uint GetManyHelper<T>(IList<T> sourceList, uint startIndex, T[] items)
system\runtime\serialization\safeserializationmanager.cs (2)
235internal IList<object> SerializedStates 263private IList<object> m_serializedStates;
system\security\policy\applicationtrust.cs (2)
55private IList<StrongName> m_fullTrustAssemblies; 150public IList<StrongName> FullTrustAssemblies {
system\threading\Tasks\Parallel.cs (3)
2248IList<TSource> sourceAsList = source as IList<TSource>; 2339IList<TSource> list,
system\threading\Tasks\TaskFactory.cs (4)
2417private IList<Task> _tasks; // must track this for cleanup 2420public CompleteOnInvokePromise(IList<Task> tasks) : base() 2457var tasks = _tasks; 2475internal static Task<Task> CommonCWAnyLogic(IList<Task> tasks)
system\threading\ThreadLocal.cs (1)
457public IList<T> Values
PresentationBuildTasks (19)
Core\CSharp\MS\internal\Media\ParserStreamGeometryContext.cs (4)
178public override void PolyLineTo(IList<Point> points, bool isStroked, bool isSmoothJoin) 189public override void PolyQuadraticBezierTo(IList<Point> points, bool isStroked, bool isSmoothJoin) 200public override void PolyBezierTo(IList<Point> points, bool isStroked, bool isSmoothJoin) 671private void SerializeListOfPointsAndTwoBools(ParserGeometryContextOpCodes opCode, IList<Point> points, bool bool1, bool bool2)
Core\CSharp\System\Windows\Media\StreamGeometryContext.cs (3)
120public abstract void PolyLineTo(IList<Point> points, bool isStroked, bool isSmoothJoin); 125public abstract void PolyQuadraticBezierTo(IList<Point> points, bool isStroked, bool isSmoothJoin); 130public abstract void PolyBezierTo(IList<Point> points, bool isStroked, bool isSmoothJoin);
Framework\System\Windows\Markup\ParserContext.cs (1)
887IList<CustomAttributeData> customAttributes = CustomAttributeData.GetCustomAttributes(property);
Framework\System\Windows\Markup\XamlReaderHelper.cs (2)
4886IList<CustomAttributeData> attributes = CustomAttributeData.GetCustomAttributes(collectionType); 5669IList<CustomAttributeData> list = CustomAttributeData.GetCustomAttributes(baseType);
Framework\System\Windows\Markup\XmlnsCache.cs (3)
232IList<CustomAttributeData> allAttributes = CustomAttributeData.GetCustomAttributes(asm); 254IList<CustomAttributeTypedArgument> constructorArguments = data.ConstructorArguments; 274IList<CustomAttributeTypedArgument> constructorArguments = data.ConstructorArguments;
Shared\System\Windows\Markup\ReflectionHelper.cs (6)
202IList<CustomAttributeData> list = CustomAttributeData.GetCustomAttributes(mi); 214IList<CustomAttributeData> list = CustomAttributeData.GetCustomAttributes(t); 223private static string GetCustomAttributeData(IList<CustomAttributeData> list, Type attrType, out Type typeValue, bool allowTypeAlso, bool allowZeroArgs) 258IList<CustomAttributeData> list = CustomAttributeData.GetCustomAttributes(currentType); 303IList<CustomAttributeTypedArgument> constructorArguments = cad.ConstructorArguments; 459IList<CustomAttributeData> list = CustomAttributeData.GetCustomAttributes(sourceAssembly);
PresentationCore (181)
Core\CSharp\MS\Internal\FontCache\FamilyCollection.cs (1)
170private IList<CompositeFontFamily> UserCompositeFonts
Core\CSharp\MS\Internal\FontCache\FontSourceCollection.cs (1)
341private volatile IList<Text.TextInterface.IFontSource> _fontSources;
Core\CSharp\MS\Internal\IListConverters.cs (10)
122IList<double> list = value as IList<double>; 164IList<ushort> list = value as IList<ushort>; 205IList<bool> list = value as IList<bool>; 247IList<Point> list = value as IList<Point>; 285IList<char> list = value as IList<char>;
Core\CSharp\MS\Internal\Media\ParserStreamGeometrycontext.cs (9)
178public override void PolyLineTo(IList<Point> points, bool isStroked, bool isSmoothJoin) 189public override void PolyQuadraticBezierTo(IList<Point> points, bool isStroked, bool isSmoothJoin) 200public override void PolyBezierTo(IList<Point> points, bool isStroked, bool isSmoothJoin) 456IList<Point> points; 467IList<Point> points; 478IList<Point> points; 540private static IList<Point> DeserializeListOfPointsAndTwoBools(BinaryReader br, Byte firstByte, out bool bool1, out bool bool2) 543IList<Point> points; 671private void SerializeListOfPointsAndTwoBools(ParserGeometryContextOpCodes opCode, IList<Point> points, bool bool1, bool bool2)
Core\CSharp\MS\Internal\Shaping\GlyphingCache.cs (1)
52IList<TextShapeableSymbols> shapeableList,
Core\CSharp\MS\Internal\Shaping\IShapeableTextCollector.cs (1)
43IList<TextShapeableSymbols> shapeableList,
Core\CSharp\MS\Internal\Shaping\TypefaceMap.cs (3)
48private IList<ScaledShapeTypeface> _cachedScaledTypefaces = new List<ScaledShapeTypeface>(InitialScaledGlyphableTypefaceCount); 90IList<TextShapeableSymbols> shapeableList, 105IList<Span> spans;
Core\CSharp\MS\Internal\TextFormatting\Bidi.cs (7)
686IList<DirectionClass> characterClass, // [IN / OUT] 741IList<DirectionClass> characterClass, // [IN / OUT] 763IList<DirectionClass> characterClass, // [IN / OUT] 1666IList<DirectionClass> characterClass, // [IN / OUT] 1670IList<byte> levels, // [IN / OUT] 1762IList<byte> levels, // [IN/OUT] resolved level per char 1763IList<DirectionClass> characterClass, // [IN/OUT] direction class of each char
Core\CSharp\MS\Internal\TextFormatting\FormattedTextSymbols.cs (2)
69IList<TextShapeableSymbols> shapeables = symbols.GetTextShapeableSymbols( 311private IList<Point> _glyphOffsets;
Core\CSharp\MS\Internal\TextFormatting\FullTextBreakpoint.cs (1)
64internal static IList<TextBreakpoint> CreateMultiple(
Core\CSharp\MS\Internal\TextFormatting\FullTextLine.cs (6)
857public override IList<TextCollapsedRange> GetTextCollapsedRanges() 1524public override IList<TextBounds> GetTextBounds( 2014private IList<TextRunBounds> CalculateTextRunBounds(int lscpFirst, int lscpEnd) 2031IList<TextRunBounds> boundsList = new List<TextRunBounds>(2); 2099public override IList<TextSpan<TextRun>> GetTextRunSpans() 2112IList<TextSpan<TextRun>> lsrunList = new List<TextSpan<TextRun>>(2);
Core\CSharp\MS\Internal\TextFormatting\ITextSymbols.cs (1)
48IList<TextShapeableSymbols> GetTextShapeableSymbols(
Core\CSharp\MS\Internal\TextFormatting\LineServicesCallbacks.cs (4)
3058out IList<double> adjustedAdvanceWidths 3267IList<double> glyphAdvances; 3268IList<Point> glyphOffsets; 3416IList<double> charWidths;
Core\CSharp\MS\Internal\TextFormatting\LineServicesRun.cs (3)
54private IList<TextEffect> _textEffects; // TextEffects that should be applied for this run 62IList<TextEffect> textEffects, 95IList<TextEffect> textEffects,
Core\CSharp\MS\Internal\TextFormatting\SimpleTextLine.cs (6)
812public override IList<TextBounds> GetTextBounds( 848IList<TextRunBounds> boundsList = null; 906public override IList<TextSpan<TextRun>> GetTextRunSpans() 938IList<double> displayGlyphAdvances; 1013public override IList<TextCollapsedRange> GetTextCollapsedRanges() 1787IList<double> displayGlyphAdvances;
Core\CSharp\MS\Internal\TextFormatting\TextProperties.cs (1)
106internal IList<TextTabProperties> Tabs
Core\CSharp\MS\Internal\TextFormatting\TextRunCacheImp.cs (2)
332internal IList<TextSpan<TextRun>> GetTextRunSpans() 334IList<TextSpan<TextRun>> textRunList = new List<TextSpan<TextRun>>(_textRunVector.Count);
Core\CSharp\MS\Internal\TextFormatting\TextShapeableCharacters.cs (3)
133IList<double> glyphAdvances, 134IList<Point> glyphOffsets, 227IList<double> characterAdvances
Core\CSharp\MS\Internal\TextFormatting\TextShapeableSymbols.cs (3)
52IList<double> glyphAdvances, 53IList<Point> glyphOffsets, 144IList<double> characterAdvances
Core\CSharp\MS\Internal\TextFormatting\TextStore.cs (5)
544IList<TextEffect> activeEffects = new TextEffect[currentEffectsCount]; 1325IList<TextEffect> textEffects = (IList<TextEffect>)textEffectsSpanRider.CurrentElement; 1518IList<TextEffect> textEffects, 1676IList<TextEffect> textEffects,
Core\CSharp\MS\Internal\TextFormatting\ThousandthOfEmRealDoubles.cs (1)
59IList<double> realValues
Core\CSharp\MS\Internal\TextFormatting\ThousandthOfEmRealPoints.cs (1)
51IList<Point> pointValues
Core\CSharp\System\Windows\Input\InputScope.cs (2)
109private IList<InputScopeName> _scopeNames = new List<InputScopeName>(); 110private IList<InputScopePhrase> _phraseList = new List<InputScopePhrase>();
Core\CSharp\System\Windows\Input\ManipulationLogic.cs (1)
429IList<ManipulationParameters2D> parameters = startingArgs.Parameters;
Core\CSharp\System\Windows\Input\ManipulationStartingEventArgs.cs (1)
146internal IList<ManipulationParameters2D> Parameters
Core\CSharp\System\Windows\Media\Animation\AnimationLayer.cs (4)
11private IList<AnimationClock> _animationClocks; 25IList<AnimationClock> newAnimationClocks, 118IList<AnimationClock> animationClocks) 185IList<AnimationClock> newAnimationClocks)
Core\CSharp\System\Windows\Media\Animation\AnimationStorage.cs (4)
593IList<AnimationClock> animationClocks, 700IList<AnimationClock> animationClocks, 757IList<Int64> keys = propertyTriggerLayers.Keys; 949IList<AnimationLayer> layers = storage._propertyTriggerLayers.Values;
Core\CSharp\System\Windows\Media\ByteStreamGeometryContext.cs (4)
198public override void PolyLineTo(IList<Point> points, bool isStroked, bool isSmoothJoin) 213public override void PolyQuadraticBezierTo(IList<Point> points, bool isStroked, bool isSmoothJoin) 228public override void PolyBezierTo(IList<Point> points, bool isStroked, bool isSmoothJoin) 711private void GenericPolyTo(IList<Point> points,
Core\CSharp\System\Windows\Media\ColorContext.cs (1)
429internal static IList<ColorContext> GetColorContextsHelper(GetColorContextsDelegate getColorContexts)
Core\CSharp\System\Windows\Media\FormattedText.cs (1)
1673IList<TextBounds> highlightBounds = currentLine.GetTextBounds(
Core\CSharp\System\Windows\Media\GlyphRun.cs (49)
134IList<ushort> glyphIndices, 136IList<double> advanceWidths, 137IList<Point> glyphOffsets, 138IList<char> characters, 140IList<ushort> clusterMap, 141IList<bool> caretStops, 229IList<ushort> glyphIndices, 231IList<double> advanceWidths, 232IList<Point> glyphOffsets, 233IList<char> characters, 235IList<ushort> clusterMap, 236IList<bool> caretStops, 287IList<ushort> glyphIndices, 289IList<double> advanceWidths, 290IList<Point> glyphOffsets, 291IList<char> characters, 293IList<ushort> clusterMap, 294IList<bool> caretStops, 338IList<ushort> glyphIndices, 340IList<double> advanceWidths, 341IList<Point> glyphOffsets, 342IList<char> characters, 344IList<ushort> clusterMap, 345IList<bool> caretStops, 518IList<bool> caretStops = CaretStops != null && CaretStops.Count != 0 ? CaretStops : new DefaultCaretStopList(CodepointCount); 546IList<ushort> clusterMap = ClusterMap; 553IList<double> advances = AdvanceWidths; 609IList<double> advances = AdvanceWidths; 610IList<bool> caretStops = CaretStops != null && CaretStops.Count != 0 ? CaretStops : new DefaultCaretStopList(CodepointCount); 611IList<ushort> clusterMap = ClusterMap; 744IList<bool> caretStops = CaretStops != null && CaretStops.Count != 0 ? CaretStops : new DefaultCaretStopList(CodepointCount); 791IList<bool> caretStops = CaretStops != null && CaretStops.Count != 0 ? CaretStops : new DefaultCaretStopList(CodepointCount); 1011public IList<bool> CaretStops 1066public IList<ushort> ClusterMap 1088public IList<char> Characters 1109public IList<ushort> GlyphIndices 1140public IList<double> AdvanceWidths 1170public IList<Point> GlyphOffsets 2072IList<bool> caretStops, 2373(_advanceWidths == null ? null : ((_textFormattingMode != TextFormattingMode.Ideal) ? (IList<double>)(new List<double>()) : (IList<double>)(new ThousandthOfEmRealDoubles(_renderingEmSize, _advanceWidths)))), 2374(_glyphOffsets == null ? null : ((_textFormattingMode != TextFormattingMode.Ideal) ? (IList<Point>)(new List<Point>()) : (IList<Point>)(new ThousandthOfEmRealPoints(_renderingEmSize, _glyphOffsets)))), 2504private IList<ushort> _glyphIndices; 2505private IList<double> _advanceWidths; 2506private IList<Point> _glyphOffsets; 2509private IList<char> _characters; 2510private IList<ushort> _clusterMap; 2511private IList<bool> _caretStops;
Core\CSharp\System\Windows\Media\GlyphsSerializer.cs (6)
318private IList<char> _characters; 326private IList<ushort> _clusters; 328private IList<ushort> _indices; 330private IList<double> _advances; 332private IList<Point> _offsets; 334private IList<bool> _caretStops;
Core\CSharp\System\Windows\Media\GlyphTypeface.cs (1)
1731IList<double> charWidths,
Core\CSharp\System\Windows\Media\Imaging\BitmapDecoder.cs (1)
1081IList<ColorContext> colorContextList = ColorContext.GetColorContextsHelper(GetColorContexts);
Core\CSharp\System\Windows\Media\Imaging\BitmapEncoder.cs (5)
338public virtual IList<BitmapFrame> Frames 734IList<ColorContext> colorContexts = frame.ColorContexts; 903private IList<BitmapFrame> _frames; 912private IList<SafeMILHandle> _frameHandles = new List<SafeMILHandle>(0); 913private IList<SafeMILHandle> _writeSourceHandles = new List<SafeMILHandle>(0);
Core\CSharp\System\Windows\Media\Imaging\BitmapFrameDecode.cs (1)
289IList<ColorContext> colorContextList = ColorContext.GetColorContextsHelper(GetColorContexts);
Core\CSharp\System\Windows\Media\Imaging\BitmapPalette.cs (3)
49public BitmapPalette(IList<Color> colors) 240public IList<Color> Colors 426private IList<Color> _colors = new PartialList<Color>(new List<Color>());
Core\CSharp\System\Windows\Media\PathStreamGeometryContext.cs (4)
216public override void PolyLineTo(IList<Point> points, bool isStroked, bool isSmoothJoin) 227public override void PolyQuadraticBezierTo(IList<Point> points, bool isStroked, bool isSmoothJoin) 238public override void PolyBezierTo(IList<Point> points, bool isStroked, bool isSmoothJoin) 325private void GenericPolyTo(IList<Point> points,
Core\CSharp\System\Windows\Media\PixelFormat.cs (2)
79public IList<byte> Mask 536public IList<PixelFormatChannelMask> Masks
Core\CSharp\System\Windows\Media\StreamGeometryContext.cs (3)
120public abstract void PolyLineTo(IList<Point> points, bool isStroked, bool isSmoothJoin); 125public abstract void PolyQuadraticBezierTo(IList<Point> points, bool isStroked, bool isSmoothJoin); 130public abstract void PolyBezierTo(IList<Point> points, bool isStroked, bool isSmoothJoin);
Core\CSharp\System\Windows\Media\TextFormatting\TextBounds.cs (3)
35IList<TextRunBounds> runBounds 57public IList<TextRunBounds> TextRunBounds 74private IList<TextRunBounds> _runBounds;
Core\CSharp\System\Windows\Media\TextFormatting\TextCharacters.cs (3)
200IList<TextShapeableSymbols> ITextSymbols.GetTextShapeableSymbols( 274IList<TextShapeableSymbols> shapeables = new List<TextShapeableSymbols>(2); 300IList<TextShapeableSymbols> shapeables,
Core\CSharp\System\Windows\Media\TextFormatting\TextLine.cs (3)
80public abstract IList<TextCollapsedRange> GetTextCollapsedRanges(); 187public abstract IList<TextBounds> GetTextBounds( 196public abstract IList<TextSpan<TextRun>> GetTextRunSpans();
Core\CSharp\System\Windows\Media\TextFormatting\TextParagraphCache.cs (1)
149internal IList<TextBreakpoint> FormatBreakpoints(
Core\CSharp\System\Windows\Media\TextFormatting\TextParagraphProperties.cs (1)
130public virtual IList<TextTabProperties> Tabs
Core\CSharp\System\Windows\Media\TextFormatting\TextRunCache.cs (1)
89internal IList<TextSpan<TextRun>> GetTextRunSpans()
Core\CSharp\System\Windows\ReverseInheritProperty.cs (1)
43IList<DependencyObject> otherOrigins,
Shared\MS\Internal\PartialList.cs (3)
28private IList<T> _list; 36public PartialList(IList<T> list) 43public PartialList(IList<T> list, int initialIndex, int count)
PresentationFramework (213)
src\Framework\Microsoft\Win32\FileDialog.cs (2)
2011public IList<FileDialogCustomPlace> CustomPlaces { get; set; } 2072IList<FileDialogCustomPlace> places = CustomPlaces;
src\Framework\MS\Internal\Annotations\Anchoring\DataIdProcessor.cs (2)
87public override IList<IAttachedAnnotation> PreProcessNode(DependencyObject node, out bool calledProcessAnnotations) 127public override IList<IAttachedAnnotation> PostProcessNode(DependencyObject node, bool childrenCalledProcessAnnotations, out bool calledProcessAnnotations)
src\Framework\MS\Internal\Annotations\Anchoring\FixedPageProcessor.cs (1)
85public override IList<IAttachedAnnotation> PreProcessNode(DependencyObject node, out bool calledProcessAnnotations)
src\Framework\MS\Internal\Annotations\Anchoring\FixedTextSelectionProcessor.cs (8)
99public override IList<DependencyObject> GetSelectedNodes(Object selection) 101IList<TextSegment> textSegments = CheckSelection(selection); 103IList<DependencyObject> pageEl = new List<DependencyObject>(); 198public override IList<ContentLocatorPart> 448private IList<TextSegment> CheckSelection(object selection) 453IList<TextSegment> textSegments = null; 674public IList<PointSegment> Segments 684IList<PointSegment> _segments = new List<PointSegment>(1);
src\Framework\MS\Internal\Annotations\Anchoring\LocatorManager.cs (16)
296public IList<IAttachedAnnotation> ProcessAnnotations(DependencyObject node) 302IList<IAttachedAnnotation> attachedAnnotations = new List<IAttachedAnnotation>(); 303IList<ContentLocatorBase> locators = GenerateLocators(node); 325IList<Annotation> annotations = store.GetAnnotations(lists[0]); 373public IList<ContentLocatorBase> GenerateLocators(Object selection) 391IList<ContentLocatorBase> returnLocators = null; 538internal IList<IAttachedAnnotation> ProcessSubTree(DependencyObject subTree) 682private IList<ContentLocatorBase> GenerateLocators(SubTreeProcessor processor, PathNode startNode, Object selection) 693IList<ContentLocatorBase> newLocators = null; 761IList <ContentLocatorPart> locatorParts = selProcessor.GenerateLocatorParts(selection, startNode.Node); 799IList<ContentLocatorBase> tempLocators = null; 870IList<IAttachedAnnotation> attachedAnnotations = processor.PreProcessNode(dependencyObject, out calledProcessAnnotations); 897IList<IAttachedAnnotation> attachedAnnotations = processor.PostProcessNode(dependencyObject, childrenCalledProcessAnnotations, out calledProcessAnnotations); 959IList<ContentLocator> locators = null; 1253private IList<ContentLocatorBase> Merge(ContentLocatorBase initialLocator, IList<ContentLocatorBase> additionalLocators)
src\Framework\MS\Internal\Annotations\Anchoring\SelectionProcessor.cs (2)
89public abstract IList<DependencyObject> GetSelectedNodes(Object selection); 121public abstract IList<ContentLocatorPart> GenerateLocatorParts(Object selection, DependencyObject startNode);
src\Framework\MS\Internal\Annotations\Anchoring\SubTreeProcessor.cs (2)
88public abstract IList<IAttachedAnnotation> PreProcessNode(DependencyObject node, out bool calledProcessAnnotations); 103public virtual IList<IAttachedAnnotation> PostProcessNode(DependencyObject node, bool childrenCalledProcessAnnotations, out bool calledProcessAnnotations)
src\Framework\MS\Internal\Annotations\Anchoring\TextSelectionHelper.cs (5)
116public static IList<DependencyObject> GetSelectedNodes(Object selection) 121IList<TextSegment> segments; 127IList<DependencyObject> list = new List<DependencyObject>(); 168IList<TextSegment> segments; 376internal static void CheckSelection(object selection, out ITextPointer start, out ITextPointer end, out IList<TextSegment> segments)
src\Framework\MS\Internal\Annotations\Anchoring\TextSelectionProcessor.cs (3)
99public override IList<DependencyObject> GetSelectedNodes(Object selection) 141public override IList <ContentLocatorPart> 152IList<TextSegment> textSegments = null;
src\Framework\MS\Internal\Annotations\Anchoring\TextViewSelectionProcessor.cs (3)
84public override IList<DependencyObject> GetSelectedNodes(Object selection) 136public override IList<ContentLocatorPart> 248IList<TextSegment> segments = textView.TextSegments;
src\Framework\MS\Internal\Annotations\Anchoring\TreeNodeSelectionProcessor.cs (2)
93public override IList<DependencyObject> GetSelectedNodes(Object selection) 154public override IList<ContentLocatorPart> GenerateLocatorParts(Object selection, DependencyObject startNode)
src\Framework\MS\Internal\Annotations\Component\AnnotationComponentManager.cs (5)
92IList<IAnnotationComponent> currentList = _attachedAnnotations[attachedAnnotation]; 243IList<IAnnotationComponent> currentList = _attachedAnnotations[attachedAnnotation]; //save the current list 281IList<IAnnotationComponent> currentList; 300private Dictionary<IAttachedAnnotation, IList<IAnnotationComponent>> _attachedAnnotations = new Dictionary<IAttachedAnnotation, IList<IAnnotationComponent>>();
src\Framework\MS\Internal\Annotations\Component\AnnotationHighlightLayer.cs (9)
378IList<HighlightSegment> res = highlightSegment.Split(rangeSegment.Start, rangeSegment.End, highlightRange); 640internal HighlightSegment(ITextPointer start, ITextPointer end, IList<IHighlightRange> owners) 655private void Init(ITextPointer start, ITextPointer end, IList<IHighlightRange> owners) 782internal IList<HighlightSegment> Split(ITextPointer ps, LogicalDirection side) 784IList<HighlightSegment> res = null; 812internal IList<HighlightSegment> Split(ITextPointer ps1, ITextPointer ps2, IHighlightRange newOwner) 816IList<HighlightSegment> res = new List<HighlightSegment>(); 845IList<HighlightSegment> r1 = Split(ps1, LogicalDirection.Forward); 850IList<HighlightSegment> r2 = r1[i].Split(ps2, LogicalDirection.Backward);
src\Framework\MS\Internal\Data\DifferencingCollection.cs (1)
53IList<object> list = Items;
src\Framework\MS\Internal\Data\PropertyPathWorker.cs (1)
1909static readonly IList<Type> IListIndexerWhitelist = new Type[]
src\Framework\MS\Internal\Documents\TextBoxLine.cs (4)
275IList<TextBounds> textBounds = _line.GetTextBounds(cp, cch); 386IList<TextSpan<TextRun>> runs = _line.GetTextRunSpans(); 512IList<TextBounds> textBounds = _line.GetTextBounds(cp, cch); 515IList<TextRunBounds> runBounds = textBounds[0].TextRunBounds;
src\Framework\MS\Internal\Documents\TextBoxView.cs (2)
2043IList<Rect> bounds; 2129IList<Rect> bounds;
src\Framework\MS\Internal\Globalization\BamlTreeUpdater.cs (7)
267IList<BamlTreeNode> nodes = SplitXmlContent( 281IList<BamlTreeNode> newChildren 422private static IList<BamlTreeNode> SplitXmlContent( 434IList<BamlTreeNode> list = new List<BamlTreeNode>(4); 482IList<BamlTreeNode> newChildrenList // list of new children 591IList<BamlTreeNode> list = new List<BamlTreeNode>(); 620IList<BamlTreeNode> newChildrenList // list of new children
src\Framework\MS\Internal\Ink\InkCanvasSelection.cs (5)
214internal void Select(StrokeCollection strokes, IList<UIElement> elements, bool raiseSelectionChanged) 561IList<UIElement> elements, 747IList<UIElement> elements = SelectedElements; 1039private static bool FrameworkElementArraysAreEqual(IList<UIElement> elements1, IList<UIElement> elements2)
src\Framework\MS\Internal\ListOfObject.cs (4)
23int IList<object>.IndexOf(object item) 28void IList<object>.Insert(int index, object item) 33void IList<object>.RemoveAt(int index) 38object IList<object>.this[int index]
src\Framework\MS\Internal\PtsHost\Line.cs (7)
396IList<TextSpan<TextRun>> runs = _runs; 515IList<TextBounds> textBounds; 652IList<TextCollapsedRange> collapsedRanges = collapsedLine.GetTextCollapsedRanges(); 683IList<TextSpan<TextRun>> spans = _line.GetTextRunSpans(); 1009IList<TextBounds> textBounds; 1024IList<TextRunBounds> runBounds = textBounds[0].TextRunBounds; 1277private IList<TextSpan<TextRun>> _runs;
src\Framework\MS\Internal\PtsHost\PtsHost.cs (1)
1579IList<TextBreakpoint> textBreakpoints;
src\Framework\MS\Internal\PtsHost\TextParaClient.cs (2)
2106IList<Rect> rectangles = RectanglesFromDcpRangeOfSimpleLine( 2221IList<Rect> rectangles = RectanglesFromDcpRangeOfCompositeLineElement(
src\Framework\MS\Internal\PtsHost\TextParagraph.cs (2)
383internal System.Collections.Generic.IList<TextBreakpoint> 404System.Collections.Generic.IList<TextBreakpoint> textBreakpoints = textParagraphCache.FormatBreakpoints(
src\Framework\MS\Internal\Text\ComplexLine.cs (2)
162IList<TextSpan<TextRun>> runs = _line.GetTextRunSpans(); 237IList<TextSpan<TextRun>> runs = _line.GetTextRunSpans();
src\Framework\MS\Internal\Text\Line.cs (5)
174IList<TextBounds> textBounds; 320IList<TextCollapsedRange> collapsedRanges = collapsedLine.GetTextCollapsedRanges(); 428IList<TextSpan<TextRun>> runs = _line.GetTextRunSpans(); 468IList<TextBounds> textBounds; 483IList<TextRunBounds> runBounds = textBounds[0].TextRunBounds;
src\Framework\System\Windows\Annotations\AnnotationDocumentPaginator.cs (5)
348IList<IAttachedAnnotation> attachedAnnotations = ProcessAnnotations(dpv); 374private IList<IAttachedAnnotation> ProcessAnnotations(DocumentPageView dpv) 379IList<IAttachedAnnotation> attachedAnnotations = new List<IAttachedAnnotation>(); 380IList<ContentLocatorBase> locators = _locatorManager.GenerateLocators(dpv); 387IList<Annotation> annotations = _annotationStore.GetAnnotations(lists[0]);
src\Framework\System\Windows\Annotations\AnnotationHelper.cs (14)
218IList<IAttachedAnnotation> attachedAnnotations = null; 580private static IList<IAttachedAnnotation> GetSpannedAnnotations(AnnotationService service) 624IList<IAttachedAnnotation> attachedAnnotations = null; 645IList<TextSegment> textSegments = selection.TextSegments; 687private static IList<IAttachedAnnotation> GetSpannedAnnotationsForFlow(AnnotationService service, ITextSelection selection) 699IList<ContentLocatorBase> locators = service.LocatorManager.GenerateLocators(textRange); 707IList<IAttachedAnnotation> attachedAnnotations = null; 708IList<Annotation> annotations = null; 737private static IList<IAttachedAnnotation> GetSpannedAnnotationsForFixed(AnnotationService service, int startPage, int endPage) 775private static void AddRange(List<Annotation> annotations, IList<Annotation> newAnnotations) 795private static List<IAttachedAnnotation> ResolveAnnotations(AnnotationService service, IList<Annotation> annotations) 837IList<IAttachedAnnotation> attachedAnnotations = GetSpannedAnnotations(service); 989IList<IAttachedAnnotation> spannedAnnots = GetSpannedAnnotations(service); 1079IList<ContentLocatorBase> locators = service.LocatorManager.GenerateLocators(selection);
src\Framework\System\Windows\Annotations\AnnotationService.cs (12)
397IList<IAttachedAnnotation> attachedAnnotations = LocatorManager.ProcessSubTree(element); 458internal IList<IAttachedAnnotation> GetAttachedAnnotations() 826IList<IAttachedAnnotation> attachedAnnotations = LocatorManager.ProcessSubTree(_root); 911private void LoadAnnotationsFromList(IList<IAttachedAnnotation> attachedAnnotations) 1014IList<IAttachedAnnotation> attachedAnnotations = null; 1015IList<IAttachedAnnotation> dirtyAnnotations = new List<IAttachedAnnotation>(); 1045IList<UIElement> processedElements = new List<UIElement>(); 1206private IAttachedAnnotation FindAnnotationInList(IAttachedAnnotation attachedAnnotation, IList<IAttachedAnnotation> list) 1367IList<IAttachedAnnotation> annotations = _annotationMap.GetAttachedAnnotations(annotationId); 1431IList<IAttachedAnnotation> annotations = _annotationMap.GetAttachedAnnotations(annotation.Id); 1472IList<IAttachedAnnotation> annotations = _annotationMap.GetAttachedAnnotations(annotation.Id); 1788private static readonly DependencyProperty AttachedAnnotationsProperty = DependencyProperty.RegisterAttached("AttachedAnnotations", typeof(IList<IAttachedAnnotation>), typeof(AnnotationService));
src\Framework\System\Windows\Annotations\LocatorPartList.cs (2)
386internal IList<ContentLocatorBase> DotProduct(IList<ContentLocatorPart> additionalLocatorParts)
src\Framework\System\Windows\Annotations\Storage\AnnotationStore.cs (2)
99public abstract IList<Annotation> GetAnnotations(ContentLocator anchorLocator); 106public abstract IList <Annotation> GetAnnotations();
src\Framework\System\Windows\Annotations\Storage\XmlStreamStore.cs (20)
68_predefinedNamespaces = new Dictionary<Uri, IList<Uri>>(6); 111public XmlStreamStore(Stream stream, IDictionary<Uri, IList<Uri>> knownNamespaces) 254public override IList<Annotation> GetAnnotations(ContentLocator anchorLocator) 265IList<Annotation> annotations = null; 314public override IList<Annotation> GetAnnotations() 316IList<Annotation> annotations = null; 418public static IList<Uri> GetWellKnownCompatibleNamespaces(Uri name) 486public IList<Uri> IgnoredNamespaces 497public static IList<Uri> WellKnownNamespaces 679private IList<Annotation> MergeAndCacheAnnotations(Dictionary<Guid, Annotation> mapAnnotations, List<Guid> storeAnnotationsId) 713private IList<Annotation> InternalGetAnnotations(string query, ContentLocator anchorLocator) 753private void LoadStream(IDictionary<Uri, IList<Uri>> knownNamespaces) 797private void CheckKnownNamespaces(IDictionary<Uri, IList<Uri>> knownNamespaces) 802IList<Uri> allNamespaces = new List<Uri>(); 825foreach (KeyValuePair<Uri, IList<Uri>> item in knownNamespaces) 853private XmlCompatibilityReader SetupReader(IDictionary<Uri, IList<Uri>> knownNamespaces) 855IList<string> supportedNamespaces = new List<string>(); 881foreach (KeyValuePair<Uri, IList<Uri>> item in knownNamespaces) 1028private void SetStream(Stream stream, IDictionary<Uri, IList<Uri>> knownNamespaces) 1083private static readonly Dictionary<Uri, IList<Uri>> _predefinedNamespaces;
src\Framework\System\Windows\Automation\Peers\DataGridItemAutomationPeer.cs (2)
149IList<DataGridColumn> columns = OwningDataGrid.Columns; 547IList<DataGridColumn> columns = OwningDataGrid.Columns;
src\Framework\System\Windows\Controls\CustomDictionarySources.cs (11)
85int IList<Uri>.IndexOf(Uri item) 98void IList<Uri>.Insert(int index, Uri item) 114void IList<Uri>.RemoveAt(int index) 132Uri IList<Uri>.this[int index] 233((IList<Uri>)this).Add((Uri)value); 239((IList<Uri>)this).Clear(); 254((IList<Uri>)this).Insert(index, (Uri)value); 275((IList<Uri>)this).Remove((Uri)value); 280((IList<Uri>)this).RemoveAt(index); 291((IList<Uri>)this)[index] = (Uri)value; 306get { return ((IList<Uri>)this).Count; }
src\Framework\System\Windows\Controls\DataGrid.cs (1)
4135public IList<DataGridCellInfo> SelectedCells
src\Framework\System\Windows\Controls\InkCanvas.cs (2)
2542private void CoreChangeSelection(StrokeCollection validStrokes, IList<UIElement> validElements, bool raiseSelectionChanged) 2807IList<UIElement> elements = GetSelectedElements();
src\Framework\System\Windows\Controls\SelectedCellsChangedEventArgs.cs (4)
73public IList<DataGridCellInfo> AddedCells 81public IList<DataGridCellInfo> RemovedCells 86private IList<DataGridCellInfo> _addedCells; 87private IList<DataGridCellInfo> _removedCells;
src\Framework\System\Windows\Controls\TextBlock.cs (1)
2424IList<Rect> aryTextBounds = line.GetRangeBounds(dcpStart, dcpEnd - dcpStart, contentOffset.X, contentOffset.Y + lineOffset);
src\Framework\System\Windows\Controls\Validation.cs (2)
379IList<VisualStateGroup> groups = VisualStateManager.GetVisualStateGroupsInternal(fe); 397private static bool HasValidationGroup(IList<VisualStateGroup> groups)
src\Framework\System\Windows\Data\BindingGroup.cs (5)
816IList<WeakReference> newItems = new Collection<WeakReference>(); 1290static int FindIndexOf(WeakReference wr, IList<WeakReference> list) 1298static int FindIndexOf(object item, IList<WeakReference> list) 1675public void AddUniqueItems(IList<WeakReference> list) 1888public void AddUniqueItems(IList<WeakReference> list)
src\Framework\System\Windows\Documents\DocumentReferenceCollection.cs (1)
145private IList<DocumentReference> _InternalList
src\Framework\System\Windows\Documents\DocumentSequence.cs (1)
988private IList<RequestedPage> _pendingPages; // pending request to child page
src\Framework\System\Windows\Documents\FixedDocument.cs (1)
1336private IList<PageContent> _pendingPages;
src\Framework\System\Windows\Documents\FixedSOMPageConstructor.cs (3)
159public override void PolyLineTo(IList<Point> points, bool isStroked, bool isSmoothJoin) 183public override void PolyQuadraticBezierTo(IList<Point> points, bool isStroked, bool isSmoothJoin) 189public override void PolyBezierTo(IList<Point> points, bool isStroked, bool isSmoothJoin)
src\Framework\System\Windows\Documents\Glyphs.cs (1)
1076public IList<bool> caretStops;
src\Framework\System\Windows\Documents\PageContentCollection.cs (1)
165private IList<PageContent> InternalList
src\Framework\System\Windows\Markup\Baml2006\Baml2006Reader.cs (1)
2053IList<string> xamlNamespaces = type.GetXamlNamespaces();
src\Framework\System\Windows\Markup\Baml2006\WpfKnownType.cs (1)
327protected override IList<XamlType> LookupPositionalParameters(int paramCount)
src\Framework\System\Windows\Markup\ParserContext.cs (1)
887IList<CustomAttributeData> customAttributes = CustomAttributeData.GetCustomAttributes(property);
src\Framework\System\Windows\PropertyPath.cs (1)
1003IList<object> items = Items;
src\Framework\System\Windows\ResourceDictionary.cs (3)
1117IList<KeyRecord> keys = reader.ReadKeys(); 1210private void SetKeys(IList<KeyRecord> keyCollection, IServiceProvider serviceProvider) 1279private void SetOptimizedStaticResources(IList<object> staticResources, IServiceProvider serviceProvider, StaticResourceExtension staticResourceWorker)
src\Framework\System\Windows\Shell\JumpList.cs (6)
64public JumpItemsRejectedEventArgs(IList<JumpItem> rejectedItems, IList<JumpItemRejectionReason> reasons) 88public IList<JumpItem> RejectedItems { get; private set; } 89public IList<JumpItemRejectionReason> RejectionReasons { get; private set; } 101public JumpItemsRemovedEventArgs(IList<JumpItem> removedItems) 113public IList<JumpItem> RemovedItems { get; private set; }
src\Framework\System\Windows\Standard\Utilities.cs (2)
117public static BitmapFrame GetBestMatch(IList<BitmapFrame> frames, int width, int height) 146private static BitmapFrame _GetBestMatch(IList<BitmapFrame> frames, int bitDepth, int width, int height)
src\Framework\System\Windows\VisualStateManager.cs (4)
43IList<VisualStateGroup> groups = VisualStateManager.GetVisualStateGroupsInternal(stateGroupsRoot); 192internal static bool TryGetState(IList<VisualStateGroup> groups, string stateName, out VisualStateGroup group, out VisualState state) 600IList<VisualTransition> transitions = (IList<VisualTransition>)group.Transitions;
svcutil (7)
CommandLineParser.cs (7)
87Dictionary<string, IList<string>> contents; 91contents = new Dictionary<string, IList<string>>(capacity); 96IList<string> values; 110IList<string> values; 125internal IList<string> GetArguments(string key) 127IList<string> result; 138internal void Add(string key, IList<string> values)
System (50)
compmod\system\collections\generic\sortedlist.cs (2)
281public IList<TKey> Keys { 309public IList<TValue> Values {
compmod\system\collections\objectmodel\observablecollection.cs (1)
92IList<T> items = Items;
compmod\system\componentmodel\BindingList.cs (1)
65public BindingList(IList<T> list) : base(list) {
net\System\Net\_AutoWebProxyScriptEngine.cs (2)
205internal bool GetProxies(Uri destination, out IList<string> proxyList) 211internal bool GetProxies(Uri destination, out IList<string> proxyList, ref int syncStatus)
net\System\Net\BaseWebProxyFinder.cs (1)
29public abstract bool GetProxies(Uri destination, out IList<string> proxyList);
net\System\Net\HybridWebProxyFinder.cs (1)
47public bool GetProxies(Uri destination, out IList<string> proxyList)
net\System\Net\IWebProxyFinder.cs (1)
11bool GetProxies(Uri destination, out IList<string> proxyList);
net\System\Net\mail\MailAddressCollection.cs (1)
48IList<MailAddress> result = MailAddressParser.ParseMultipleAddresses(addresses);
net\System\Net\mail\MailAddressParser.cs (2)
43internal static IList<MailAddress> ParseMultipleAddresses(string data) 45IList<MailAddress> results = new List<MailAddress>();
net\System\Net\mail\MailBnfHelper.cs (1)
52internal static readonly IList<char> Whitespace;
net\System\Net\NetWebProxyFinder.cs (3)
45public override bool GetProxies(Uri destination, out IList<string> proxyList) 413private static IList<string> ParseScriptResult(string scriptReturn) 415IList<string> result = new List<string>();
net\System\Net\Sockets\_OverlappedAsyncResult.cs (2)
137internal void SetUnmanagedStructures(IList<ArraySegment<byte>> buffers) 168internal void SetUnmanagedStructures(IList<ArraySegment<byte>> buffers, ref OverlappedCache overlappedCache)
net\System\Net\Sockets\Socket.cs (14)
1289public int Send(IList<ArraySegment<byte>> buffers) { 1296public int Send(IList<ArraySegment<byte>> buffers, SocketFlags socketFlags) { 1306public int Send(IList<ArraySegment<byte>> buffers, SocketFlags socketFlags, out SocketError errorCode) { 1827public int Receive(IList<ArraySegment<byte>> buffers) { 1832public int Receive(IList<ArraySegment<byte>> buffers, SocketFlags socketFlags) { 1841public int Receive(IList<ArraySegment<byte>> buffers, SocketFlags socketFlags, out SocketError errorCode) { 3688public IAsyncResult BeginSend(IList<ArraySegment<byte>> buffers, SocketFlags socketFlags, AsyncCallback callback, object state) 3700public IAsyncResult BeginSend(IList<ArraySegment<byte>> buffers, SocketFlags socketFlags, out SocketError errorCode, AsyncCallback callback, object state) 3739private SocketError DoBeginSend(IList<ArraySegment<byte>> buffers, SocketFlags socketFlags, OverlappedAsyncResult asyncResult) 4316public IAsyncResult BeginReceive(IList<ArraySegment<byte>> buffers, SocketFlags socketFlags, AsyncCallback callback, object state) 4328public IAsyncResult BeginReceive(IList<ArraySegment<byte>> buffers, SocketFlags socketFlags, out SocketError errorCode, AsyncCallback callback, object state) 4369private SocketError DoBeginReceive(IList<ArraySegment<byte>> buffers, SocketFlags socketFlags, OverlappedAsyncResult asyncResult) 8597internal IList<ArraySegment<byte> > m_BufferList; 8753public IList<ArraySegment<byte> > BufferList {
net\System\Net\webproxy.cs (3)
590IList<string> proxies = null; 616IList<string> proxyList; 637IList<string> proxyList = null;
net\System\Net\WebSockets\ClientWebSocket.cs (2)
400private readonly IList<string> requestedSubProtocols; 581internal IList<string> RequestedSubProtocols { get { return requestedSubProtocols; } }
net\System\Net\WebSockets\WebSocketBase.cs (2)
399private async Task SendFrameAsync(IList<ArraySegment<byte>> sendBuffers, CancellationToken cancellationToken) 2489Task MultipleWriteAsync(IList<ArraySegment<byte>> buffers, CancellationToken cancellationToken);
net\System\Net\WebSockets\WebSocketConnectionStream.cs (6)
313public async Task MultipleWriteAsync(IList<ArraySegment<byte>> sendBuffers, CancellationToken cancellationToken) 458private static readonly Func<IList<ArraySegment<byte>>, AsyncCallback, object, IAsyncResult> s_BeginMultipleWrite = 459new Func<IList<ArraySegment<byte>>, AsyncCallback, object, IAsyncResult>(BeginMultipleWrite); 597private static IAsyncResult BeginMultipleWrite(IList<ArraySegment<byte>> sendBuffers, AsyncCallback callback, object asyncState) 627public Task MultipleWriteAsync(IList<ArraySegment<byte>> sendBuffers, 635return Task.Factory.FromAsync<IList<ArraySegment<byte>>>(s_BeginMultipleWrite, s_EndMultipleWrite,
net\System\Net\WebSockets\WebSocketHttpListenerDuplexStream.cs (4)
343public Task MultipleWriteAsync(IList<ArraySegment<byte>> sendBuffers, CancellationToken cancellationToken) 359private async Task MultipleWriteAsyncCore(IList<ArraySegment<byte>> sendBuffers, CancellationToken cancellationToken) 853private IList<ArraySegment<byte>> m_BufferList; 897public IList<ArraySegment<byte>> BufferList
net\System\Net\WinHttpWebProxyFinder.cs (1)
49public override bool GetProxies(Uri destination, out IList<string> proxyList)
System.Activities (410)
Microsoft\VisualBasic\Activities\VisualBasicDesignerHelper.cs (7)
52IList<string> namespaces; 53IList<string> referencedAssemblies; 85IList<string> namespaces; 86IList<string> referencedAssemblies; 687static void GetAllImportReferences(Activity activity, out IList<string> namespaces, out IList<string> assemblies) 689IList<AssemblyReference> referencedAssemblies;
Microsoft\VisualBasic\Activities\VisualBasicHelper.cs (11)
184public static void GetAllImportReferences(Activity activity, bool isDesignTime, out IList<string> namespaces, out IList<AssemblyReference> assemblies) 210IList<string> rootNamespaces; 211IList<AssemblyReference> rootAssemblies; 239IList<string> namespaces, IList<AssemblyReference> assemblies) 254IList<string> localNamespaces; 255IList<AssemblyReference> localAssemblies; 1591IList<Import> importList; 1593public VisualBasicImportScope(IList<Import> importList) 1597public IList<Import> GetImports()
Microsoft\VisualBasic\Activities\XamlIntegration\VisualBasicExpressionConverter.cs (1)
32IList<Assembly> xsCtxReferenceAssemblies = null;
System\Activities\Activity.cs (40)
32static readonly IList<Activity> emptyChildren = new List<Activity>(0); 33static readonly IList<Variable> emptyVariables = new List<Variable>(0); 34static readonly IList<RuntimeArgument> emptyArguments = new List<RuntimeArgument>(0); 35static readonly IList<ActivityDelegate> emptyDelegates = new List<ActivityDelegate>(0); 44IList<RuntimeArgument> arguments; 46IList<Activity> children; 47IList<Activity> implementationChildren; 48IList<Activity> importedChildren; 50IList<ActivityDelegate> delegates; 51IList<ActivityDelegate> implementationDelegates; 52IList<ActivityDelegate> importedDelegates; 54IList<Variable> variables; 55IList<Variable> implementationVariables; 57IList<ValidationError> tempValidationErrors; 58IList<RuntimeArgument> tempAutoGeneratedArguments; 351internal IList<RuntimeArgument> RuntimeArguments 359internal IList<Activity> Children 367internal IList<Activity> ImplementationChildren 375internal IList<Activity> ImportedChildren 383internal IList<ActivityDelegate> Delegates 391internal IList<ActivityDelegate> ImplementationDelegates 399internal IList<ActivityDelegate> ImportedDelegates 475internal IList<Variable> RuntimeVariables 483internal IList<Variable> ImplementationVariables 491internal IList<Constraint> RuntimeConstraints 751internal void SetTempValidationErrorCollection(IList<ValidationError> validationErrors) 756internal void TransferTempValidationErrors(ref IList<ValidationError> newList) 797internal virtual IList<Constraint> InternalGetConstraints() 950internal bool InitializeRelationship(ActivityDelegate activityDelegate, ActivityCollectionType collectionType, ref IList<ValidationError> validationErrors) 972internal bool InitializeRelationship(RuntimeArgument argument, ref IList<ValidationError> validationErrors) 977internal bool InitializeRelationship(Variable variable, bool isPublic, ref IList<ValidationError> validationErrors) 982internal bool InitializeRelationship(Activity parent, ActivityCollectionType collectionType, ref IList<ValidationError> validationErrors) 997bool InitializeRelationship(Activity parent, bool isPublic, RelationshipType relationship, ref IList<ValidationError> validationErrors) 1083internal void InternalCacheMetadata(bool createEmptyBindings, ref IList<ValidationError> validationErrors) 1510IList<RuntimeArgument> runtimeArguments = DictionaryArgumentHelper.TryGetRuntimeArguments(property, propertyDescriptor.Name); 1705public IList<RuntimeArgument> RuntimeArguments 1711public static IList<RuntimeArgument> TryGetRuntimeArguments(object propertyValue, string propertyName) 1742protected static IList<RuntimeArgument> GetRuntimeArguments<T>(IEnumerable<KeyValuePair<string, T>> argumentDictionary, string propertyName) where T : Argument 1744IList<RuntimeArgument> runtimeArguments = new List<RuntimeArgument>(); 1926IList<RuntimeArgument> runtimeArguments = this.RuntimeArguments;
System\Activities\ActivityAction.cs (34)
12static readonly IList<RuntimeDelegateArgument> EmptyDelegateParameters = new List<RuntimeDelegateArgument>(0); 18internal override IList<RuntimeDelegateArgument> InternalGetRuntimeDelegateArguments() 37internal override IList<RuntimeDelegateArgument> InternalGetRuntimeDelegateArguments() 39IList<RuntimeDelegateArgument> result = new List<RuntimeDelegateArgument>(1) 67internal override IList<RuntimeDelegateArgument> InternalGetRuntimeDelegateArguments() 69IList<RuntimeDelegateArgument> result = new List<RuntimeDelegateArgument>(2) 105internal override IList<RuntimeDelegateArgument> InternalGetRuntimeDelegateArguments() 107IList<RuntimeDelegateArgument> result = new List<RuntimeDelegateArgument>(3) 151internal override IList<RuntimeDelegateArgument> InternalGetRuntimeDelegateArguments() 153IList<RuntimeDelegateArgument> result = new List<RuntimeDelegateArgument>(4) 205internal override IList<RuntimeDelegateArgument> InternalGetRuntimeDelegateArguments() 207IList<RuntimeDelegateArgument> result = new List<RuntimeDelegateArgument>(5) 267internal override IList<RuntimeDelegateArgument> InternalGetRuntimeDelegateArguments() 269IList<RuntimeDelegateArgument> result = new List<RuntimeDelegateArgument>(6) 338internal override IList<RuntimeDelegateArgument> InternalGetRuntimeDelegateArguments() 340IList<RuntimeDelegateArgument> result = new List<RuntimeDelegateArgument>(7) 416internal override IList<RuntimeDelegateArgument> InternalGetRuntimeDelegateArguments() 418IList<RuntimeDelegateArgument> result = new List<RuntimeDelegateArgument>(8) 502internal override IList<RuntimeDelegateArgument> InternalGetRuntimeDelegateArguments() 504IList<RuntimeDelegateArgument> result = new List<RuntimeDelegateArgument>(9) 596internal override IList<RuntimeDelegateArgument> InternalGetRuntimeDelegateArguments() 598IList<RuntimeDelegateArgument> result = new List<RuntimeDelegateArgument>(10) 698internal override IList<RuntimeDelegateArgument> InternalGetRuntimeDelegateArguments() 700IList<RuntimeDelegateArgument> result = new List<RuntimeDelegateArgument>(11) 808internal override IList<RuntimeDelegateArgument> InternalGetRuntimeDelegateArguments() 810IList<RuntimeDelegateArgument> result = new List<RuntimeDelegateArgument>(12) 926internal override IList<RuntimeDelegateArgument> InternalGetRuntimeDelegateArguments() 928IList<RuntimeDelegateArgument> result = new List<RuntimeDelegateArgument>(13) 1052internal override IList<RuntimeDelegateArgument> InternalGetRuntimeDelegateArguments() 1054IList<RuntimeDelegateArgument> result = new List<RuntimeDelegateArgument>(14) 1186internal override IList<RuntimeDelegateArgument> InternalGetRuntimeDelegateArguments() 1188IList<RuntimeDelegateArgument> result = new List<RuntimeDelegateArgument>(15) 1328internal override IList<RuntimeDelegateArgument> InternalGetRuntimeDelegateArguments() 1330IList<RuntimeDelegateArgument> result = new List<RuntimeDelegateArgument>(16)
System\Activities\ActivityBuilder.cs (1)
122public static IList<ActivityPropertyReference> GetPropertyReferences(object target)
System\Activities\ActivityDelegate.cs (6)
42IList<RuntimeDelegateArgument> delegateParameters; 97internal IList<RuntimeDelegateArgument> RuntimeDelegateArguments 115protected virtual void OnGetRuntimeDelegateArguments(IList<RuntimeDelegateArgument> runtimeDelegateArguments) 128internal virtual IList<RuntimeDelegateArgument> InternalGetRuntimeDelegateArguments() 130IList<RuntimeDelegateArgument> result = new List<RuntimeDelegateArgument>(); 153internal bool InitializeRelationship(Activity parent, ActivityCollectionType collectionType, ref IList<ValidationError> validationErrors)
System\Activities\ActivityFunc.cs (34)
28internal override IList<RuntimeDelegateArgument> InternalGetRuntimeDelegateArguments() 30IList<RuntimeDelegateArgument> parameters = new List<RuntimeDelegateArgument>(1) 64internal override IList<RuntimeDelegateArgument> InternalGetRuntimeDelegateArguments() 66IList<RuntimeDelegateArgument> parameters = new List<RuntimeDelegateArgument>(2) 107internal override IList<RuntimeDelegateArgument> InternalGetRuntimeDelegateArguments() 109IList<RuntimeDelegateArgument> parameters = new List<RuntimeDelegateArgument>(3) 158internal override IList<RuntimeDelegateArgument> InternalGetRuntimeDelegateArguments() 160IList<RuntimeDelegateArgument> parameters = new List<RuntimeDelegateArgument>(4) 217internal override IList<RuntimeDelegateArgument> InternalGetRuntimeDelegateArguments() 219IList<RuntimeDelegateArgument> parameters = new List<RuntimeDelegateArgument>(5) 284internal override IList<RuntimeDelegateArgument> InternalGetRuntimeDelegateArguments() 286IList<RuntimeDelegateArgument> parameters = new List<RuntimeDelegateArgument>(6) 359internal override IList<RuntimeDelegateArgument> InternalGetRuntimeDelegateArguments() 361IList<RuntimeDelegateArgument> parameters = new List<RuntimeDelegateArgument>(7) 442internal override IList<RuntimeDelegateArgument> InternalGetRuntimeDelegateArguments() 444IList<RuntimeDelegateArgument> parameters = new List<RuntimeDelegateArgument>(8) 533internal override IList<RuntimeDelegateArgument> InternalGetRuntimeDelegateArguments() 535IList<RuntimeDelegateArgument> parameters = new List<RuntimeDelegateArgument>(9) 632internal override IList<RuntimeDelegateArgument> InternalGetRuntimeDelegateArguments() 634IList<RuntimeDelegateArgument> parameters = new List<RuntimeDelegateArgument>(10) 739internal override IList<RuntimeDelegateArgument> InternalGetRuntimeDelegateArguments() 741IList<RuntimeDelegateArgument> parameters = new List<RuntimeDelegateArgument>(11) 854internal override IList<RuntimeDelegateArgument> InternalGetRuntimeDelegateArguments() 856IList<RuntimeDelegateArgument> parameters = new List<RuntimeDelegateArgument>(12) 977internal override IList<RuntimeDelegateArgument> InternalGetRuntimeDelegateArguments() 979IList<RuntimeDelegateArgument> parameters = new List<RuntimeDelegateArgument>(13) 1108internal override IList<RuntimeDelegateArgument> InternalGetRuntimeDelegateArguments() 1110IList<RuntimeDelegateArgument> parameters = new List<RuntimeDelegateArgument>(14) 1247internal override IList<RuntimeDelegateArgument> InternalGetRuntimeDelegateArguments() 1249IList<RuntimeDelegateArgument> parameters = new List<RuntimeDelegateArgument>(15) 1394internal override IList<RuntimeDelegateArgument> InternalGetRuntimeDelegateArguments() 1396IList<RuntimeDelegateArgument> parameters = new List<RuntimeDelegateArgument>(16) 1549internal override IList<RuntimeDelegateArgument> InternalGetRuntimeDelegateArguments() 1551IList<RuntimeDelegateArgument> parameters = new List<RuntimeDelegateArgument>(17)
System\Activities\ActivityInstance.cs (11)
740internal void AppendChildren(ActivityUtilities.TreeProcessingList nextInstanceList, ref Queue<IList<ActivityInstance>> instancesRemaining) 882internal void ResolveNewArgumentsDuringDynamicUpdate(ActivityExecutor executor, IList<int> dynamicUpdateArgumentIndexes) 892IList<RuntimeArgument> runtimeArguments = this.Activity.RuntimeArguments; 976IList<RuntimeArgument> runtimeArguments = this.Activity.RuntimeArguments; 1008internal void ResolveNewVariableDefaultsDuringDynamicUpdate(ActivityExecutor executor, IList<int> dynamicUpdateVariableIndexes, bool forImplementation) 1013IList<Variable> runtimeVariables; 1041IList<Variable> implementationVariables = this.Activity.ImplementationVariables; 1042IList<Variable> runtimeVariables = this.Activity.RuntimeVariables; 1525IList<Bookmark> multipleBookmarks; 1638public void AppendChildren(ActivityUtilities.TreeProcessingList nextInstanceList, ref Queue<IList<ActivityInstance>> instancesRemaining) 1657instancesRemaining = new Queue<IList<ActivityInstance>>();
System\Activities\ActivityLocationReferenceEnvironment.cs (1)
106public void Declare(LocationReference locationReference, Activity owner, ref IList<ValidationError> validationErrors)
System\Activities\ActivityUtilities.cs (26)
52static IList<Type> collectionInterfaces; 81static IList<Type> CollectionInterfaces 89typeof(IList<>), 528static void ProcessChildren(Activity parent, IList<Activity> children, ActivityCollectionType collectionType, bool addChildren, ref ChildActivity nextActivity, ref Stack<ChildActivity> activitiesRemaining, ref IList<ValidationError> validationErrors) 545static void ProcessArguments(Activity parent, IList<RuntimeArgument> arguments, bool addChildren, ref ActivityLocationReferenceEnvironment environment, ref int nextEnvironmentId, ref ChildActivity nextActivity, ref Stack<ChildActivity> activitiesRemaining, ref IList<ValidationError> validationErrors) 576static void ProcessVariables(Activity parent, IList<Variable> variables, ActivityCollectionType collectionType, bool addChildren, ref ActivityLocationReferenceEnvironment environment, ref int nextEnvironmentId, ref ChildActivity nextActivity, ref Stack<ChildActivity> activitiesRemaining, ref IList<ValidationError> validationErrors) 607static void ProcessDelegates(Activity parent, IList<ActivityDelegate> delegates, ActivityCollectionType collectionType, bool addChildren, ref ChildActivity nextActivity, ref Stack<ChildActivity> activitiesRemaining, ref IList<ValidationError> validationErrors) 622static void ProcessActivity(ChildActivity childActivity, ref ChildActivity nextActivity, ref Stack<ChildActivity> activitiesRemaining, ActivityCallStack parentChain, ref IList<ValidationError> validationErrors, ProcessActivityTreeOptions options, ProcessActivityCallback callback) 632IList<Constraint> constraints = activity.RuntimeConstraints; 633IList<ValidationError> tempValidationErrors = null; 809public static void CacheRootMetadata(Activity activity, LocationReferenceEnvironment hostEnvironment, ProcessActivityTreeOptions options, ProcessActivityCallback callback, ref IList<ValidationError> validationErrors) 859IList<ValidationError> discardedValidationErrors = null; 865IList<ValidationError> discardedValidationErrors = null; 883static void ProcessActivityTreeCore(ChildActivity currentActivity, ActivityCallStack parentChain, ProcessActivityTreeOptions options, ProcessActivityCallback callback, ref IList<ValidationError> validationErrors) 932static void SetupForProcessing(IList<Activity> children, bool canBeExecuted, ref ChildActivity nextActivity, ref Stack<ChildActivity> activitiesRemaining) 940static void SetupForProcessing(IList<ActivityDelegate> delegates, bool canBeExecuted, ref ChildActivity nextActivity, ref Stack<ChildActivity> activitiesRemaining) 948static void SetupForProcessing(IList<Variable> variables, ref ChildActivity nextActivity, ref Stack<ChildActivity> activitiesRemaining) 956static void SetupForProcessing(IList<RuntimeArgument> arguments, ref ChildActivity nextActivity, ref Stack<ChildActivity> activitiesRemaining) 1006Queue<IList<ActivityInstance>> instancesRemaining = null; 1142public static void Add<T>(ref IList<T> list, T data) 1157IList<ActivityInstance> multipleItems; 1201public void Set(IList<ActivityInstance> listToSet)
System\Activities\Argument.cs (1)
265internal void Validate(Activity owner, ref IList<ValidationError> validationErrors)
System\Activities\Debugger\DebugInfo.cs (1)
299static List<RuntimeArgument> RemoveHiddenArguments(HashSet<string> existingNames, IList<RuntimeArgument> ancestorArguments)
System\Activities\Debugger\SourceLocationProvider.cs (4)
212IList<ValidationError> validationErrors = null; 284IList<ValidationError> validationErrors = null; 292IList<ValidationError> validationErrors = null; 384IList<ValidationError> validationErrors = null;
System\Activities\DelegateArgument.cs (1)
86internal bool InitializeRelationship(Activity parent, ref IList<ValidationError> validationErrors)
System\Activities\DynamicUpdate\ActivityComparer.cs (12)
57public static bool ListEquals(IList<RuntimeDelegateArgument> currentArguments, IList<RuntimeDelegateArgument> originalArguments) 62public static bool ListEquals(IList<ArgumentInfo> currentArguments, IList<ArgumentInfo> originalArguments) 67public static bool ListEquals<T>(IList<T> currentMembers, IList<T> originalMembers, Func<T, T, bool> comparer) 118static IList<Activity> GetDeclaredChildren(IList<Activity> collection, Activity parent) 123static IList<ActivityDelegate> GetDeclaredDelegates(IList<ActivityDelegate> collection, Activity parentActivity) 390IList<ArgumentInfo> oldArguments = ArgumentInfo.List(originalActivity); 413IList<ArgumentInfo> newArgumentInfos = ArgumentInfo.List(currentActivity);
System\Activities\DynamicUpdate\ArgumentInfo.cs (1)
177public static IList<ArgumentInfo> List(Activity activity)
System\Activities\DynamicUpdate\DynamicUpdateMap.cs (7)
25IList<ArgumentInfo> newArguments; 26IList<ArgumentInfo> oldArguments; 48internal IList<ArgumentInfo> SerializedNewArguments 55internal IList<ArgumentInfo> SerializedOldArguments 69internal IList<ArgumentInfo> NewArguments 85internal IList<ArgumentInfo> OldArguments 144private IList<DynamicUpdateMapEntry> Entries
System\Activities\DynamicUpdate\DynamicUpdateMapBuilder.cs (19)
99IList<ActivityBlockingUpdate> activitiesBlockingUpdate; 104public DynamicUpdateMap CreateMap(out IList<ActivityBlockingUpdate> activitiesBlockingUpdate) 117IList<ValidationError> validationErrors = null; 234IList<Variable> variables = currentElement.RuntimeVariables; 305IList<ActivityBlockingUpdate> blockList; 316public DynamicUpdateMap FinalizeUpdate(out IList<ActivityBlockingUpdate> blockList) 506IList<ArgumentInfo> oldArguments = GetOriginalArguments(mapEntry, implementationMap, currentElement, originalElement); 555internal static void FillEnvironmentMapMemberCounts(EnvironmentUpdateMap envMap, Activity currentElement, Activity originalElement, IList<ArgumentInfo> oldArguments) 604void CreateVariableEntries(bool forImplementationVariables, DynamicUpdateMapEntry mapEntry, IList<Variable> newVariables, IList<Variable> oldVariables, Activity originalElement) 659internal void CreateArgumentEntries(DynamicUpdateMapEntry mapEntry, IList<RuntimeArgument> newArguments, IList<ArgumentInfo> oldArguments) 674internal static bool CreateArgumentEntries(DynamicUpdateMapEntry mapEntry, IList<RuntimeArgument> newArguments, IList<ArgumentInfo> oldArguments, Dictionary<Activity, Activity> expressionRootsThatCanInduceIdle, out RuntimeArgument newIdleArgument, out Activity idleActivity) 719IList<ArgumentInfo> GetOriginalArguments(DynamicUpdateMapEntry mapEntry, DynamicUpdateMap implementationMap, Activity updatedActivity, Activity originalActivity) 766IList<Variable> variables = activity.RuntimeVariables; 1044IList<Variable> originalVariables; 1259public void CreateArgumentEntries(DynamicUpdateMapEntry mapEntry, IList<RuntimeArgument> newArguments, IList<ArgumentInfo> oldArguments)
System\Activities\DynamicUpdate\DynamicUpdateServices.cs (7)
97IList<ActivityBlockingUpdate> activitiesBlockingUpdate; 102public static DynamicUpdateMap CreateUpdateMap(Activity updatedWorkflowDefinition, IEnumerable<Activity> disallowUpdateInsideActivities, out IList<ActivityBlockingUpdate> activitiesBlockingUpdate) 136IList<ActivityBlockingUpdate> activitiesBlockingUpdate; 141public static DynamicUpdateMap CreateUpdateMap(ActivityBuilder updatedActivityDefinition, IEnumerable<Activity> disallowUpdateInsideActivities, out IList<ActivityBlockingUpdate> activitiesBlockingUpdate) 171private static DynamicUpdateMap InternalTryCreateUpdateMap(Activity updatedDefinition, Activity originalDefinition, IEnumerable<Activity> disallowUpdateInsideActivities, bool forImplementation, out IList<ActivityBlockingUpdate> activitiesBlockingUpdate) 245IList<string> namespacesForImplementation = TextExpression.GetNamespacesForImplementation(activityDefinition); 251IList<AssemblyReference> referencesForImplementation = TextExpression.GetReferencesForImplementation(activityDefinition);
System\Activities\DynamicUpdate\EnvironmentUpdateMap.cs (15)
17IList<EnvironmentUpdateMapEntry> variableEntries; 18IList<EnvironmentUpdateMapEntry> privateVariableEntries; 19IList<EnvironmentUpdateMapEntry> argumentEntries; 75internal IList<EnvironmentUpdateMapEntry> SerializedVariableEntries 82internal IList<EnvironmentUpdateMapEntry> SerializedPrivateVariableEntries 89internal IList<EnvironmentUpdateMapEntry> SerializedArgumentEntries 128public IList<EnvironmentUpdateMapEntry> VariableEntries 141public IList<EnvironmentUpdateMapEntry> PrivateVariableEntries 154public IList<EnvironmentUpdateMapEntry> ArgumentEntries 253static IList<EnvironmentUpdateMapEntry> Merge(int finalCount, IList<EnvironmentUpdateMapEntry> first, 254IList<EnvironmentUpdateMapEntry> second) 269static EnvironmentUpdateMapEntry MergeEntry(int finalIndex, IList<EnvironmentUpdateMapEntry> first, 270IList<EnvironmentUpdateMapEntry> second) 286static EnvironmentUpdateMapEntry FindByNewIndex(IList<EnvironmentUpdateMapEntry> entries, int newIndex)
System\Activities\DynamicUpdate\InstanceUpdateException.cs (5)
35public InstanceUpdateException(IList<ActivityBlockingUpdate> blockingActivities) 40public InstanceUpdateException(string message, IList<ActivityBlockingUpdate> blockingActivities) 49public InstanceUpdateException(string message, IList<ActivityBlockingUpdate> blockingActivities, Exception innerException) 65public IList<ActivityBlockingUpdate> BlockingActivities 86private static string BuildMessage(IList<ActivityBlockingUpdate> blockingActivities)
System\Activities\Expressions\CompiledExpressionInvoker.cs (3)
27IList<LocationReference> locationReferences; 277IList<string> requiredLocationNames = this.compiledRoot.GetRequiredLocations(this.expressionId); 320void CreateRequiredArguments(IList<string> requiredLocationNames)
System\Activities\Expressions\TextExpression.cs (18)
48public static IList<string> DefaultNamespaces 56public static IList<AssemblyReference> DefaultReferences 64public static IList<string> GetNamespacesInScope(Activity activity) 69IList<string> result = isImplementation ? GetNamespacesForImplementation(root) : GetNamespaces(root); 81public static IList<string> GetNamespaces(object target) 86public static void SetNamespaces(object target, IList<string> namespaces) 101public static IList<string> GetNamespacesForImplementation(object target) 106public static void SetNamespacesForImplementation(object target, IList<string> namespaces) 123public static IList<AssemblyReference> GetReferencesInScope(Activity activity) 128IList<AssemblyReference> result = isImplementation ? GetReferencesForImplementation(root) : GetReferences(root); 140public static IList<AssemblyReference> GetReferences(object target) 145public static void SetReferences(object target, IList<AssemblyReference> references) 160public static IList<AssemblyReference> GetReferencesForImplementation(object target) 165public static void SetReferencesForImplementation(object target, IList<AssemblyReference> references) 207private static IList<T> GetCollection<T>(object target, AttachableMemberIdentifier property) 209IList<T> result; 219private static void SetCollection<T>(object target, AttachableMemberIdentifier property, IList<T> collection) 240IList<T> result;
System\Activities\ExpressionUtilities.cs (16)
890IList<Expression> expressionList = null; 891IList<ElementInit> initializerList = null; 892IList<MemberBinding> bindingList = null; 1197static bool TryRewriteLambdaExpressionBindingsCollection(IList<MemberBinding> bindings, out IList<MemberBinding> newBindings, CodeActivityPublicEnvironmentAccessor publicAccessor) 1199IList<MemberBinding> temporaryBindings = null; 1247IList<ElementInit> initializerList = null; 1248IList<MemberBinding> bindingList = null; 1290static bool TryRewriteLambdaExpressionCollection(IList<Expression> expressions, out IList<Expression> newExpressions, CodeActivityPublicEnvironmentAccessor publicAccessor) 1292IList<Expression> temporaryExpressions = null; 1334static bool TryRewriteLambdaExpressionInitializersCollection(IList<ElementInit> initializers, out IList<ElementInit> newInitializers, CodeActivityPublicEnvironmentAccessor publicAccessor) 1336IList<ElementInit> temporaryInitializers = null; 1342IList<Expression> newExpressions; 1963IList<Expression> expressionList;
System\Activities\Hosting\WorkflowInstance.cs (6)
224protected static IList<ActivityBlockingUpdate> GetActivitiesBlockingUpdate(object deserializedRuntimeState, DynamicUpdateMap updateMap) 241IList<ActivityBlockingUpdate> result = executor.GetActivitiesBlockingUpdate(rootMap); 251protected void Initialize(IDictionary<string, object> workflowArgumentValues, IList<Handle> workflowExecutionProperties) 333IList<ActivityBlockingUpdate> blockingActivities = updateException.BlockingActivities; 379IList<ValidationError> validationErrors = null; 417void InitializeCore(IDictionary<string, object> workflowArgumentValues, IList<Handle> workflowExecutionProperties)
System\Activities\HybridCollection.cs (1)
78protected IList<T> MultipleItems
System\Activities\IdSpace.cs (1)
14IList<Activity> members;
System\Activities\Runtime\ActivityExecutor.cs (4)
846public IList<ActivityBlockingUpdate> GetActivitiesBlockingUpdate(DynamicUpdateMap updateMap) 2345IList<RuntimeArgument> rootArguments = this.rootElement.RuntimeArguments; 2707public void ScheduleRootActivity(Activity activity, IDictionary<string, object> argumentValueOverrides, IList<Handle> hostProperties) 2802IList<RuntimeDelegateArgument> activityDelegateParameters = activityDelegate.RuntimeDelegateArguments;
System\Activities\Runtime\ActivityInstanceMap.cs (4)
24IList<InstanceListNeedingUpdate> updateList; 256private IList<InstanceListNeedingUpdate> GetInstanceListsNeedingUpdate(DynamicUpdateMap updateMap, Activity targetDefinition, List<ActivityInstance> secondaryRootInstances, ref Collection<ActivityBlockingUpdate> updateErrors) 258IList<InstanceListNeedingUpdate> instanceListsToUpdate = new List<InstanceListNeedingUpdate>(); 422private static bool TryGatherSchedulableExpressions(IList<EnvironmentUpdateMapEntry> entries, out List<int> addedLocationReferenceIndexes)
System\Activities\Runtime\BookmarkList.cs (1)
45internal void TransferBookmarks(out Bookmark singleItem, out IList<Bookmark> multipleItems)
System\Activities\Runtime\BookmarkManager.cs (1)
263public void PurgeBookmarks(Bookmark singleBookmark, IList<Bookmark> multipleBookmarks)
System\Activities\Runtime\BookmarkScopeManager.cs (1)
566public void PurgeBookmarks(BookmarkManager nonScopedBookmarkManager, Bookmark singleBookmark, IList<Bookmark> multipleBookmarks)
System\Activities\Runtime\DelegateCompletionCallbackWrapper.cs (1)
38IList<RuntimeDelegateArgument> runtimeArguments = completedInstance.Activity.HandlerOf.RuntimeDelegateArguments;
System\Activities\Runtime\LocationEnvironment.cs (5)
25IList<Location> locationsToUnregister; 26IList<LocationReference> locationsToRegister; 306void UninitializeHandles(ActivityInstance scope, IList<Variable> variables, ref HandleInitializationContext context) 666void UpdateVariables(int newVariablesOffset, int oldVariablesOffset, int newVariableCount, int oldVariableCount, IList<EnvironmentUpdateMapEntry> variableEntries, IList<Variable> variables, Location[] newLocations)
System\Activities\RuntimeArgument.cs (1)
281internal bool InitializeRelationship(Activity parent, ref IList<ValidationError> validationErrors)
System\Activities\Statements\CompensableActivity.cs (1)
200internal override IList<Constraint> InternalGetConstraints()
System\Activities\Statements\Compensate.cs (1)
87internal override IList<Constraint> InternalGetConstraints()
System\Activities\Statements\Confirm.cs (1)
95internal override IList<Constraint> InternalGetConstraints()
System\Activities\Statements\FlowDecision.cs (1)
91internal override void GetConnectedNodes(IList<FlowNode> connections)
System\Activities\Statements\FlowNode.cs (1)
86internal abstract void GetConnectedNodes(IList<FlowNode> connections);
System\Activities\Statements\FlowStep.cs (1)
38internal override void GetConnectedNodes(IList<FlowNode> connections)
System\Activities\Statements\FlowSwitch.cs (1)
72internal override void GetConnectedNodes(IList<FlowNode> connections)
System\Activities\Statements\InvokeAction.cs (1)
19IList<Argument> actionArguments;
System\Activities\Statements\InvokeDelegate.cs (1)
72IList<RuntimeDelegateArgument> targetDelegateArguments = this.Delegate.RuntimeDelegateArguments;
System\Activities\Statements\MethodResolver.cs (1)
69public void RegisterParameters(IList<RuntimeArgument> arguments)
System\Activities\Statements\TryCatch.cs (1)
156internal static Catch FindCatchActivity(Type typeToMatch, IList<Catch> catches)
System\Activities\Tracking\TrackingProvider.cs (1)
17IList<TrackingRecord> pendingTrackingRecords;
System\Activities\Tracking\WorkflowInstanceUpdatedRecord.cs (5)
19IList<ActivityBlockingUpdate> blockingActivities; 27public WorkflowInstanceUpdatedRecord(Guid instanceId, string activityDefinitionId, WorkflowIdentity originalDefinitionIdentity, WorkflowIdentity updatedDefinitionIdentity, IList<ActivityBlockingUpdate> blockingActivities) 40public WorkflowInstanceUpdatedRecord(Guid instanceId, long recordNumber, string activityDefinitionId, WorkflowIdentity originalDefinitionIdentity, WorkflowIdentity updatedDefinitionIdentity, IList<ActivityBlockingUpdate> blockingActivities) 74public IList<ActivityBlockingUpdate> BlockingActivities 94internal IList<ActivityBlockingUpdate> SerializedBlockingActivities
System\Activities\Validation\ActivityValidationServices.cs (16)
57internal static void ThrowIfViolationsExist(IList<ValidationError> validationErrors, ExceptionReason reason = ExceptionReason.InvalidTree) 67static Exception CreateExceptionFromValidationErrors(IList<ValidationError> validationErrors, ExceptionReason reason) 116IList<ValidationError> validationErrors = null; 184internal static void ValidateArguments(Activity activity, bool isRoot, ref IList<ValidationError> validationErrors) 211static string GenerateExceptionString(IList<ValidationError> validationErrors, ExceptionReason reason) 359internal static void RunConstraints(ActivityUtilities.ChildActivity childActivity, ActivityUtilities.ActivityCallStack parentChain, IList<Constraint> constraints, ProcessActivityTreeOptions options, bool suppressGetChildrenViolations, ref IList<ValidationError> validationErrors) 409IList<ValidationError> validationErrorList = (IList<ValidationError>)resultValidationErrors; 445internal static bool HasErrors(IList<ValidationError> validationErrors) 465IList<ValidationError> errors; 484IList<ValidationError> suppressedErrors = null; 517IList<Constraint> policyConstraints; 528IList<Constraint> genericTypePolicyConstraints; 601internal static void ValidateEvaluationOrder(IList<RuntimeArgument> runtimeArguments, Activity referenceActivity, ref IList<ValidationError> validationErrors)
System\Activities\Validation\Constraint.cs (1)
30this.violationList = new RuntimeArgument(ValidationErrorListArgumentName, typeof(IList<ValidationError>), ArgumentDirection.Out);
System\Activities\Validation\ExtensionMethods.cs (5)
39public static int BinarySearch<T>(this IList<T> items, T value, IComparer<T> comparer) 44public static void QuickSort<T>(this IList<T> items, IComparer<T> comparer) 49static int BinarySearch<T>(IList<T> items, int startIndex, int length, T value, IComparer<T> comparer) 73static void QuickSort<T>(IList<T> items, int startIndex, int endIndex, IComparer<T> comparer) 119static void Swap<T>(this IList<T> items, int i, int j)
System\Activities\Validation\ValidationContext.cs (2)
17IList<ValidationError> getChildrenErrors; 77internal void AddGetChildrenErrors(ref IList<ValidationError> validationErrors)
System\Activities\Validation\ValidationHelper.cs (4)
17public static void ValidateArguments(Activity activity, OverloadGroupEquivalenceInfo equivalenceInfo, Dictionary<string, List<RuntimeArgument>> overloadGroups, List<RuntimeArgument> requiredArgumentsNotInOverloadGroups, IDictionary<string, object> inputs, ref IList<ValidationError> validationErrors) 135public static bool GatherAndValidateOverloads(Activity activity, out Dictionary<string, List<RuntimeArgument>> overloadGroups, out List<RuntimeArgument> requiredArgumentsNotInOverloadGroups, out OverloadGroupEquivalenceInfo equivalenceInfo, ref IList<ValidationError> validationErrors) 182static bool ValidateOverloadGroupDefinitions(Activity activity, OverloadGroupEquivalenceInfo equivalenceInfo, Dictionary<string, List<RuntimeArgument>> overloadGroups, ref IList<ValidationError> validationErrors) 214IList<string> sortedList = entry.Value.OrderBy((s) => s, StringComparer.Ordinal).ToList();
System\Activities\Validation\ValidationResults.cs (3)
20public ValidationResults(IList<ValidationError> allValidationErrors) 67IList<ValidationError> warningsList = null; 68IList<ValidationError> errorsList = null;
System\Activities\Validation\ValidationSettings.cs (3)
15IDictionary<Type, IList<Constraint>> additionalConstraints; 61public IDictionary<Type, IList<Constraint>> AdditionalConstraints 67this.additionalConstraints = new Dictionary<Type, IList<Constraint>>();
System\Activities\Variable.cs (1)
132internal bool InitializeRelationship(Activity parent, bool isPublic, ref IList<ValidationError> validationErrors)
System\Activities\WorkflowApplication.cs (3)
104IList<Handle> rootExecutionProperties; 135WorkflowApplication(Activity workflowDefinition, IDictionary<string, object> inputs, IList<Handle> executionProperties) 2078internal static IList<ActivityBlockingUpdate> GetActivitiesBlockingUpdate(WorkflowApplicationInstance instance, DynamicUpdateMap updateMap)
System\Activities\WorkflowApplicationInstance.cs (1)
108public bool CanApplyUpdate(DynamicUpdateMap updateMap, out IList<ActivityBlockingUpdate> activitiesBlockingUpdate)
System\Activities\WorkflowInspectionServices.cs (4)
32IList<ValidationError> validationErrors = null; 58IList<ValidationError> validationErrors = null; 85IList<ValidationError> validationErrors = null; 188IList<ValidationError> validationErrors = null;
System\Activities\XamlIntegration\ActivityXamlServices.cs (1)
342IList<ValidationError> validationErrors = null;
System\Activities\XamlIntegration\CompiledDataContext.cs (8)
18IList<Location> locations; 19IList<LocationReference> locationReferences; 23protected CompiledDataContext(IList<LocationReference> locationReferences, ActivityContext activityContext) 35protected CompiledDataContext(IList<Location> locations) 40protected CompiledDataContext(IList<LocationReference> locationReferences) 179IList<Location> ConvertReferences(IList<LocationReference> locationReferences, ActivityContext activityContext) 181IList<Location> temp = new List<Location>(locationReferences.Count);
System\Activities\XamlIntegration\CompiledLocation.cs (6)
24IList<LocationReference> locationReferences; 26IList<Location> locations; 40public CompiledLocation(Func<T> getMethod, Action<T> setMethod, IList<LocationReference> locationReferences, IList<Location> locations, int expressionId, Activity compiledRootActivity, ActivityContext currentActivityContext) 136public IList<Tuple<string, Type>> locationReferenceCache 178internal IList<Location> SerializedLocations
System\Activities\XamlIntegration\DynamicActivityXamlReader.cs (1)
571IList<string> namespaces = xamlType.GetXamlNamespaces();
System\Activities\XamlIntegration\ExpressionTreeRewriter.cs (2)
14IList<LocationReference> locationReferences; 20public ExpressionTreeRewriter(IList<LocationReference> locationReferences)
System\Activities\XamlIntegration\FuncFactory.cs (1)
29internal IList<NamespaceDeclaration> ParentNamespaces
System\Activities\XamlIntegration\ICompiledExpressionRoot.cs (5)
20bool CanExecuteExpression(string expressionText, bool isReference, IList<LocationReference> locations, out int expressionId); 22object InvokeExpression(int expressionId, IList<LocationReference> locations, ActivityContext activityContext); 23object InvokeExpression(int expressionId, IList<Location> locations); 25IList<string> GetRequiredLocations(int expressionId); 27Expression GetExpressionTreeForExpression(int expressionId, IList<LocationReference> locationReferences);
System\Activities\XamlIntegration\TextExpressionCompiler.cs (17)
56Dictionary<int, IList<string>> expressionIdToLocationReferences = new Dictionary<int, IList<string>>(); 228IList<ValidationError> validationErrors = null; 686IList<string> FindLocationReferences(Activity activity) 814getLocationsMethod.ReturnType = new CodeTypeReference(typeof(IList<string>)); 844IList<string> requiredLocations = null; 862static CodeStatement[] GetRequiredLocationsConditionStatements(IList<string> requiredLocations) 886getExpressionTreeForExpressionMethod.Parameters.Add(new CodeParameterDeclarationExpression(new CodeTypeReference(typeof(IList<LocationReference>)), "locationReferences")); 936invokeExpressionMethod.Parameters.Add(new CodeParameterDeclarationExpression(new CodeTypeReference(typeof(IList<LocationReference>)), "locations")); 941invokeExpressionMethod.Parameters.Add(new CodeParameterDeclarationExpression(new CodeTypeReference(typeof(IList<Location>)), "locations")); 1278isValidMethod.Parameters.Add(new CodeParameterDeclarationExpression(new CodeTypeReference(typeof(IList<LocationReference>)), "locations")); 1919new CodeParameterDeclarationExpression(typeof(IList<LocationReference>), "locations"); 1954new CodeParameterDeclarationExpression(typeof(IList<Location>), "locations"); 1982CodeParameterDeclarationExpression constructorLocationsParam = new CodeParameterDeclarationExpression(typeof(IList<LocationReference>), "locationReferences"); 2112IList<string> references = this.settings.ForImplementation ? 2200new CodeTypeReference(typeof(IList<LocationReference>)), 2414CompilerParameters GetCompilerParameters(IList<TextExpressionCompilerError> messages)
System\Activities\XamlIntegration\TextExpressionCompilerResults.cs (1)
46internal void SetMessages(IList<TextExpressionCompilerError> messages, bool hasErrors)
System.Activities.Core.Presentation (22)
System\Activities\Core\Presentation\FlowchartDesigner.ModelChangeReactions.cs (1)
378void AddFlowElementsToDesigner(IList<ModelItem> flowElementMICollection, bool addConnectorAfterLoaded = false)
System\Activities\Core\Presentation\InvokeDelegateValidationFeature.cs (1)
32protected override IList<Constraint> DesignTimeConstraints
System\Activities\Core\Presentation\StateContainerEditor.xaml.cs (2)
602void AddStateVisuals(IList<ModelItem> modelItemCollection) 720void AddTransitionVisuals(IList<ModelItem> transitionModelItemCollection)
System\ServiceModel\Activities\Presentation\ContentCorrelationTypeExpander.xaml.cs (4)
44typeof(IList<ExpanderTypeEntry>), 107public IList<ExpanderTypeEntry> TypesToExpand 109get { return (IList<ExpanderTypeEntry>)GetValue(TypesToExpandProperty); } 259public IList<ExpanderTypeEntry> Items { get; set; }
System\ServiceModel\Activities\Presentation\Converters\ReceiveMessageContentSearchableStringConverter.cs (1)
13public override IList<string> Convert(object value)
System\ServiceModel\Activities\Presentation\Converters\ReceiveParametersContentSearchableStringConverter.cs (1)
14public override IList<string> Convert(object value)
System\ServiceModel\Activities\Presentation\Converters\SendMessageContentSearchableStringConverter.cs (1)
13public override IList<string> Convert(object value)
System\ServiceModel\Activities\Presentation\Converters\SendParametersContentSearchableStringConverter.cs (1)
14public override IList<string> Convert(object value)
System\ServiceModel\Activities\Presentation\Converters\XPathMessageQuerySearchableStringConverter.cs (2)
14public override IList<string> Convert(object value) 16IList<string> results = new List<string>();
System\ServiceModel\Activities\Presentation\MessageQueryEditor.xaml.cs (3)
29typeof(IList<KeyValuePair<string, Type>>), 59public IList<KeyValuePair<string, Type>> TypeCollection 61get { return (IList<KeyValuePair<string, Type>>)GetValue(TypeCollectionProperty); }
System\ServiceModel\Activities\Presentation\MessageQuerySetDesigner.xaml.cs (2)
75public IList<KeyValuePair<string, Type>> ActivityParameters 180IList<KeyValuePair<string, Type>> GetActivityParameters()
System\ServiceModel\Activities\Presentation\ReceiveReplyValidationFeature.cs (1)
25protected override IList<Constraint> DesignTimeConstraints
System\ServiceModel\Activities\Presentation\SendReplyValidationFeature.cs (1)
25protected override IList<Constraint> DesignTimeConstraints
System\ServiceModel\Activities\Presentation\ServiceContractImporter.cs (1)
58public static Type SelectContractType(AssemblyName localAssemblyName, IList<AssemblyName> referencedAssemblies, EditingContext editingContext)
System.Activities.DurableInstancing (3)
System\Activities\DurableInstancing\SerializationUtilities.cs (3)
299IList<WorkflowIdentity> identityCollection = null; 310identityCollection = instanceValueIdentityCollection.Value as IList<WorkflowIdentity>; 313string typeName = typeof(IList<>).Name.Replace("`1", "<" + typeof(WorkflowIdentity).Name + ">");
System.Activities.Presentation (104)
Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\WorkflowDesignerXamlHelper.cs (7)
278IList<XamlLoadErrorInfo> loadErrors; 337IList<XamlLoadErrorInfo> loadErrors; 342internal object DeserializeString(string text, out IList<XamlLoadErrorInfo> loadErrors, out Dictionary<object, SourceLocation> sourceLocations) 455private object DeserializeString(string text, DeserializationMode mode, out IList<XamlLoadErrorInfo> loadErrors, out Dictionary<object, SourceLocation> sourceLocations) 684private IList<XamlLoadErrorInfo> CheckFileFormatError(IList<XamlLoadErrorInfo> loadErrors) 686IList<XamlLoadErrorInfo> result = loadErrors;
Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\XamlTypeWithExplicitNamespace.cs (1)
20public override IList<string> GetXamlNamespaces()
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Model\ModelPropertyEntryCollection.cs (2)
143IEnumerable<IList<ModelProperty>> mergedSubProperties = ModelPropertyMerger.GetMergedSubProperties(parentProperty.ModelPropertySet); 147foreach (IList<ModelProperty> subPropertySet in mergedSubProperties)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Model\ModelPropertyMerger.cs (13)
20private static IEnumerable<IList<ModelProperty>> _emptyCollection; 22private static IEnumerable<IList<ModelProperty>> EmptyCollection 28_emptyCollection = new List<IList<ModelProperty>>(); 42public static IEnumerable<IList<ModelProperty>> GetMergedProperties(IEnumerable<ModelItem> items, int itemCount) 53public static IEnumerable<IList<ModelProperty>> GetMergedSubProperties(ICollection<ModelProperty> parentProperties) 99private static IEnumerable<IList<ModelProperty>> GetMergedPropertiesHelper(PropertyExpander expander) 120private static IEnumerable<IList<ModelProperty>> GetFirstProperties(PropertyExpander expander) 134private static IEnumerable<IList<ModelProperty>> GetMergedPropertiesCore(PropertyExpander expander) 137Dictionary<string, IList<ModelProperty>> counter = new Dictionary<string, IList<ModelProperty>>(); 151IList<ModelProperty> existingModelPropertiesForProperty; 193foreach (KeyValuePair<string, IList<ModelProperty>> pair in counter) 209yield return (IList<ModelProperty>)pair.Value;
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Model\ModelUtilities.cs (1)
186interfaceType.GetGenericTypeDefinition() == typeof(IList<>))
System.Activities.Presentation\System\Activities\Presentation\Converters\ActivityActionSearchableStringConverter.cs (2)
11public override IList<string> Convert(object value) 14IList<string> results = new List<string>();
System.Activities.Presentation\System\Activities\Presentation\Converters\ArgumentSearchableStringConverter.cs (2)
11public override IList<string> Convert(object value) 13IList<string> results = new List<string>();
System.Activities.Presentation\System\Activities\Presentation\Converters\EmptySearchableStringConverter.cs (1)
14public override IList<string> Convert(object value)
System.Activities.Presentation\System\Activities\Presentation\Converters\EncodingSearchableStringConverter.cs (2)
14public override IList<string> Convert(object value) 16IList<string> results = new List<string>();
System.Activities.Presentation\System\Activities\Presentation\Converters\SearchableStringConverter.cs (1)
11public abstract IList<string> Convert(object value);
System.Activities.Presentation\System\Activities\Presentation\Converters\TypeSearchableStringConverter.cs (2)
13public override IList<string> Convert(object value) 15IList<string> results = new List<string>();
System.Activities.Presentation\System\Activities\Presentation\Converters\VisualBasicValueSearchableStringConverter.cs (2)
13public override IList<string> Convert(object value) 20IList<string> results = new List<string>();
System.Activities.Presentation\System\Activities\Presentation\Converters\XNameSearchableStringConverter.cs (2)
12public override IList<string> Convert(object value) 14IList<string> results = new List<string>();
System.Activities.Presentation\System\Activities\Presentation\CutCopyPasteHelper.cs (5)
47static IList<Type> disallowedTypesForCopy; 136internal static IList<object> SortFromMetaData(IList<object> itemsToPaste, List<object> metaData) 138IList<object> mergedItemsToPaste = SortFromMetaDataOnly(metaData); 150internal static IList<object> SortFromMetaDataOnly(List<object> metaData)
System.Activities.Presentation\System\Activities\Presentation\DesignObjectWrapper.cs (1)
216public string GetValidationErrors(IList<string> invalidProperties)
System.Activities.Presentation\System\Activities\Presentation\DesignTimeValidationFeature.cs (1)
35protected abstract IList<Constraint> DesignTimeConstraints
System.Activities.Presentation\System\Activities\Presentation\DragDropHelper.cs (3)
368internal static void ValidateItemsAreOnView(IList<ModelItem> items, ICollection<ModelItem> modelItemsOnView) 546internal static bool AreListsIdenticalExceptOrder<T>(IList<T> sourceList, IList<T> destinationList)
System.Activities.Presentation\System\Activities\Presentation\IActivityToolboxService.cs (2)
16IList<string> EnumCategories(); 17IList<string> EnumItems(string categoryName);
System.Activities.Presentation\System\Activities\Presentation\IXamlLoadErrorService.cs (1)
11void ShowXamlLoadErrors(IList<XamlLoadErrorInfo> errors);
System.Activities.Presentation\System\Activities\Presentation\Model\ModelSearchServiceImpl.cs (5)
220IList<ModelItem> items = 330IList<string> texts = GetSearchableStrings(value); 376IList<string> argumentValues = GetSearchableStrings(argument.Properties[DesignTimeArgument.ArgumentDefaultValueProperty].ComputedValue); 416IList<string> GetSearchableStrings(object computedValue) 514IList<ModelProperty> properties = ExtensibilityAccessor.GetSubProperties(property);
System.Activities.Presentation\System\Activities\Presentation\Model\ModelTreeManager.cs (4)
181if (type.IsGenericType && type.GetGenericTypeDefinition() == typeof(IList<>)) 862internal static IList<ModelItem> DepthFirstSearch(ModelItem currentItem, Predicate<Type> filter, Predicate<ModelItem> shouldTraverseSubTree, bool preOrder) 864IList<ModelItem> foundItems = new List<ModelItem>(); 870private static void RecursiveDepthFirstSearch(ModelItem currentItem, Predicate<Type> filter, Predicate<ModelItem> shouldTraverseSubTree, IList<ModelItem> foundItems, HashSet<ModelItem> alreadyVisitedItems, bool preOrder)
System.Activities.Presentation\System\Activities\Presentation\Model\TextImage.cs (1)
19public IList<string> Lines { get; internal set; }
System.Activities.Presentation\System\Activities\Presentation\NamespaceHelper.cs (8)
23internal static IList<string> GetTextExpressionNamespaces(object root, out IList<AssemblyReference> references) 37internal static void SetTextExpressionNamespaces(object root, IList<string> namespaces, IList<AssemblyReference> references) 63internal static void ConvertToTextExpressionImports(VisualBasicSettings settings, out IList<string> importedNamespace, out IList<AssemblyReference> references) 96internal static void ConvertToVBSettings(IList<string> importedNamespaces, IList<AssemblyReference> references, EditingContext context, out VisualBasicSettings settings)
System.Activities.Presentation\System\Activities\Presentation\NamespaceListProperty.cs (8)
68IList<AssemblyReference> references; 69IList<string> namespaces = NamespaceHelper.GetTextExpressionNamespaces(component, out references); 83IList<AssemblyReference> references; 84IList<string> importedNamespaces = NamespaceHelper.GetTextExpressionNamespaces(component, out references); 492public TextExpressionNamespaceList(IList<string> importedNamespaces, IList<AssemblyReference> references) 505internal IList<string> TextExpressionNamespaces 511internal IList<AssemblyReference> TextExpressionReferences
System.Activities.Presentation\System\Activities\Presentation\NamespaceSettingsHandler.cs (4)
49IList<AssemblyReference> references; 50IList<string> importedNamespaces = NamespaceHelper.GetTextExpressionNamespaces(root, out references); 130IList<AssemblyReference> referencedAssemblies; 131IList<string> namespaces = NamespaceHelper.GetTextExpressionNamespaces(root, out referencedAssemblies);
System.Activities.Presentation\System\Activities\Presentation\PropertyReferenceUtilities.cs (2)
19IList<ActivityPropertyReference> references = ActivityBuilder.GetPropertyReferences(instance); 40IList<ActivityPropertyReference> references = ActivityBuilder.GetPropertyReferences(instance);
System.Activities.Presentation\System\Activities\Presentation\Validation\IValidationErrorService.cs (1)
11void ShowValidationErrors(IList<ValidationErrorInfo> errors);
System.Activities.Presentation\System\Activities\Presentation\Validation\ValidationService.cs (2)
343IList<AssemblyReference> references; 344IList<string> namespaces = NamespaceHelper.GetTextExpressionNamespaces(root, out references);
System.Activities.Presentation\System\Activities\Presentation\View\AssemblyContextControlItem.cs (1)
29public IList<AssemblyName> ReferencedAssemblyNames
System.Activities.Presentation\System\Activities\Presentation\View\ImportDesigner.xaml.cs (1)
683IList<AssemblyReference> references;
System.Activities.Presentation\System\Activities\Presentation\View\VariableDesigner.xaml.cs (2)
789internal static List<ModelItem> FindDeclaredVariables(this ModelItem element, IList<ModelItem> scopeList) 840internal static List<ModelItem> FindVariablesInScope(this ModelItem element, IList<ModelItem> scopeList)
System.Activities.Presentation\System\Activities\Presentation\View\WorkflowViewManager.cs (4)
119IList<ModelItem> newSelectionObjects = newSelection.SelectedObjects as IList<ModelItem>; 120IList<ModelItem> oldSelectionObjects = oldSelection.SelectedObjects as IList<ModelItem>;
System.Activities.Presentation\System\Activities\Presentation\WorkflowDesigner.cs (1)
402IList<XamlLoadErrorInfo> loadErrors;
System.Activities.Presentation\System\Activities\Presentation\WorkflowDesigner.SerializationHelpers.cs (2)
89internal object DeserializeString(string text, out IList<XamlLoadErrorInfo> loadErrors, out Dictionary<object, SourceLocation> sourceLocations) 158void RaiseLoadErrors(IList<XamlLoadErrorInfo> loadErrors)
System.Activities.Presentation\System\Activities\Presentation\WorkflowItemPresenter.cs (2)
188bool DoAutoWrapDrop(InsertionPosition insertionPos, DragEventArgs e, IList<object> droppedObjects = null) 716IList<object> sortedList = CutCopyPasteHelper.SortFromMetaData(itemsToPaste, metaData);
System.Activities.Presentation\System\Activities\Presentation\WorkflowItemsPresenter.cs (3)
286IList<ModelItem> selectedItems = this.Context.Items.GetValue<Selection>().SelectedObjects.ToList(); 451private IList<object> GetOrderMetaData(List<ModelItem> items) 853IList<object> mergedItemsToPaste = CutCopyPasteHelper.SortFromMetaData(itemsToPaste, metaData);
System.Activities.Presentation\System\Activities\Presentation\WorkflowViewElement.cs (1)
389protected IList<ICompositeView> CompositeViews
System.Activities.Presentation\System\Activities\Presentation\Xaml\ErrorTolerantObjectWriter.cs (1)
65public IList<XamlLoadErrorInfo> LoadErrors { get; private set; }
System.AddIn (17)
System\Addin\Hosting\Store\PipelineComponent.cs (2)
86IList<CustomAttributeData> cas =CustomAttributeData.GetCustomAttributes(_typeInfo.ReflectionType); 92IList<CustomAttributeTypedArgument> args = ca.ConstructorArguments;
System\Addin\MiniReflection\MiniAssembly.cs (5)
91public IList<TypeInfo> GetTypesWithAttribute(Type customAttribute) 124public IList<TypeInfo> GetTypesWithAttribute(Type customAttribute, bool includePrivate) 135IList<TypeInfo> newTypes = module.GetTypesWithAttributeInModule(customAttribute, includePrivate); 185public static MiniAssembly Open(String simpleName, IList<String> dependencyDirs, bool throwOnError) 193private static String FindAssembly(String simpleName, IList<String> searchDirs, bool throwOnError)
System\Addin\MiniReflection\MiniModule.cs (4)
94public IList<MetadataToken> GetGenericTypes() 112public IList<TypeInfo> GetTypesWithAttributeInModule(Type customAttribute) 117public IList<TypeInfo> GetTypesWithAttributeInModule(Type customAttribute, bool includePrivate) 132IList<MetadataToken> genericTypeTokens = GetGenericTypes();
System\Addin\Pipeline\CollectionAdapters.cs (4)
27IList<TView> collection, 36public static IListContract<T> ToIListContract<T>(IList<T> collection) 47public static IList<TView> ToIList<TContract, TView>( 57public static IList<T> ToIList<T>(IListContract<T> collection)
System\Addin\Pipeline\ListContractAdapter.cs (2)
21private IList<T> m_list; 25public ListContractAdapter(IList<T> source, Converter<T, U> wrapper, Converter<U, T> unwrapper)
System.Core (129)
Microsoft\Scripting\Actions\BindingRestrictions.cs (1)
126public static BindingRestrictions Combine(IList<DynamicMetaObject> contributingObjects) {
Microsoft\Scripting\Ast\BlockExpression.cs (12)
334private IList<Expression> _expressions; // either the original IList<Expression> or a ReadOnlyCollection if the user has accessed it. 336internal BlockN(IList<Expression> expressions) { 366private IList<ParameterExpression> _variables; // list of variables or ReadOnlyCollection if the user has accessed the readonly collection 368internal ScopeExpression(IList<ParameterExpression> variables) { 386protected IList<ParameterExpression> VariablesList { 393internal IList<ParameterExpression> ReuseOrValidateVariables(ReadOnlyCollection<ParameterExpression> variables) { 407internal Scope1(IList<ParameterExpression> variables, Expression body) 438private IList<Expression> _body; 440internal ScopeN(IList<ParameterExpression> variables, IList<Expression> body) 470internal ScopeWithType(IList<ParameterExpression> variables, IList<Expression> expressions, Type type)
Microsoft\Scripting\Ast\DebugViewWriter.cs (4)
265private void VisitExpressions<T>(char open, IList<T> expressions) where T : Expression { 269private void VisitExpressions<T>(char open, char separator, IList<T> expressions) where T : Expression { 273private void VisitDeclarations(IList<ParameterExpression> expressions) { 285private void VisitExpressions<T>(char open, char separator, IList<T> expressions, Action<T> visit) {
Microsoft\Scripting\Ast\DynamicExpression.cs (3)
432private IList<Expression> _arguments; // storage for the original IList or readonly collection. See IArgumentProvider for more info. 434internal DynamicExpressionN(Type delegateType, CallSiteBinder binder, IList<Expression> arguments) 463internal TypedDynamicExpressionN(Type returnType, Type delegateType, CallSiteBinder binder, IList<Expression> arguments)
Microsoft\Scripting\Ast\Expression.cs (5)
263internal static ReadOnlyCollection<T> ReturnReadOnly<T>(ref IList<T> collection) { 264IList<T> value = collection; 273Interlocked.CompareExchange<IList<T>>( 367IList<Expression> listItems = items as IList<Expression>;
Microsoft\Scripting\Ast\ExpressionStringBuilder.cs (2)
198private void VisitExpressions<T>(char open, IList<T> expressions, char close) where T : Expression { 202private void VisitExpressions<T>(char open, IList<T> expressions, char close, string seperator) where T : Expression {
Microsoft\Scripting\Ast\IndexExpression.cs (2)
43private IList<Expression> _arguments; 48IList<Expression> arguments) {
Microsoft\Scripting\Ast\InvocationExpression.cs (2)
39private IList<Expression> _arguments; 43internal InvocationExpression(Expression lambda, IList<Expression> arguments, Type returnType) {
Microsoft\Scripting\Ast\MethodCallExpression.cs (14)
123internal virtual MethodCallExpression Rewrite(Expression instance, IList<Expression> args) { 143private IList<Expression> _arguments; 145public MethodCallExpressionN(MethodInfo method, IList<Expression> args) 164internal override MethodCallExpression Rewrite(Expression instance, IList<Expression> args) { 173private IList<Expression> _arguments; 176public InstanceMethodCallExpressionN(MethodInfo method, Expression instance, IList<Expression> args) 200internal override MethodCallExpression Rewrite(Expression instance, IList<Expression> args) { 233internal override MethodCallExpression Rewrite(Expression instance, IList<Expression> args) { 273internal override MethodCallExpression Rewrite(Expression instance, IList<Expression> args) { 314internal override MethodCallExpression Rewrite(Expression instance, IList<Expression> args) { 357internal override MethodCallExpression Rewrite(Expression instance, IList<Expression> args) { 402internal override MethodCallExpression Rewrite(Expression instance, IList<Expression> args) { 450internal override MethodCallExpression Rewrite(Expression instance, IList<Expression> args) { 499internal override MethodCallExpression Rewrite(Expression instance, IList<Expression> args) {
Microsoft\Scripting\Ast\NewExpression.cs (2)
42private IList<Expression> _arguments; 45internal NewExpression(ConstructorInfo constructor, IList<Expression> arguments, ReadOnlyCollection<MemberInfo> members) {
Microsoft\Scripting\Ast\RuntimeVariablesExpression.cs (1)
31/// Evaluates to an instance of <see cref="IList{IStrongBox}" /> when executed.
Microsoft\Scripting\Compiler\CompilerScope.cs (4)
114var variables = GetVariables(node); 432private IList<ParameterExpression> GetVariables() { 433var vars = GetVariables(Node); 444private static IList<ParameterExpression> GetVariables(object scope) {
Microsoft\Scripting\Compiler\DelegateHelpers.Generated.cs (2)
49return MakeDelegateType(retType, (IList<Expression>)args); 52public Type MakeDelegateType(Type retType, IList<Expression> args) {
Microsoft\Scripting\Compiler\ILGen.cs (1)
894internal static void EmitArray<T>(this ILGenerator il, IList<T> items) {
Microsoft\Scripting\Compiler\LambdaCompiler.Expressions.cs (3)
456private static void EmitWriteBack(IList<WriteBack> writeBacks) { 922internal static void ValidateLift(IList<ParameterExpression> variables, IList<Expression> arguments) {
Microsoft\Scripting\Compiler\Set.cs (1)
40internal Set(IList<T> list) {
Microsoft\Scripting\Compiler\StackSpiller.Temps.cs (4)
161internal void Add(IList<Expression> expressions) { 283return MakeBlock((IList<Expression>)expressions); 291private static Expression MakeBlock(IList<Expression> expressions) { 301internal SpilledExpressionBlock(IList<Expression> expressions)
Microsoft\Scripting\Utils\CollectionExtensions.cs (5)
168internal static T[] AddFirst<T>(this IList<T> list, T item) { 175internal static T[] AddLast<T>(this IList<T> list, T item) { 183var list = source as IList<T>; 193internal static T Last<T>(this IList<T> list) {
Microsoft\Scripting\Utils\ContractUtils.cs (2)
74internal static void RequiresArrayRange<T>(IList<T> array, int offset, int count, string offsetName, string countName) { 86internal static void RequiresNotNullItems<T>(IList<T> array, string arrayName) {
System\Diagnostics\Eventing\Reader\EventLogReader.cs (1)
324public IList<EventLogStatus> LogStatus {
System\Diagnostics\Eventing\Reader\EventLogRecord.cs (3)
340public override IList<EventProperty> Properties { 343IList<object> properties = NativeWrapper.EvtRenderBufferWithContextUserOrValues(this.session.renderContextHandleUser, this.handle); 352public IList<object> GetPropertyValues(EventLogPropertySelector propertySelector) {
System\Diagnostics\Eventing\Reader\EventRecord.cs (1)
65public abstract IList<EventProperty> Properties { get; }
System\Diagnostics\Eventing\Reader\NativeWrapper.cs (1)
916public static IList<object> EvtRenderBufferWithContextUserOrValues(EventLogHandle contextHandle, EventLogHandle eventHandle) {
System\Diagnostics\Eventing\Reader\ProviderMetadata.cs (14)
50private IList<EventLevel> levels = null; 51private IList<EventOpcode> opcodes = null; 52private IList<EventTask> tasks = null; 53private IList<EventKeyword> keywords = null; 54private IList<EventLevel> standardLevels = null; 55private IList<EventOpcode> standardOpcodes = null; 56private IList<EventTask> standardTasks = null; 57private IList<EventKeyword> standardKeywords = null; 58private IList<EventLogLink> channelReferences = null; 158public IList<EventLogLink> LogLinks { 429public IList<EventLevel> Levels { 444public IList<EventOpcode> Opcodes { 458public IList<EventKeyword> Keywords { 473public IList<EventTask> Tasks {
System\Linq\Enumerable.cs (20)
1044IList<TSource> list = source as IList<TSource>; 1067IList<TSource> list = source as IList<TSource>; 1090IList<TSource> list = source as IList<TSource>; 1126IList<TSource> list = source as IList<TSource>; 1159IList<TSource> list = source as IList<TSource>; 1196IList<TSource> list = source as IList<TSource>; 1233IList<TSource> list = source as IList<TSource>; 1248IList<TSource> list = source as IList<TSource>; 2355int IList<TElement>.IndexOf(TElement item) { 2359void IList<TElement>.Insert(int index, TElement item) { 2363void IList<TElement>.RemoveAt(int index) { 2367TElement IList<TElement>.this[int index] {
System\Linq\Parallel\Partitioning\PartitionedDataSource.cs (7)
60source is IList<T> ? OrdinalIndexState.Indexible : OrdinalIndexState.Correct) 90IList<T> sourceAsList = source as IList<T>; 399private readonly IList<T> m_data; // The elements to iterate over. 421internal ListIndexRangeEnumerator(IList<T> data, int partitionCount, int partitionIndex, int maxChunkSize) 522private readonly IList<T> m_data; // The elements to iterate over. 527internal ListContiguousIndexRangeEnumerator(IList<T> data, int partitionCount, int partitionIndex)
System\Linq\Parallel\QueryOperators\ListQueryResults.cs (2)
24private IList<T> m_source; 28internal ListQueryResults(IList<T> source, int partitionCount, bool useStriping)
System\Linq\Parallel\QueryOperators\PartitionerQueryOperator.cs (2)
154IList<IEnumerator<KeyValuePair<long, TElement>>> partitionerPartitions = 180IList<IEnumerator<TElement>> partitionerPartitions =
System\Linq\Parallel\QueryOperators\QueryResults.cs (3)
91int IList<T>.IndexOf(T item) 96void IList<T>.Insert(int index, T item) 101void IList<T>.RemoveAt(int index)
System\Linq\Parallel\QueryOperators\ScanQueryOperator.cs (3)
67IList<TElement> dataAsList = m_data as IList<TElement>; 107return m_data is IList<TElement>
System\Runtime\CompilerServices\DynamicAttribute.cs (1)
63public IList<bool> TransformFlags
System\Security\Cryptography\ManifestSignatureInformation.cs (1)
156internal ManifestSignatureInformationCollection(IList<ManifestSignatureInformation> signatureInformation) : base(signatureInformation) {
System.Data (130)
cdf\src\NetFx40\Tools\Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\WorkflowDesignerXamlHelper.cs (7)
278IList<XamlLoadErrorInfo> loadErrors; 337IList<XamlLoadErrorInfo> loadErrors; 342internal object DeserializeString(string text, out IList<XamlLoadErrorInfo> loadErrors, out Dictionary<object, SourceLocation> sourceLocations) 455private object DeserializeString(string text, DeserializationMode mode, out IList<XamlLoadErrorInfo> loadErrors, out Dictionary<object, SourceLocation> sourceLocations) 684private IList<XamlLoadErrorInfo> CheckFileFormatError(IList<XamlLoadErrorInfo> loadErrors) 686IList<XamlLoadErrorInfo> result = loadErrors;
cdf\src\NetFx40\Tools\Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\XamlTypeWithExplicitNamespace.cs (1)
20public override IList<string> GetXamlNamespaces()
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Model\ModelPropertyEntryCollection.cs (2)
143IEnumerable<IList<ModelProperty>> mergedSubProperties = ModelPropertyMerger.GetMergedSubProperties(parentProperty.ModelPropertySet); 147foreach (IList<ModelProperty> subPropertySet in mergedSubProperties)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Model\ModelPropertyMerger.cs (13)
20private static IEnumerable<IList<ModelProperty>> _emptyCollection; 22private static IEnumerable<IList<ModelProperty>> EmptyCollection 28_emptyCollection = new List<IList<ModelProperty>>(); 42public static IEnumerable<IList<ModelProperty>> GetMergedProperties(IEnumerable<ModelItem> items, int itemCount) 53public static IEnumerable<IList<ModelProperty>> GetMergedSubProperties(ICollection<ModelProperty> parentProperties) 99private static IEnumerable<IList<ModelProperty>> GetMergedPropertiesHelper(PropertyExpander expander) 120private static IEnumerable<IList<ModelProperty>> GetFirstProperties(PropertyExpander expander) 134private static IEnumerable<IList<ModelProperty>> GetMergedPropertiesCore(PropertyExpander expander) 137Dictionary<string, IList<ModelProperty>> counter = new Dictionary<string, IList<ModelProperty>>(); 151IList<ModelProperty> existingModelPropertiesForProperty; 193foreach (KeyValuePair<string, IList<ModelProperty>> pair in counter) 209yield return (IList<ModelProperty>)pair.Value;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Model\ModelUtilities.cs (1)
186interfaceType.GetGenericTypeDefinition() == typeof(IList<>))
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Converters\ActivityActionSearchableStringConverter.cs (2)
11public override IList<string> Convert(object value) 14IList<string> results = new List<string>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Converters\ArgumentSearchableStringConverter.cs (2)
11public override IList<string> Convert(object value) 13IList<string> results = new List<string>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Converters\EmptySearchableStringConverter.cs (1)
14public override IList<string> Convert(object value)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Converters\EncodingSearchableStringConverter.cs (2)
14public override IList<string> Convert(object value) 16IList<string> results = new List<string>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Converters\SearchableStringConverter.cs (1)
11public abstract IList<string> Convert(object value);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Converters\TypeSearchableStringConverter.cs (2)
13public override IList<string> Convert(object value) 15IList<string> results = new List<string>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Converters\VisualBasicValueSearchableStringConverter.cs (2)
13public override IList<string> Convert(object value) 20IList<string> results = new List<string>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Converters\XNameSearchableStringConverter.cs (2)
12public override IList<string> Convert(object value) 14IList<string> results = new List<string>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\CutCopyPasteHelper.cs (5)
47static IList<Type> disallowedTypesForCopy; 136internal static IList<object> SortFromMetaData(IList<object> itemsToPaste, List<object> metaData) 138IList<object> mergedItemsToPaste = SortFromMetaDataOnly(metaData); 150internal static IList<object> SortFromMetaDataOnly(List<object> metaData)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\DesignObjectWrapper.cs (1)
216public string GetValidationErrors(IList<string> invalidProperties)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\DesignTimeValidationFeature.cs (1)
35protected abstract IList<Constraint> DesignTimeConstraints
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\DragDropHelper.cs (3)
368internal static void ValidateItemsAreOnView(IList<ModelItem> items, ICollection<ModelItem> modelItemsOnView) 546internal static bool AreListsIdenticalExceptOrder<T>(IList<T> sourceList, IList<T> destinationList)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\IActivityToolboxService.cs (2)
16IList<string> EnumCategories(); 17IList<string> EnumItems(string categoryName);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\IXamlLoadErrorService.cs (1)
11void ShowXamlLoadErrors(IList<XamlLoadErrorInfo> errors);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelSearchServiceImpl.cs (5)
220IList<ModelItem> items = 330IList<string> texts = GetSearchableStrings(value); 376IList<string> argumentValues = GetSearchableStrings(argument.Properties[DesignTimeArgument.ArgumentDefaultValueProperty].ComputedValue); 416IList<string> GetSearchableStrings(object computedValue) 514IList<ModelProperty> properties = ExtensibilityAccessor.GetSubProperties(property);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelTreeManager.cs (4)
181if (type.IsGenericType && type.GetGenericTypeDefinition() == typeof(IList<>)) 862internal static IList<ModelItem> DepthFirstSearch(ModelItem currentItem, Predicate<Type> filter, Predicate<ModelItem> shouldTraverseSubTree, bool preOrder) 864IList<ModelItem> foundItems = new List<ModelItem>(); 870private static void RecursiveDepthFirstSearch(ModelItem currentItem, Predicate<Type> filter, Predicate<ModelItem> shouldTraverseSubTree, IList<ModelItem> foundItems, HashSet<ModelItem> alreadyVisitedItems, bool preOrder)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\TextImage.cs (1)
19public IList<string> Lines { get; internal set; }
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\NamespaceHelper.cs (8)
23internal static IList<string> GetTextExpressionNamespaces(object root, out IList<AssemblyReference> references) 37internal static void SetTextExpressionNamespaces(object root, IList<string> namespaces, IList<AssemblyReference> references) 63internal static void ConvertToTextExpressionImports(VisualBasicSettings settings, out IList<string> importedNamespace, out IList<AssemblyReference> references) 96internal static void ConvertToVBSettings(IList<string> importedNamespaces, IList<AssemblyReference> references, EditingContext context, out VisualBasicSettings settings)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\NamespaceListProperty.cs (8)
68IList<AssemblyReference> references; 69IList<string> namespaces = NamespaceHelper.GetTextExpressionNamespaces(component, out references); 83IList<AssemblyReference> references; 84IList<string> importedNamespaces = NamespaceHelper.GetTextExpressionNamespaces(component, out references); 492public TextExpressionNamespaceList(IList<string> importedNamespaces, IList<AssemblyReference> references) 505internal IList<string> TextExpressionNamespaces 511internal IList<AssemblyReference> TextExpressionReferences
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\NamespaceSettingsHandler.cs (4)
49IList<AssemblyReference> references; 50IList<string> importedNamespaces = NamespaceHelper.GetTextExpressionNamespaces(root, out references); 130IList<AssemblyReference> referencedAssemblies; 131IList<string> namespaces = NamespaceHelper.GetTextExpressionNamespaces(root, out referencedAssemblies);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\PropertyReferenceUtilities.cs (2)
19IList<ActivityPropertyReference> references = ActivityBuilder.GetPropertyReferences(instance); 40IList<ActivityPropertyReference> references = ActivityBuilder.GetPropertyReferences(instance);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Validation\IValidationErrorService.cs (1)
11void ShowValidationErrors(IList<ValidationErrorInfo> errors);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Validation\ValidationService.cs (2)
343IList<AssemblyReference> references; 344IList<string> namespaces = NamespaceHelper.GetTextExpressionNamespaces(root, out references);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\AssemblyContextControlItem.cs (1)
29public IList<AssemblyName> ReferencedAssemblyNames
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ImportDesigner.xaml.cs (1)
683IList<AssemblyReference> references;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\VariableDesigner.xaml.cs (2)
789internal static List<ModelItem> FindDeclaredVariables(this ModelItem element, IList<ModelItem> scopeList) 840internal static List<ModelItem> FindVariablesInScope(this ModelItem element, IList<ModelItem> scopeList)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\WorkflowViewManager.cs (4)
119IList<ModelItem> newSelectionObjects = newSelection.SelectedObjects as IList<ModelItem>; 120IList<ModelItem> oldSelectionObjects = oldSelection.SelectedObjects as IList<ModelItem>;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\WorkflowDesigner.cs (1)
402IList<XamlLoadErrorInfo> loadErrors;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\WorkflowDesigner.SerializationHelpers.cs (2)
89internal object DeserializeString(string text, out IList<XamlLoadErrorInfo> loadErrors, out Dictionary<object, SourceLocation> sourceLocations) 158void RaiseLoadErrors(IList<XamlLoadErrorInfo> loadErrors)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\WorkflowItemPresenter.cs (2)
188bool DoAutoWrapDrop(InsertionPosition insertionPos, DragEventArgs e, IList<object> droppedObjects = null) 716IList<object> sortedList = CutCopyPasteHelper.SortFromMetaData(itemsToPaste, metaData);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\WorkflowItemsPresenter.cs (3)
286IList<ModelItem> selectedItems = this.Context.Items.GetValue<Selection>().SelectedObjects.ToList(); 451private IList<object> GetOrderMetaData(List<ModelItem> items) 853IList<object> mergedItemsToPaste = CutCopyPasteHelper.SortFromMetaData(itemsToPaste, metaData);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\WorkflowViewElement.cs (1)
389protected IList<ICompositeView> CompositeViews
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Xaml\ErrorTolerantObjectWriter.cs (1)
65public IList<XamlLoadErrorInfo> LoadErrors { get; private set; }
fx\src\data\Microsoft\SqlServer\Server\SmiMetaData.cs (13)
61private IList<SmiExtendedMetaData> _fieldMetaData; // Metadata of fields for structured types 86private static readonly IList<SmiExtendedMetaData> __emptyFieldList = new List<SmiExtendedMetaData>().AsReadOnly(); 306IList<SmiExtendedMetaData> fieldTypes, 333IList<SmiExtendedMetaData> fieldTypes, 604internal IList<SmiExtendedMetaData> FieldMetaData { 882IList<SmiExtendedMetaData> fieldMetaData, 916IList<SmiExtendedMetaData> fieldMetaData, 1066IList<SmiExtendedMetaData> fieldMetaData, 1102IList<SmiExtendedMetaData> fieldMetaData, 1269IList<SmiExtendedMetaData> fieldMetaData, 1320IList<SmiExtendedMetaData> fieldMetaData, 1565IList<SmiExtendedMetaData> fieldMetaData, 1622IList<SmiExtendedMetaData> fieldMetaData,
fx\src\data\Microsoft\SqlServer\Server\SmiMetaDataProperty.cs (6)
100private IList<bool> _columns; 102internal SmiUniqueKeyProperty(IList<bool> columnIsKey) { 156private IList<SmiColumnOrder> _columns; 158internal SmiOrderProperty(IList<SmiColumnOrder> columnOrders) { 211private IList<bool> _defaults; 217internal SmiDefaultFieldsProperty(IList<bool> defaultFields) {
fx\src\data\Microsoft\SqlServer\Server\ValueUtilsSmi.cs (1)
1847internal static void FillCompatibleSettersFromReader(SmiEventSink_Default sink, SmiTypedGetterSetter setters, IList<SmiExtendedMetaData> metaData, DbDataReader reader) {
fx\src\data\System\Data\SqlClient\SqlConnection.cs (3)
87static private readonly ConcurrentDictionary<string, IList<string>> _ColumnEncryptionTrustedMasterKeyPaths 88= new ConcurrentDictionary<string, IList<string>>(concurrencyLevel: 4 * Environment.ProcessorCount /* default value in ConcurrentDictionary*/, 97static public IDictionary<string, IList<string>> ColumnEncryptionTrustedMasterKeyPaths
fx\src\data\System\Data\SqlClient\SqlSecurityUtility.cs (1)
297IList<string> trustedKeyPaths;
fx\src\data\System\Data\SqlClient\SqlSymmetricKeyCache.cs (1)
67IList<string> trustedKeyPaths;
fx\src\data\System\Data\SqlClient\TdsParserHelperClasses.cs (1)
850internal IList<SmiMetaData> structuredFields;
System.Data.Entity (291)
System\Data\Common\CommandTrees\Aggregates.cs (1)
51public IList<DbExpression> Arguments { get { return _args; } }
System\Data\Common\CommandTrees\BasicCommandTreeVisitor.cs (1)
38protected virtual void VisitModificationClauses(IList<DbModificationClause> modificationClauses)
System\Data\Common\CommandTrees\BasicExpressionVisitor.cs (3)
129public virtual void VisitExpressionList(IList<DbExpression> expressionList) 143public virtual void VisitAggregateList(IList<DbAggregate> aggregates) 163internal virtual void VisitRelatedEntityReferenceList(IList<DbRelatedEntityRef> relatedEntityReferences)
System\Data\Common\CommandTrees\DbInsertCommandTree.cs (1)
46public IList<DbModificationClause> SetClauses
System\Data\Common\CommandTrees\DbLambda.cs (1)
47public IList<DbVariableReferenceExpression> Variables { get { return this._variables; } }
System\Data\Common\CommandTrees\DbUpdateCommandTree.cs (1)
49public IList<DbModificationClause> SetClauses
System\Data\Common\CommandTrees\DefaultExpressionVisitor.cs (24)
58protected virtual IList<DbExpression> VisitExpressionList(IList<DbExpression> list) 78protected virtual IList<DbExpressionBinding> VisitExpressionBindingList(IList<DbExpressionBinding> list) 120protected virtual IList<DbSortClause> VisitSortOrder(IList<DbSortClause> sortOrder) 144IList<DbExpression> newArguments = this.VisitExpressionList(aggregate.Arguments); 169IList<DbExpression> newArguments = this.VisitExpressionList(aggregate.Arguments); 185IList<DbVariableReferenceExpression> newFormals = this.VisitList(lambda.Variables, varRef => 226private IList<TElement> VisitList<TElement>(IList<TElement> list, Func<TElement, TElement> map) 228IList<TElement> result = list; 426IList<DbExpression> newArguments = this.VisitExpressionList(expression.Arguments); 443IList<DbExpression> newArguments = this.VisitExpressionList(expression.Arguments); 561IList<DbExpression> newArguments = this.VisitExpressionList(expression.Arguments); 706IList<DbExpression> newWhens = this.VisitExpressionList(expression.When); 707IList<DbExpression> newThens = this.VisitExpressionList(expression.Then); 740IList<DbExpression> newArguments = this.VisitExpressionList(expression.Arguments); 744IList<DbRelatedEntityRef> newRefs = this.VisitList(expression.RelatedEntityReferences, this.VisitRelatedEntityRef); 882IList<DbExpressionBinding> newInputs = this.VisitExpressionBindingList(expression.Inputs); 961IList<DbExpression> newKeys = this.VisitExpressionList(expression.Keys); 964IList<DbAggregate> newAggs = this.VisitList<DbAggregate>(expression.Aggregates, this.VisitAggregate); 990IList<DbSortClause> newSortOrder = this.VisitSortOrder(expression.SortOrder); 1011IList<DbSortClause> newSortOrder = this.VisitSortOrder(expression.SortOrder);
System\Data\Common\CommandTrees\ExpressionBuilder\DbExpressionBuilder.cs (3)
2784IList<EdmProperty> properties = TypeHelpers.GetProperties(resultType); 2824internal static DbNewInstanceExpression CreateNewEntityWithRelationshipsExpression(EntityType entityType, IList<DbExpression> attributeValues, IList<DbRelatedEntityRef> relationships)
System\Data\Common\CommandTrees\ExpressionBuilder\Internal\ArgumentValidation.cs (4)
27internal static System.Collections.ObjectModel.ReadOnlyCollection<TElement> NewReadOnlyCollection<TElement>(IList<TElement> list) 1144IList<EdmMember> keyMembers = entityType.KeyMembers; 1643internal static TypeUsage ValidateNewEntityWithRelationships(EntityType entityType, IEnumerable<DbExpression> attributeValues, IList<DbRelatedEntityRef> relationships, out DbExpressionList validArguments, out System.Collections.ObjectModel.ReadOnlyCollection<DbRelatedEntityRef> validRelatedRefs) 1894IList<FunctionParameter> functionParams = function.Parameters;
System\Data\Common\CommandTrees\Internal\ExpressionCopier.cs (1)
92IList<EdmFunction> candidateFunctions;
System\Data\Common\CommandTrees\Internal\ExpressionDumper.cs (1)
790protected virtual void Dump(IList<DbSortClause> sortOrder)
System\Data\Common\CommandTrees\Internal\ExpressionKeyGen.cs (2)
133private void VisitFunction(EdmFunction func, IList<DbExpression> args) 663private void VisitSortOrder(IList<DbSortClause> sortOrder)
System\Data\Common\CommandTrees\Internal\ExpressionList.cs (1)
21internal DbExpressionList(IList<DbExpression> elements)
System\Data\Common\CommandTrees\Internal\ExpressionPrinter.cs (8)
257internal TreeNode VisitFunction(EdmFunction func, IList<DbExpression> args) 372private List<TreeNode> VisitParams(IList<string> paramInfo, IList<DbExpression> args) 385private void AppendArguments(TreeNode node, IList<string> paramNames, IList<DbExpression> args) 404private TreeNode VisitBindingList(string propName, IList<DbExpressionBinding> bindings) 766IList<EdmProperty> properties = TypeHelpers.GetProperties(e.ResultType); 960private TreeNode VisitSortOrder(IList<DbSortClause> sortOrder)
System\Data\Common\CommandTrees\Internal\ViewSimplifier.cs (1)
283IList<DbExpression> principalKeyValues = null;
System\Data\Common\CommandTrees\OperatorExpressions.cs (3)
156public IList<DbExpression> Arguments { get { return _args; } } 201public IList<DbExpression> When { get { return _when; } } 206public IList<DbExpression> Then { get { return _then; } }
System\Data\Common\CommandTrees\RelationalExpressions.cs (5)
261public IList<DbExpression> Keys { get { return _keys; } } 266public IList<DbAggregate> Aggregates { get { return _aggregates; } } 336public IList<DbExpressionBinding> Inputs { get { return _inputs; } } 627public IList<DbSortClause> SortOrder { get { return _keys; } } 682public IList<DbSortClause> SortOrder { get { return _keys; } }
System\Data\Common\CommandTrees\ValueExpressions.cs (3)
297public IList<DbExpression> Arguments { get { return this._arguments; } } 345public IList<DbExpression> Arguments { get { return this._arguments; } } 659public IList<DbExpression> Arguments { get { return _elements; } }
System\Data\Common\DbXmlEnabledProviderManifest.cs (1)
101IList<EdmSchemaError> errors = SchemaManager.LoadProviderManifest(reader, reader.BaseURI.Length > 0 ? reader.BaseURI : null, true /*checkForSystemNamespace*/, out schema);
System\Data\Common\EntitySql\FunctionOverloadResolver.cs (11)
28internal static EdmFunction ResolveFunctionOverloads(IList<EdmFunction> functionsMetadata, 29IList<TypeUsage> argTypes, 51internal static EdmFunction ResolveFunctionOverloads(IList<EdmFunction> functionsMetadata, 52IList<TypeUsage> argTypes, 82IList<TFunctionMetadata> functionsMetadata, 83IList<TypeUsage> argTypes, 84Func<TFunctionMetadata, IList<TFunctionParameterMetadata>> getSignatureParams, 191private static bool TryRankFunctionParameters<TFunctionParameterMetadata>(IList<TypeUsage> argumentList, 192IList<TypeUsage> flatArgumentList, 193IList<TFunctionParameterMetadata> overloadParamList, 317IList<PrimitiveType> promotions = EdmProviderManifest.Instance.GetPromotionTypes(primitiveFromType);
System\Data\Common\EntitySql\SemanticAnalyzer.cs (1)
1518IList<TParameterMetadata> parametersMetadata,
System\Data\Common\EntitySql\SemanticResolver.cs (5)
995internal static EdmFunction ResolveFunctionOverloads(IList<EdmFunction> functionsMetadata, 996IList<TypeUsage> argTypes, 1012IList<TFunctionMetadata> functionsMetadata, 1013IList<TypeUsage> argTypes, 1014Func<TFunctionMetadata, IList<TFunctionParameterMetadata>> getSignatureParams,
System\Data\Common\EntitySql\TypeResolver.cs (5)
138internal MetadataFunctionGroup(string name, IList<EdmFunction> functionMetadata) 148internal readonly IList<EdmFunction> FunctionMetadata; 156internal InlineFunctionGroup(string name, IList<InlineFunctionInfo> functionMetadata) 166internal readonly IList<InlineFunctionInfo> FunctionMetadata; 573IList<EdmFunction> functionMetadata;
System\Data\Common\Internal\Materialization\Shaper.cs (2)
50private IList<IEntityWrapper> _materializedEntities; 719private void FullSpanAction<T_TargetEntity>(IEntityWrapper wrappedSource, IList<T_TargetEntity> spannedEntities, AssociationEndMember targetMember)
System\Data\Common\Utils\Helpers.cs (1)
92internal static TNode BuildBalancedTreeInPlace<TNode>(IList<TNode> nodes, Func<TNode, TNode, TNode> combinator)
System\Data\Common\Utils\MetadataHelper.cs (1)
804internal static bool CheckIfAllErrorsAreWarnings(IList<EdmSchemaError> schemaErrors)
System\Data\Common\Utils\TreePrinter.cs (1)
76internal IList<TreeNode> Children { get { return _children; } }
System\Data\EntityClient\EntityCommandDefinition.cs (1)
96IList<FunctionParameter> returnParameters = entityCommandTree.EdmFunction.ReturnParameters;
System\Data\EntityClient\EntityConnection.cs (2)
1019private static string CreateMetadataCacheKey(IList<string> paths, string providerName, string providerConnectionString) 1052private static void CreateMetadataCacheKeyWithCount(IList<string> paths,
System\Data\EntityModel\SchemaObjectModel\EntityKeyElement.cs (1)
35public IList<PropertyRefElement> KeyProperties
System\Data\EntityModel\SchemaObjectModel\Function.cs (1)
213public IList<ReturnType> ReturnTypeList
System\Data\EntityModel\SchemaObjectModel\IRelationship.cs (2)
31IList<IRelationshipEnd> Ends { get; } 36IList<ReferentialConstraint> Constraints { get; }
System\Data\EntityModel\SchemaObjectModel\ItemType.cs (2)
119public IList<PropertyRefElement> DeclaredKeyProperties 135public IList<PropertyRefElement> KeyProperties
System\Data\EntityModel\SchemaObjectModel\PrimitiveSchema.cs (1)
36IList<PrimitiveType> primitiveTypes = providerManifest.GetStoreTypes();
System\Data\EntityModel\SchemaObjectModel\ReferentialConstraintRoleElement.cs (1)
35public IList<PropertyRefElement> RoleProperties
System\Data\EntityModel\SchemaObjectModel\Relationship.cs (2)
53public IList<IRelationshipEnd> Ends 66public IList<ReferentialConstraint> Constraints
System\Data\EntityModel\SchemaObjectModel\RelationshipEndCollection.cs (3)
223int IList<IRelationshipEnd>.IndexOf(IRelationshipEnd end) 233void IList<IRelationshipEnd>.Insert(int index, IRelationshipEnd end) 242void IList<IRelationshipEnd>.RemoveAt(int index)
System\Data\EntityModel\SchemaObjectModel\Schema.cs (5)
57private static IList<string> _emptyPathList = new List<string>(0).AsReadOnly(); 70internal IList<EdmSchemaError> Resolve() 81internal IList<EdmSchemaError> ValidateSchema() 98internal IList<EdmSchemaError> Parse(XmlReader sourceReader, string sourceLocation) 131private IList<EdmSchemaError> InternalParse(XmlReader sourceReader, string sourceLocation)
System\Data\EntityModel\SchemaObjectModel\SchemaEnumType.cs (1)
41private readonly IList<SchemaEnumMember> _enumMembers = new List<SchemaEnumMember>();
System\Data\EntityModel\SchemaObjectModel\SchemaManager.cs (9)
70public static IList<EdmSchemaError> LoadProviderManifest(XmlReader xmlReader, string location, 73IList<Schema> schemaCollection = new List<Schema>(1); 76IList<EdmSchemaError> errors = ParseAndValidate(new XmlReader[] { xmlReader }, 96public static IList<EdmSchemaError> ParseAndValidate(IEnumerable<XmlReader> xmlReaders, 99out IList<Schema> schemaCollection) 110public static IList<EdmSchemaError> ParseAndValidate(IEnumerable<XmlReader> xmlReaders, 115out IList<Schema> schemaCollection) 148var errorsForCurrentSchema = schema.Parse(xmlReader, location); 373IList<EdmSchemaError> newErrors, ref bool errorEncountered)
System\Data\Mapping\FunctionImportMapping.cs (1)
223internal bool ValidateTypeConditions(bool validateAmbiguity, IList<EdmSchemaError> errors, string sourceLocation)
System\Data\Mapping\FunctionImportMappingComposable.cs (6)
94internal Node GetInternalTree(Command targetIqtCommand, IList<Node> targetIqtArguments) 212internal DbQueryCommandTree GenerateFunctionView(IList<EdmSchemaError> errors, out DiscriminatorMap discriminatorMap) 263internal void ValidateFunctionView(IList<EdmSchemaError> errors) 271private DbExpression GenerateStructuralTypeResultMappingView(DbExpression storeFunctionInvoke, IList<EdmSchemaError> errors, out DiscriminatorMap discriminatorMap) 357private DbExpression GenerateStructuralTypeMappingView(StructuralType structuralType, List<StoragePropertyMapping> propertyMappings, DbExpression row, IList<EdmSchemaError> errors) 407private DbExpression GeneratePropertyMappingView(StoragePropertyMapping mapping, DbExpression row, List<string> context, IList<EdmSchemaError> errors)
System\Data\Mapping\FunctionImportMappingNonComposable.cs (1)
90internal IList<string> GetDiscriminatorColumns(int resultSetIndex)
System\Data\Mapping\StorageEntitySetMapping.cs (2)
59internal IList<StorageEntityTypeModificationFunctionMapping> ModificationFunctionMappings { 66internal IList<AssociationSetEnd> ImplicitlyMappedAssociationSetEnds {
System\Data\Mapping\StorageMappingItemCollection.cs (5)
153out IList<EdmSchemaError> errors) 193private IList<EdmSchemaError> Init(EdmItemCollection edmCollection, 399internal Dictionary<EntitySetBase, string> GenerateEntitySetViews(out IList<EdmSchemaError> errors) 789IList<EdmSchemaError> errors) 835private void CheckIsSameVersion(double expectedVersion, double currentLoaderVersion, IList<EdmSchemaError> errors)
System\Data\Mapping\StorageMappingItemCollection.ViewDictionary.cs (1)
370IList<Assembly> allViewGenAssemblies = ObjectItemCollection.ViewGenerationAssemblies;
System\Data\Mapping\StorageMappingItemLoader.cs (7)
157internal IList<EdmSchemaError> ParsingErrors 3384private static void AddToSchemaErrors(string message, StorageMappingErrorCode errorCode, string location, IXmlLineInfo lineInfo, IList<EdmSchemaError> parsingErrors) 3390private static EdmSchemaError AddToSchemaErrorsWithMemberInfo(Func<object, string> messageFormat, string errorMember, StorageMappingErrorCode errorCode, string location, IXmlLineInfo lineInfo, IList<EdmSchemaError> parsingErrors) 3398string errorStructure, StorageMappingErrorCode errorCode, string location, IXmlLineInfo lineInfo, IList<EdmSchemaError> parsingErrors) 3406private static void AddToSchemaErrorWithMessage(string errorMessage, StorageMappingErrorCode errorCode, string location, IXmlLineInfo lineInfo, IList<EdmSchemaError> parsingErrors) 3464private static bool TryGetTypedAttributeValue(XPathNavigator nav, string attributeName, Type clrType, string sourceLocation, IList<EdmSchemaError> parsingErrors, out object value) 3489private static EnumMember GetEnumAttributeValue(XPathNavigator nav, string attributeName, EnumType enumType, string sourceLocation, IList<EdmSchemaError> parsingErrors)
System\Data\Mapping\Update\Internal\DynamicUpdateCommand.cs (2)
227private List<DbModificationClause> ReplaceClauses(IList<DbModificationClause> originalClauses, Dictionary<DbSetClause, DbSetClause> mappings) 284internal override IList<IEntityStateEntry> GetStateEntries(UpdateTranslator translator)
System\Data\Mapping\Update\Internal\FunctionUpdateCommand.cs (1)
126internal override IList<IEntityStateEntry> GetStateEntries(UpdateTranslator translator)
System\Data\Mapping\Update\Internal\TableChangeProcessor.cs (1)
86IList<EdmMember> keyMembers = tableType.KeyMembers;
System\Data\Mapping\Update\Internal\UpdateCommand.cs (2)
94internal abstract IList<IEntityStateEntry> GetStateEntries(UpdateTranslator translator); 106IList<IEntityStateEntry> stateEntries = GetStateEntries(translator);
System\Data\Mapping\Update\Internal\UpdateCommandOrderer.cs (1)
396IList<EdmProperty> keyProperties = isTarget ? metadata.FromProperties :
System\Data\Mapping\ViewGeneration\CqlGeneration\CqlBlock.cs (3)
207internal void SetJoinTreeContext(IList<string> parentQualifiers, string leafQualifier) 265internal JoinTreeContext(IList<string> parentQualifiers, string leafQualifier) 275private readonly IList<string> m_parentQualifiers;
System\Data\Mapping\ViewGeneration\GeneratedView.cs (1)
87/*out*/ IList<EdmSchemaError> errors,
System\Data\Mapping\ViewGeneration\Structures\TypeConstant.cs (2)
179private void AsCql(Action<EntitySet, IList<MemberPath>> createRef, Action<IList<MemberPath>> createType, MemberPath outputMember)
System\Data\Mapping\ViewGeneration\Utils\ExternalCalls.cs (1)
87IList<FunctionParameter> functionParameters,
System\Data\Mapping\ViewValidator.cs (1)
388private DbExpressionMemberCollectionEntitySetInfo VisitExpressionList(IList<DbExpression> list)
System\Data\Metadata\Converter.cs (2)
108internal static IEnumerable<GlobalItem> ConvertSchema(IList<Som.Schema> somSchemas, 576private static EdmProperty[] GetProperties(EntityTypeBase entityType, IList<Som.PropertyRefElement> properties)
System\Data\Metadata\Edm\MetadataCollection.cs (2)
412void IList<T>.Insert(int index, T item) 433void IList<T>.RemoveAt(int index)
System\Data\Metadata\Edm\ReadOnlyMetadataCollection.cs (3)
27internal ReadOnlyMetadataCollection(IList<T> collection) : base(collection) 45internal Enumerator(IList<T> collection) 53private IList<T> _parent;
System\Data\Metadata\Edm\SafeLinkCollection.cs (1)
28: base((IList<TChild>)SafeLink<TParent>.BindChildren(parent, getLink, children))
System\Data\Metadata\EdmItemCollection.cs (9)
45out IList<EdmSchemaError> errors) 66internal EdmItemCollection(IList<Schema> schemas) 156private IList<EdmSchemaError> Init(IEnumerable<XmlReader> xmlReaders, 165IList<EdmSchemaError> errors = LoadItems(xmlReaders, filePaths, SchemaDataModelOption.EntityDataModel, 269internal static IList<EdmSchemaError> LoadItems(IEnumerable<XmlReader> xmlReaders, 276IList<Schema> schemaCollection = null; 280var errorCollection = SchemaManager.ParseAndValidate(xmlReaders, sourceFilePaths, 301internal static List<EdmSchemaError> LoadItems(DbProviderManifest manifest, IList<Schema> somSchemas, 359internal static IEnumerable<GlobalItem> LoadSomSchema(IList<Schema> somSchemas,
System\Data\Metadata\MetadataArtifactLoaderCompositeFile.cs (4)
62IList<MetadataArtifactLoaderFile> files; 153IList<MetadataArtifactLoaderFile> files; 168private bool TryGetListForSpace(DataSpace spaceToGet, out IList<MetadataArtifactLoaderFile> files) 244IList<MetadataArtifactLoaderFile> files;
System\Data\Metadata\ObjectItemCollection.cs (1)
69internal static IList<Assembly> ViewGenerationAssemblies
System\Data\Metadata\ObjectLayer\AssemblyCache.cs (2)
25private static IList<Assembly> s_viewGenAssemblies = new ThreadSafeList<Assembly>(); 156internal static IList<Assembly> ViewGenerationAssemblies
System\Data\Metadata\ObjectLayer\AssemblyCacheEntry.cs (2)
17internal abstract IList<EdmType> TypesInAssembly { get; } 18internal abstract IList<Assembly> ClosureAssemblies { get; }
System\Data\Metadata\ObjectLayer\ImmutableAssemblyCacheEntry.cs (2)
27internal override IList<EdmType> TypesInAssembly 32internal override IList<Assembly> ClosureAssemblies
System\Data\Metadata\ObjectLayer\MutableAssemblyCacheEntry.cs (2)
22internal override IList<EdmType> TypesInAssembly 27internal override IList<Assembly> ClosureAssemblies
System\Data\Metadata\Perspective.cs (2)
145internal bool TryGetFunctionByName(string namespaceName, string functionName, bool ignoreCase, out IList<EdmFunction> functionOverloads) 154IList<EdmFunction> overloads =
System\Data\Metadata\StoreItemCollection.cs (2)
77out IList<EdmSchemaError> errors) 186private IList<EdmSchemaError> Init(IEnumerable<XmlReader> xmlReaders,
System\Data\Metadata\StoreItemCollection.Loader.cs (4)
28IList<EdmSchemaError> _errors; 29IList<Schema> _schemas; 40public IList<EdmSchemaError> Errors 45public IList<Schema> Schemas
System\Data\Metadata\TypeHelpers.cs (1)
217IList<PrimitiveType> promotableTypes = EdmProviderManifest.Instance.GetPromotionTypes(fromPrimitiveType);
System\Data\Metadata\TypeSemantics.cs (2)
1158private static objectModel.ReadOnlyCollection<PrimitiveType> Intersect(IList<PrimitiveType> types1, IList<PrimitiveType> types2)
System\Data\Objects\DataClasses\EntityCollection.cs (1)
252IList<IEntityWrapper> wrappedEntities = new List<IEntityWrapper>();
System\Data\Objects\DataClasses\RelatedEnd.cs (1)
616private static void AppendKeyParameterRow(StringBuilder sourceBuilder, IList<EdmMember> keyMembers)
System\Data\Objects\ELinq\ExpressionConverter.cs (4)
499private DbSortExpression Sort(DbExpressionBinding input, IList<DbSortClause> keys) 1489private EdmFunction FindCanonicalFunction(string functionName, IList<TypeUsage> argumentTypes, bool isGroupAggregateFunction, Expression Expression) 1503private EdmFunction FindFunction(string namespaceName, string functionName, IList<TypeUsage> argumentTypes, bool isGroupAggregateFunction, Expression Expression) 1506IList<EdmFunction> candidateFunctions;
System\Data\Objects\ELinq\MethodCallTranslator.cs (1)
2249IList<DbExpression> arguments = ((DbNewInstanceExpression)source).Arguments;
System\Data\Objects\EntityEntry.cs (2)
2736IList<EntityKeyMember> otherEndKeyValues = otherEnd.EntityKey.EntityKeyValues; 2809IList<EntityKeyMember> otherEndKeyValues = otherEnd.EntityKey.EntityKeyValues;
System\Data\Objects\Internal\TransactionManager.cs (3)
26internal Dictionary<RelatedEnd, IList<IEntityWrapper>> PromotedRelationships 226this.PromotedRelationships = new Dictionary<RelatedEnd, IList<IEntityWrapper>>(); 261this.PromotedRelationships = new Dictionary<RelatedEnd, IList<IEntityWrapper>>();
System\Data\Objects\IObjectViewData.cs (1)
26IList<T> List { get; }
System\Data\Objects\ObjectStateManager.cs (10)
763IList<IEntityWrapper> entities; 1898private IList<EntityEntry> GetEntityEntriesForDetectChanges() 3078var entries = this.GetEntityEntriesForDetectChanges(); 3112private void DetectConflicts(IList<EntityEntry> entries) 3317private void DetectChangesInForeignKeys(IList<EntityEntry> entries) 3328private void AlignChangesInRelationships(IList<EntityEntry> entries) 3334private void PerformAdd(IList<EntityEntry> entries) 3459private void PerformDelete(IList<EntityEntry> entries) 3685private void DetectChangesInNavigationProperties(IList<EntityEntry> entries) 3699private void DetectChangesInScalarAndComplexProperties(IList<EntityEntry> entries)
System\Data\Objects\ObjectViewEntityCollectionData.cs (1)
74public IList<TViewElement> List
System\Data\Objects\ObjectViewQueryResultData.cs (1)
111public IList<TElement> List
System\Data\Query\InternalTrees\ColumnMapFactory.cs (2)
237IList<EdmMember> keyMembers = entityType.KeyMembers; 300IList<string> discriminatorColumnNames = mapping.GetDiscriminatorColumns(resultIndex);
System\Data\Query\InternalTrees\Command.cs (7)
581internal Node CreateNode(Op op, IList<Node> args) 1599IList<Node> inputNodes, IList<Var> inputVars, 1600out Node resultNode, out IList<Var> resultVars) 1655internal void BuildUnionAllLadder(IList<Node> inputNodes, IList<Var> inputVars, 1659IList<Var> varList;
System\Data\Query\PlanCompiler\AggregatePushdown.cs (6)
890IList<Node> functionAncestors; 891IList<Node> groupByAncestors; 951private static bool AreAllNodesSupportedForPropagation(IList<Node> nodes) 973private void FindPathsToLeastCommonAncestor(Node node1, Node node2, out IList<Node> ancestors1, out IList<Node> ancestors2) 1002private IList<Node> FindAncestors(Node node)
System\Data\Query\PlanCompiler\CTreeGenerator.cs (1)
1516private List<DbSortClause> VisitSortKeys(IList<InternalTrees.SortKey> sortKeys)
System\Data\Query\PlanCompiler\ITreeGenerator.cs (14)
161private void MapCopiedNodeVars(IList<Node> sources, IList<Node> copies, Dictionary<Var, Var> varMappings) 596private static IList<Node> VisitExpr(IList<DbExpression> exprs, VisitExprDelegate exprDelegate) 611private IList<Node> VisitExprAsScalar(IList<DbExpression> exprs) 878IList<DbVariableReferenceExpression> lambdaParams = lambda.Variables; 1084private Node VisitLambdaExpression(DbLambda lambda, IList<DbExpression> arguments, DbExpression applicationExpr, EdmFunction expandingEdmFunction) 2277private Node VisitJoin(DbExpression e, IList<DbExpressionBinding> inputs, DbExpression joinCond) 2505IList<Node> argNodes = VisitExprAsScalar(agg.Arguments); 2627private Node ProcessFunctionAggregate(DbFunctionAggregate funcAgg, IList<Node> argNodes, out Var aggVar) 2767private void FlattenProperties(Node input, IList<Node> flattenedProperties) 2771IList<EdmProperty> properties = TypeHelpers.GetProperties(input.Op.Type); 2798private Node VisitSortArguments(DbExpressionBinding input, IList<DbSortClause> sortOrder, List<SortKey> sortKeys, out Var inputVar)
System\Data\Query\PlanCompiler\JoinGraph.cs (6)
1272IList<ColumnVar> columnVars; 2008IList<ColumnVar> childColumnVars; 2055private static bool IsJoinOnFkConstraint(ForeignKeyConstraint fkConstraint, IList<ColumnVar> parentVars, IList<ColumnVar> childVars, out IList<ColumnVar> childForeignKeyVars) 2138IList<ColumnVar> childColumnVars;
System\Data\Query\PlanCompiler\PreProcessor.cs (2)
931IList<Var> unionAllVars; 2350IList<Node> sortChildren = new List<Node>();
System\Data\SqlClient\SqlGen\Sql8ConformanceChecker.cs (5)
150private static bool VisitList<TElementType>(ListElementHandler<TElementType> handler, IList<TElementType> list) 167private bool VisitAggregateList(IList<DbAggregate> list) 177private bool VisitExpressionBindingList(IList<DbExpressionBinding> list) 187private bool VisitExpressionList(IList<DbExpression> list) 197private bool VisitSortClauseList(IList<DbSortClause> list)
System\Data\SqlClient\SqlGen\Sql8ExpressionRewriter.cs (12)
134IList<DbSortClause> sortOrder = VisitSortOrder(e.SortOrder); //Another copy of the sort order 137IList<DbPropertyExpression> sortExpressions = new List<DbPropertyExpression>(e.SortOrder.Count); 208private DbExpression TransformIntersectOrExcept(DbExpression left, DbExpression right, DbExpressionKind expressionKind, IList<DbPropertyExpression> sortExpressionsOverLeft, string sortExpressionsBindingVariableName) 216IList<DbPropertyExpression> leftFlattenedProperties = new List<DbPropertyExpression>(); 217IList<DbPropertyExpression> rightFlattenedProperties = new List<DbPropertyExpression>(); 298private void FlattenProperties(DbExpression input, IList<DbPropertyExpression> flattenedProperties) 300IList<EdmProperty> properties = TypeHelpers.GetProperties(input.ResultType); 337private static bool RemoveNonSortProperties(IList<DbPropertyExpression> list1, IList<DbPropertyExpression> list2, IList<DbPropertyExpression> sortList, string list1BindingVariableName, string sortExpressionsBindingVariableName) 362private static bool HasMatchInList(DbPropertyExpression expr, IList<DbPropertyExpression> list, string exprBindingVariableName, string listExpressionsBindingVariableName) 422private DbExpressionBinding CapWithProject(DbExpressionBinding inputBinding, IList<DbPropertyExpression> flattenedProperties)
System\Data\SqlClient\SqlGen\SqlFunctionCallHandler.cs (5)
1106private static ISqlFragment HandleCanonicalFunctionDateTimeTypeCreation(SqlGenerator sqlgen, string typeName, IList<DbExpression> args, bool hasDatePart, bool hasTimeZonePart) 1553private static SqlBuilder HandleCanonicalFunctionContains(SqlGenerator sqlgen, IList<DbExpression> args, SqlBuilder result) 1596private static SqlBuilder HandleCanonicalFunctionStartsWith(SqlGenerator sqlgen, IList<DbExpression> args, SqlBuilder result) 1640private static SqlBuilder HandleCanonicalFunctionEndsWith(SqlGenerator sqlgen, IList<DbExpression> args, SqlBuilder result) 1678private static ISqlFragment WrapPredicate(Func<SqlGenerator, IList<DbExpression>, SqlBuilder, SqlBuilder> predicateTranslator, SqlGenerator sqlgen, DbFunctionExpression e)
System\Data\SqlClient\SqlGen\SqlGenerator.cs (4)
3017private ISqlFragment VisitJoinExpression(IList<DbExpressionBinding> inputs, DbExpressionKind joinKind, 3690private void AddSortKeys(SqlBuilder orderByClause, IList<DbSortClause> sortKeys) 4253static bool GroupByAggregatesNeedInnerQuery(IList<DbAggregate> aggregates, string inputVarRefName) 4293static bool GroupByKeysNeedInnerQuery(IList<DbExpression> keys, string inputVarRefName)
System.Data.Entity.Design (77)
System\Data\Entity\Design\AspNet\EntityModelBuildProvider.cs (1)
70IList<EdmSchemaError> errors = null;
System\Data\Entity\Design\Common\MetadataItemSerializer.cs (1)
302private void WriteReferentialConstraintRoleElement(string nodeName, RelationshipEndMember end, IList<EdmProperty> properties)
System\Data\Entity\Design\Common\MetadataUtil.cs (1)
75internal static bool CheckIfAllErrorsAreWarnings(IList<EdmSchemaError> schemaErrors)
System\Data\Entity\Design\EntityCodeGenerator.cs (18)
70public IList<EdmSchemaError> GenerateCode(string sourceEdmSchemaFilePath, string targetPath, IEnumerable<string> additionalEdmSchemaFilePaths, Version targetEntityFrameworkVersion) 85public IList<EdmSchemaError> GenerateCode(string sourceEdmSchemaFilePath, string targetPath, IEnumerable<string> additionalEdmSchemaFilePaths) 88IList<EdmSchemaError> errors = GetMinimumTargetFrameworkVersion(sourceEdmSchemaFilePath, out targetFrameworkVersion); 111public IList<EdmSchemaError> GenerateCode(string sourceEdmSchemaFilePath, string targetPath, Version targetEntityFrameworkVersion) 123public IList<EdmSchemaError> GenerateCode(string sourceEdmSchemaFilePath, string targetPath) 126IList<EdmSchemaError> errors = GetMinimumTargetFrameworkVersion(sourceEdmSchemaFilePath, out targetFrameworkVersion); 148public IList<EdmSchemaError> GenerateCode(XmlReader sourceEdmSchema, TextWriter target, Version targetEntityFrameworkVersion) 171public IList<EdmSchemaError> GenerateCode(XmlReader sourceEdmSchema, TextWriter target) 174IList<EdmSchemaError> errors = GetMinimumTargetFrameworkVersion(sourceEdmSchema, out targetFrameworkVersion); 199public IList<EdmSchemaError> GenerateCode(XmlReader sourceEdmSchema, TextWriter target, IEnumerable<XmlReader> additionalEdmSchemas, Version targetEntityFrameworkVersion) 232public IList<EdmSchemaError> GenerateCode(XmlReader sourceEdmSchema, TextWriter target, IEnumerable<XmlReader> additionalEdmSchemas) 235IList<EdmSchemaError> errors = GetMinimumTargetFrameworkVersion(sourceEdmSchema, out targetFrameworkVersion); 246private IList<EdmSchemaError> InternalGenerateCode(string sourceEdmSchemaFilePath, LazyTextWriterCreator textWriter, IEnumerable<string> additionalEdmSchemaFilePaths, Version targetFrameworkVersion) 285private IList<EdmSchemaError> GetMinimumTargetFrameworkVersion(string sourceEdmSchemaFilePath, out Version targetFrameworkVersion) 301private IList<EdmSchemaError> GetMinimumTargetFrameworkVersion(XmlReader sourceEdmSchemaXmlReader, out Version targetFrameworkVersion) 323private IList<EdmSchemaError> InternalGenerateCode(string sourceEdmSchemaFilePath, Version schemaVersion, LazyTextWriterCreator textWriter, IEnumerable<string> additionalEdmSchemaFilePaths, Version targetFrameworkVersion) 405private IList<EdmSchemaError> GenerateCodeFor1_1Schema(string sourceEdmSchemaFilePath, LazyTextWriterCreator textWriter, IEnumerable<string> additionalEdmSchemaFilePaths) 419IList<EdmSchemaError> errors = generator.GenerateCode(sourceEdmSchemaFilePath, target, additionalEdmSchemaFilePaths != null ? additionalEdmSchemaFilePaths : Enumerable.Empty<string>());
System\Data\Entity\Design\EntityModelSchemaGenerator.cs (4)
199public IList<EdmSchemaError> GenerateMetadata() 210public IList<EdmSchemaError> GenerateMetadata(Version targetEntityFrameworkVersion) 280public IList<EdmSchemaError> Errors = new List<EdmSchemaError>(); 304private IList<EdmSchemaError> InternalGenerateMetadata()
System\Data\Entity\Design\EntityStoreSchemaGenerator.cs (17)
101public IList<EdmSchemaError> GenerateStoreMetadata() 112public IList<EdmSchemaError> GenerateStoreMetadata(IEnumerable<EntityStoreSchemaFilterEntry> filters) 124public IList<EdmSchemaError> GenerateStoreMetadata(IEnumerable<EntityStoreSchemaFilterEntry> filters, Version targetEntityFrameworkVersion) 136private IList<EdmSchemaError> DoGenerateStoreMetadata(IEnumerable<EntityStoreSchemaFilterEntry> filters, Version targetEntityFrameworkVersion) 360IList<EdmSchemaError> errors; 424private static void ThrowOnError(IList<EdmSchemaError> errors) 1096IList<TableDetailsRow>/*columns*/, 1147IList<TableDetailsRow> columns, 1189IList<string> excludedColumns; 1190var properties = CreateEdmProperties(session, columns, tableKey, errors, out excludedColumns); 1274IList<TableDetailsRow> columns, 1288IList<string> excludedColumns; 1289var properties = CreateEdmProperties(session, columns, tableKey, errors, out excludedColumns); 1301private IList<EdmProperty> CreateEdmProperties( 1303IList<TableDetailsRow> columns, 1306out IList<string> excludedColumns) 1466private bool InferKeyColumns(LoadMethodSessionState session, IList<TableDetailsRow> columns, List<string> pKeys, DbObjectKey tableKey, ref ICollection<string> primaryKeys)
System\Data\Entity\Design\EntityViewGeneration\EntityViewGenerator.cs (17)
101public IList<EdmSchemaError> GenerateViews(StorageMappingItemCollection mappingCollection, string outputPath) 130public IList<EdmSchemaError> GenerateViews(StorageMappingItemCollection mappingCollection, TextWriter outputWriter) 135IList<EdmSchemaError> errorList = GetMinimumTargetFrameworkVersion(mappingCollection, out targetEntityFrameworkVersion); 150public IList<EdmSchemaError> GenerateViews(StorageMappingItemCollection mappingCollection, TextWriter outputWriter, Version targetEntityFrameworkVersion) 177private IList<EdmSchemaError> InternalGenerateViews( 182IList<EdmSchemaError> schemaErrors; 204public static IList<EdmSchemaError> Validate(StorageMappingItemCollection mappingCollection) 209IList<EdmSchemaError> errorList = GetMinimumTargetFrameworkVersion(mappingCollection, out targetEntityFrameworkVersion); 220public static IList<EdmSchemaError> Validate(StorageMappingItemCollection mappingCollection, Version targetEntityFrameworkVersion) 232IList<EdmSchemaError> schemaErrors; 264private static IList<EdmSchemaError> HandleValidationErrors(IList<EdmSchemaError> schemaErrors) 273private bool GetViewsWithErrors(StorageMappingItemCollection mappingCollection, out CodeDomProvider provider, out IList<EdmSchemaError> schemaErrors, out Dictionary<EntitySetBase, string> generatedViews) 284private void GetViewsAndCodeDomProvider(StorageMappingItemCollection mappingCollection, out CodeDomProvider provider, out IList<EdmSchemaError> schemaErrors, out Dictionary<EntitySetBase, string> generatedViews) 304out IList<EdmSchemaError> schemaErrors, out Dictionary<EntitySetBase, string> generatedViews) 309private static IList<EdmSchemaError> GetMinimumTargetFrameworkVersion(StorageMappingItemCollection mappingCollection, out Version targetFrameworkVersion) 333Dictionary<EntitySetBase, string> generatedViews, TextWriter sourceWriter, CodeDomProvider provider, IList<EdmSchemaError> schemaErrors)
System\Data\Entity\Design\MetadataItemCollectionFactory.cs (7)
43out IList<EdmSchemaError> errors) 61out IList<EdmSchemaError> errors) 74internal static bool ValidateActualVersionAgainstTarget(Version maxExpectedVersion, Version actualVersion, IList<EdmSchemaError> errors) 94out IList<EdmSchemaError> errors) 112out IList<EdmSchemaError> errors) 131StoreItemCollection storeCollection, IEnumerable<XmlReader> readers, out IList<EdmSchemaError> errors) 153out IList<EdmSchemaError> errors)
System\Data\EntityModel\Emitters\FixUpCollection.cs (4)
360IList<FixUp> fixUps = ClassFixUps[className]; 424IList<FixUp> fixUps = ClassFixUps[className]; 444IList<FixUp> fixUps = ClassFixUps[className]; 461IList<FixUp> fixUps = ClassFixUps[className];
System\Data\EntityModel\Emitters\PropertyEmitter.cs (1)
868CodeTypeReference typeRef = typeReference.ForType(typeof(System.Collections.Generic.IList<>), baseType);
System\Data\EntityModel\EntityClassGenerator.cs (6)
103public IList<EdmSchemaError> GenerateCode(XmlReader sourceEdmSchema, TextWriter target) 113public IList<EdmSchemaError> GenerateCode(XmlReader sourceEdmSchema, TextWriter target, IEnumerable<XmlReader> additionalEdmSchemas) 177public IList<EdmSchemaError> GenerateCode(string sourceEdmSchemaFilePath, string targetFilePath) 185public IList<EdmSchemaError> GenerateCode(string sourceEdmSchemaFilePath, string targetPath, IEnumerable<string> additionalEdmSchemaFilePaths) 282IList<Schema> schemas; 287IList<EdmSchemaError> schemaManagerErrors =
System.Data.Linq (6)
DataBindingList.cs (1)
35internal DataBindingList(IList<TEntity> sequence, Table<TEntity> data)
DataContext.cs (3)
1659public IList<object> Inserts { 1663public IList<object> Deletes { 1667public IList<object> Updates {
EntitySetDataBindingList.cs (1)
15internal EntitySetBindingList(IList<TEntity> sequence, EntitySet<TEntity> data)
SortableBindingList.cs (1)
18internal SortableBindingList(IList<T> list) : base(list) { }
System.Data.Services (14)
System\Data\Services\Epm\EpmContentDeSerializer.cs (2)
102private IList<EpmAppliedProperty> Properties 116private IList<EpmPropertyToTypeMappingElement> PropertyToTypeNameMap
System\Data\Services\Epm\EpmSourceTree.cs (1)
70IList<EpmSourcePathSegment> activeSubProperties = currentProperty.SubProperties;
System\Data\Services\Epm\EpmTargetTree.cs (1)
76IList<EpmTargetPathSegment> activeSubSegments = currentSegment.SubSegments;
System\Data\Services\KeyInstance.cs (1)
75internal IList<object> PositionalValues
System\Data\Services\Providers\DataServiceProviderWrapper.cs (1)
806internal IList<ResourceProperty> GetETagProperties(string containerName, ResourceType resourceType)
System\Data\Services\Providers\ObjectContextServiceProvider.cs (1)
724internal IList<ResourceProperty> GetETagProperties(string containerName, ResourceType resourceType)
System\Data\Services\Providers\ResourceType.cs (4)
85private IList<ResourceProperty> propertiesDeclaredOnThisType; 282IList<ResourceProperty> propertyCollection = this.propertiesDeclaredOnThisType; 539internal IList<EntityPropertyMappingAttribute> InheritedEpmInfo 549internal IList<EntityPropertyMappingAttribute> OwnEpmInfo
System\Data\Services\Serializers\Serializer.cs (1)
740IList<ResourceProperty> keyProperties = resourceType.KeyProperties;
System\Data\Services\UpdatableWrapper.cs (2)
154IList<ResourceProperty> etagProperties = this.service.Provider.GetETagProperties(container.Name, resourceType); 329private static IEnumerable<KeyValuePair<string, object>> ParseETagValue(IList<ResourceProperty> etagProperties, string ifMatchHeaderValue)
System.Data.Services.Client (7)
parent\Server\System\Data\Services\Epm\EpmSourceTree.cs (1)
70IList<EpmSourcePathSegment> activeSubProperties = currentProperty.SubProperties;
parent\Server\System\Data\Services\Epm\EpmTargetTree.cs (1)
76IList<EpmTargetPathSegment> activeSubSegments = currentSegment.SubSegments;
System\Data\Services\Client\Binding\BindingEntityInfo.cs (1)
60internal static IList<BindingPropertyInfo> GetObservableProperties(Type entityType)
System\Data\Services\Client\Binding\BindingGraph.cs (3)
691public IList<object> Select(Func<object, bool> filter) 844public IList<Edge> IncomingEdges 858public IList<Edge> OutgoingEdges
System\Data\Services\Client\Binding\BindingObserver.cs (1)
907IList<UnTrackingInfo> entitiesToUnTrack)
System.Data.Services.Design (8)
System\Data\EntityModel\Emitters\FixUpCollection.cs (4)
356IList<FixUp> fixUps = ClassFixUps[className]; 420IList<FixUp> fixUps = ClassFixUps[className]; 440IList<FixUp> fixUps = ClassFixUps[className]; 457IList<FixUp> fixUps = ClassFixUps[className];
System\Data\EntityModel\Emitters\PropertyEmitter.cs (1)
791CodeTypeReference typeRef = typeReference.ForType(typeof(System.Collections.Generic.IList<>), baseType);
System\Data\EntityModel\EntityClassGenerator.cs (3)
157public IList<EdmSchemaError> GenerateCode(XmlReader sourceReader, string targetFilePath) 180public IList<EdmSchemaError> GenerateCode(XmlReader sourceReader, TextWriter targetWriter, string namespacePrefix) 568private IList<EdmSchemaError> GenerateCode(XmlReader sourceReader, LazyTextWriterCreator target, string namespacePrefix)
System.Data.SqlXml (204)
System\Xml\Xsl\IlGen\GenerateHelper.cs (8)
101IListType = typeof(IList<>).MakeGenericType(storageType); 253public static readonly MethodInfo SeqMatchesCode = GetMethod(typeof(XmlQueryRuntime), "MatchesXmlType", typeof(IList<XPathItem>), typeof(XmlTypeCode)); 254public static readonly MethodInfo SeqMatchesType = GetMethod(typeof(XmlQueryRuntime), "MatchesXmlType", typeof(IList<XPathItem>), typeof(int)); 373public static readonly MethodInfo ItemsToBool = GetMethod(typeof(XsltConvert), "ToBoolean", typeof(IList<XPathItem>)); 374public static readonly MethodInfo ItemsToDbl = GetMethod(typeof(XsltConvert), "ToDouble", typeof(IList<XPathItem>)); 375public static readonly MethodInfo ItemsToNode = GetMethod(typeof(XsltConvert), "ToNode", typeof(IList<XPathItem>)); 376public static readonly MethodInfo ItemsToNodes = GetMethod(typeof(XsltConvert), "ToNodeSet", typeof(IList<XPathItem>)); 377public static readonly MethodInfo ItemsToStr = GetMethod(typeof(XsltConvert), "ToString", typeof(IList<XPathItem>));
System\Xml\Xsl\IlGen\IteratorDescriptor.cs (3)
91typeof(IList<>).MakeGenericType(itemStorageType).IsAssignableFrom(loc.LocalType), 121typeof(IList<>).MakeGenericType(itemStorageType).IsAssignableFrom(methGlobal.ReturnType), 529EnsureLocal(this.helper.DeclareLocal(locName, typeof(IList<>).MakeGenericType(this.storage.ItemStorageType)));
System\Xml\Xsl\IlGen\StaticDataManager.cs (1)
111public int DeclarePrefixMappings(IList<QilNode> list) {
System\Xml\Xsl\IlGen\XmlILOptimizerVisitor.cs (2)
648local1.Add((IList<QilNode>) nd); 4321private static void EliminateUnusedGlobals(IList<QilNode> globals) {
System\Xml\Xsl\IlGen\XmlIlTypeHelper.cs (57)
45if (!qyTyp.IsStrict && storageType != typeof(IList<XPathNavigator>)) 46return typeof(IList<XPathItem>); 111typeof(IList<XPathItem>), // XmlTypeCode.None 112typeof(IList<XPathItem>), // XmlTypeCode.Item 113typeof(IList<XPathNavigator>), // XmlTypeCode.Node 114typeof(IList<XPathNavigator>), // XmlTypeCode.Document 115typeof(IList<XPathNavigator>), // XmlTypeCode.Element 116typeof(IList<XPathNavigator>), // XmlTypeCode.Attribute 117typeof(IList<XPathNavigator>), // XmlTypeCode.Namespace 118typeof(IList<XPathNavigator>), // XmlTypeCode.ProcessingInstruction 119typeof(IList<XPathNavigator>), // XmlTypeCode.Comment 120typeof(IList<XPathNavigator>), // XmlTypeCode.Text 121typeof(IList<XPathItem>), // XmlTypeCode.AnyAtomicType 122typeof(IList<string>), // XmlTypeCode.UntypedAtomic 123typeof(IList<string>), // XmlTypeCode.String 124typeof(IList<bool>), // XmlTypeCode.Boolean 125typeof(IList<decimal>), // XmlTypeCode.Decimal 126typeof(IList<float>), // XmlTypeCode.Float 127typeof(IList<double>), // XmlTypeCode.Double 128typeof(IList<string>), // XmlTypeCode.Duration 129typeof(IList<DateTime>), // XmlTypeCode.DateTime 130typeof(IList<DateTime>), // XmlTypeCode.Time 131typeof(IList<DateTime>), // XmlTypeCode.Date 132typeof(IList<DateTime>), // XmlTypeCode.GYearMonth 133typeof(IList<DateTime>), // XmlTypeCode.GYear 134typeof(IList<DateTime>), // XmlTypeCode.GMonthDay 135typeof(IList<DateTime>), // XmlTypeCode.GDay 136typeof(IList<DateTime>), // XmlTypeCode.GMonth 137typeof(IList<byte[]>), // XmlTypeCode.HexBinary 138typeof(IList<byte[]>), // XmlTypeCode.Base64Binary 139typeof(IList<string>), // XmlTypeCode.AnyUri 140typeof(IList<XmlQualifiedName>), // XmlTypeCode.QName 141typeof(IList<XmlQualifiedName>), // XmlTypeCode.Notation 142typeof(IList<string>), // XmlTypeCode.NormalizedString 143typeof(IList<string>), // XmlTypeCode.Token 144typeof(IList<string>), // XmlTypeCode.Language 145typeof(IList<string>), // XmlTypeCode.NmToken 146typeof(IList<string>), // XmlTypeCode.Name 147typeof(IList<string>), // XmlTypeCode.NCName 148typeof(IList<string>), // XmlTypeCode.Id 149typeof(IList<string>), // XmlTypeCode.Idref 150typeof(IList<string>), // XmlTypeCode.Entity 151typeof(IList<long>), // XmlTypeCode.Integer 152typeof(IList<decimal>), // XmlTypeCode.NonPositiveInteger 153typeof(IList<decimal>), // XmlTypeCode.NegativeInteger 154typeof(IList<long>), // XmlTypeCode.Long 155typeof(IList<int>), // XmlTypeCode.Int 156typeof(IList<int>), // XmlTypeCode.Short 157typeof(IList<int>), // XmlTypeCode.Byte 158typeof(IList<decimal>), // XmlTypeCode.NonNegativeInteger 159typeof(IList<decimal>), // XmlTypeCode.UnsignedLong 160typeof(IList<long>), // XmlTypeCode.UnsignedInt 161typeof(IList<int>), // XmlTypeCode.UnsignedShort 162typeof(IList<int>), // XmlTypeCode.UnsignedByte 163typeof(IList<decimal>), // XmlTypeCode.PositiveInteger 164typeof(IList<TimeSpan>), // XmlTypeCode.YearMonthDuration 165typeof(IList<TimeSpan>), // XmlTypeCode.DayTimeDuration
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (4)
3310LocalBuilder locArgs = this.helper.DeclareLocal("$$$args", typeof(IList<XPathItem>[])); 3321this.helper.Emit(OpCodes.Newarr, typeof(IList<XPathItem>)); 3332this.helper.Emit(OpCodes.Ldelema, typeof(IList<XPathItem>)); 3337this.helper.Emit(OpCodes.Stobj, typeof(IList<XPathItem>));
System\Xml\Xsl\ListBase.cs (2)
180private IList<T> sequence; 187public IListEnumerator(IList<T> sequence) {
System\Xml\Xsl\QIL\QilExpression.cs (4)
136public IList<WhitespaceRule> WhitespaceRules { 137get { return (IList<WhitespaceRule>) ((QilLiteral) this.wsRules).Value; } 160public IList<EarlyBoundInfo> EarlyBoundTypes { 161get { return (IList<EarlyBoundInfo>) ((QilLiteral) this.earlBnd).Value; }
System\Xml\Xsl\QIL\QilFactory.cs (8)
40public QilList FunctionList(IList<QilNode> values) { 46public QilList GlobalVariableList(IList<QilNode> values) { 52public QilList GlobalParameterList(IList<QilNode> values) { 58public QilList ActualParameterList(IList<QilNode> values) { 64public QilList FormalParameterList(IList<QilNode> values) { 70public QilList SortKeyList(IList<QilNode> values) { 76public QilList BranchList(IList<QilNode> values) { 82public QilList Sequence(IList<QilNode> values) {
System\Xml\Xsl\QIL\QilNode.cs (1)
146public virtual void Add(IList<QilNode> list) {
System\Xml\Xsl\QIL\QilPatternFactory.cs (4)
411return StrConcat((IList<QilNode>)args); 414public QilNode StrConcat(IList<QilNode> args) { 718public QilNode XsltInvokeEarlyBound(QilNode name, MethodInfo d, XmlQueryType t, IList<QilNode> args) { 724public QilNode XsltInvokeLateBound(QilNode name, IList<QilNode> args) {
System\Xml\Xsl\QIL\QilTypeChecker.cs (2)
171CheckLiteralValue(node[2], typeof(IList<WhitespaceRule>)); 174CheckLiteralValue(node[5], typeof(IList<EarlyBoundInfo>));
System\Xml\Xsl\QIL\QilXmlWriter.cs (5)
104else if (ann is IList<object>) { 105IList<object> list = (IList<object>) ann; 193IList<QilNode> fdecls = new ForwardRefFinder().Find(qil); 301public IList<QilNode> Find(QilExpression qil) {
System\Xml\Xsl\Runtime\DodSequenceMerge.cs (3)
21private IList<XPathNavigator> firstSequence; 39public void AddSequence(IList<XPathNavigator> sequence) { 62public IList<XPathNavigator> MergeSequences() {
System\Xml\Xsl\Runtime\WhitespaceRuleLookup.cs (1)
35public WhitespaceRuleLookup(IList<WhitespaceRule> rules) : this() {
System\Xml\Xsl\Runtime\XmlILStorageConverter.cs (8)
76public static IList<XPathItem> NavigatorsToItems(IList<XPathNavigator> listNavigators) { 78IList<XPathItem> listItems = listNavigators as IList<XPathItem>; 86public static IList<XPathNavigator> ItemsToNavigators(IList<XPathItem> listItems) { 88IList<XPathNavigator> listNavs = listItems as IList<XPathNavigator>;
System\Xml\Xsl\Runtime\XmlQueryContext.cs (3)
231public IList<XPathItem> InvokeXsltLateBoundFunction(string name, string namespaceUri, IList<XPathItem>[] args) { 292return (IList<XPathItem>) this.runtime.ChangeTypeXsltResult(XmlQueryTypeFactory.ItemS, objRet);
System\Xml\Xsl\Runtime\XmlQueryRuntime.cs (13)
175Debug.Assert(this.globalValues[idx] is IList<XPathItem>, "Only debugger should call this method, and all global values should have type item* in debugging scenarios."); 189Debug.Assert(this.globalValues[idx] is IList<XPathItem>, "Only debugger should call this method, and all global values should have type item* in debugging scenarios."); 192this.globalValues[idx] = (IList<XPathItem>) XmlAnyListConverter.ItemList.ChangeType(value, typeof(XPathItem[]), null); 491IList<XPathNavigator> seq = (IList<XPathNavigator>) value; 510IList<XPathItem> seq = (IList<XPathItem>) value; 664public bool MatchesXmlType(IList<XPathItem> seq, int indexType) { 696public bool MatchesXmlType(IList<XPathItem> seq, XmlTypeCode code) { 808public IList<XPathNavigator> DocOrderDistinct(IList<XPathNavigator> seq) { 926public IList<XPathItem> EndSequenceConstruction(out XmlQueryOutput output) { 927IList<XPathItem> seq = ((XmlCachedSequenceWriter) this.output.SequenceWriter).ResultSequence;
System\Xml\Xsl\Runtime\XmlQuerySequence.cs (7)
315void IList<T>.Insert(int index, T value) { 322void IList<T>.RemoveAt(int index) { 494public XmlQueryNodeSequence(IList<XPathNavigator> list) : base(list.Count) { 651XPathItem IList<XPathItem>.this[int index] { 664int IList<XPathItem>.IndexOf(XPathItem value) { 671void IList<XPathItem>.Insert(int index, XPathItem value) { 678void IList<XPathItem>.RemoveAt(int index) {
System\Xml\Xsl\Runtime\XmlQueryStaticData.cs (3)
28private IList<WhitespaceRule> whitespaceRules; 40public XmlQueryStaticData(XmlWriterSettings defaultWriterSettings, IList<WhitespaceRule> whitespaceRules, StaticDataManager staticData) { 293public IList<WhitespaceRule> WhitespaceRules {
System\Xml\Xsl\Runtime\XslNumber.cs (1)
161public string FormatSequence(IList<XPathItem> val) {
System\Xml\Xsl\Runtime\XsltConvert.cs (9)
88public static bool ToBoolean(IList<XPathItem> listItems) { 126public static double ToDouble(IList<XPathItem> listItems) { 159public static XPathNavigator ToNode(IList<XPathItem> listItems) { 173public static IList<XPathNavigator> ToNodeSet(XPathItem item) { 177public static IList<XPathNavigator> ToNodeSet(IList<XPathItem> listItems) { 205public static string ToString(IList<XPathItem> listItems) { 329public static IList<XPathNavigator> EnsureNodeSet(IList<XPathItem> listItems) {
System\Xml\Xsl\Runtime\XsltFunctions.cs (2)
232public static string EXslObjectType(IList<XPathItem> value) { 264public static double MSNumber(IList<XPathItem> value) {
System\Xml\Xsl\Runtime\XsltLibrary.cs (14)
26public static readonly MethodInfo EnsureNodeSet = GetMethod(typeof(XsltConvert), "EnsureNodeSet" , typeof(IList<XPathItem>)); 99public string FormatMessage(string res, IList<string> args) { 205public string NumberFormat(IList<XPathItem> value, string formatString, 303private static bool CompareNodeSetAndValue(ComparisonOperator op, IList<XPathNavigator> nodeset, XPathItem val, TypeCode compType) { 319private static bool CompareNodeSetAndNodeSet(ComparisonOperator op, IList<XPathNavigator> left, IList<XPathNavigator> right, TypeCode compType) { 332public bool EqualityOperator(double opCode, IList<XPathItem> left, IList<XPathItem> right) { 371public bool RelationalOperator(double opCode, IList<XPathItem> left, IList<XPathItem> right) { 430internal static void CheckXsltValue(IList<XPathItem> val) { 452private static bool IsNodeSetOrRtf(IList<XPathItem> val) { 460private static IList<XPathNavigator> ToNodeSetOrRtf(IList<XPathItem> val) {
System\Xml\Xsl\XmlIlGenerator.cs (3)
186private void CreateFunctionMetadata(IList<QilNode> funcList) { 237private void CreateGlobalValueMetadata(IList<QilNode> globalList) { 313private void EvaluateGlobalValues(IList<QilNode> iterList) {
System\Xml\Xsl\XmlQueryTypeFactory.cs (1)
254private static List<XmlQueryType> PrimeChoice(List<XmlQueryType> accumulator, IList<XmlQueryType> types) {
System\Xml\Xsl\XPath\IXpathBuilder.cs (1)
36Node Function(string prefix, string name, IList<Node> args);
System\Xml\Xsl\XPath\IXPathEnvironment.cs (1)
30QilNode ResolveFunction(string prefix, string name, IList<QilNode> args, IFocus env);
System\Xml\Xsl\XPath\XPathBuilder.cs (3)
46QilNode IXPathEnvironment.ResolveFunction(string prefix, string name, IList<QilNode> args, IFocus env) { 481public virtual QilNode Function(string prefix, string name, IList<QilNode> args) { 893public void CastArguments(IList<QilNode> args, string name, XPathQilFactory f) {
System\Xml\Xsl\Xslt\Focus.cs (1)
92public void StartFocus(IList<QilNode> args, XslFlags flags) {
System\Xml\Xsl\Xslt\InvokeGenerator.cs (2)
42public QilNode GenerateInvoke(QilFunction func, IList<XslNode> actualArgs) { 93private QilNode FindActualArg(QilParameter formalArg, IList<XslNode> actualArgs) {
System\Xml\Xsl\Xslt\MatcherBuilder.cs (1)
435public QilNode BuildMatcher(QilIterator it, IList<XslNode> actualArgs, QilNode otherwise) {
System\Xml\Xsl\Xslt\QilGenerator.cs (16)
590private QilNode CompileInstructions(IList<XslNode> instructions) { 594private QilNode CompileInstructions(IList<XslNode> instructions, int from) { 598private QilNode CompileInstructions(IList<XslNode> instructions, QilList content) { 602private QilNode CompileInstructions(IList<XslNode> instructions, int from, QilList content) { 963IList<XslNode> content = node.Content; 986IList<XslNode> content = node.Content; 1043IList<XslNode> content = node.Content; 1190IList<XslNode> cases = node.Content; 1244IList<XslNode> content = node.Content; 1282private QilNode CompileSorts(IList<XslNode> content, ref LoopFocus parentLoop) { 2110private void SetArg(IList<XslNode> args, int pos, QilName name, QilNode value) { 2120private IList<XslNode> AddRemoveImplicitArgs(IList<XslNode> args, XslFlags flags) { 2141private bool FillupInvokeArgs(IList<QilNode> formalArgs, IList<XslNode> actualArgs, QilList invokeArgs) { 2179private QilNode InvokeApplyFunction(StylesheetLevel sheet, QilName mode, IList<XslNode> actualArgs) {
System\Xml\Xsl\Xslt\QilGeneratorEnv.cs (2)
93QilNode IXPathEnvironment.ResolveFunction(string prefix, string name, IList<QilNode> args, IFocus env) { 197private QilNode GenerateScriptCall(QilName name, XmlExtensionFunction scrFunc, IList<QilNode> args) {
System\Xml\Xsl\Xslt\XPathPatternBuilder.cs (2)
260public QilNode Function(string prefix, string name, IList<QilNode> args) { 365public QilNode ResolveFunction(string prefix, string name, IList<QilNode> args, IFocus env) {
System\Xml\Xsl\Xslt\XslAst.cs (2)
103private static readonly IList<XslNode> EmptyList = new List<XslNode>().AsReadOnly(); 105public IList<XslNode> Content {
System\Xml\Xsl\Xslt\XslAstAnalyzer.cs (3)
59private static IList<V> empty = (new List<V>()).AsReadOnly(); 951public virtual XslFlags Function(string prefix, string name, IList<XslFlags> args) { 1199var content = node.Content;
System\Xml\Xsl\Xslt\XsltLoader.cs (1)
658private void CheckUseAttrubuteSetInList(IList<XslNode> list) {
System.IdentityModel (61)
System\IdentityModel\Claims\DefaultClaimSet.cs (4)
17IList<Claim> claims; 24public DefaultClaimSet(IList<Claim> claims) 34public DefaultClaimSet(ClaimSet issuer, IList<Claim> claims) 91protected void Initialize(ClaimSet issuer, IList<Claim> claims)
System\IdentityModel\Claims\WindowsClaimSet.cs (2)
23IList<Claim> claims; 149IList<Claim> InitializeClaimsCore()
System\IdentityModel\Claims\X509CertificateClaimSet.cs (2)
24IList<Claim> claims; 165IList<Claim> InitializeClaimsCore()
System\IdentityModel\EncryptedKeyElement.cs (2)
36public IList<string> DataReferences 41public IList<string> KeyReferences
System\IdentityModel\Policy\AuthorizationContext.cs (1)
19public static AuthorizationContext CreateDefaultAuthorizationContext(IList<IAuthorizationPolicy> authorizationPolicies)
System\IdentityModel\Policy\UnconditionalPolicy.cs (2)
229IList<IIdentity> identities; 239identities = obj as IList<IIdentity>;
System\IdentityModel\Protocols\WSTrust\AdditionalContext.cs (1)
46public IList<ContextItem> Items
System\IdentityModel\SecurityUtils.cs (2)
330public SimpleAuthorizationContext(IList<IAuthorizationPolicy> authorizationPolicies) 358internal static AuthorizationContext CreateDefaultAuthorizationContext(IList<IAuthorizationPolicy> authorizationPolicies)
System\IdentityModel\Selectors\SamlSecurityTokenAuthenticator.cs (3)
24public SamlSecurityTokenAuthenticator(IList<SecurityTokenAuthenticator> supportingAuthenticators) 28public SamlSecurityTokenAuthenticator(IList<SecurityTokenAuthenticator> supportingAuthenticators, TimeSpan maxClockSkew) 55public IList<string> AllowedAudienceUris
System\IdentityModel\Selectors\SecurityTokenSerializer.cs (4)
187public virtual void PopulateTokenEntries(IList<TokenEntry> tokenEntries) { } 188public virtual void PopulateKeyIdentifierEntries(IList<KeyIdentifierEntry> keyIdentifierEntries) { } 189public virtual void PopulateKeyIdentifierClauseEntries(IList<KeyIdentifierClauseEntry> keyIdentifierClauseEntries) { } 190public virtual void PopulateStrEntries(IList<StrEntry> strEntries) { }
System\IdentityModel\Tokens\KeyInfoSerializer.cs (1)
323internal void PopulateStrEntries(IList<StrEntry> strEntries)
System\IdentityModel\Tokens\SamlAdvice.cs (2)
64public IList<string> AssertionIdReferences 69public IList<SamlAssertion> Assertions
System\IdentityModel\Tokens\SamlAssertion.cs (1)
189public IList<SamlStatement> Statements
System\IdentityModel\Tokens\SamlAttribute.cs (1)
113public IList<string> AttributeValues
System\IdentityModel\Tokens\SamlAttributeStatement.cs (2)
43public IList<SamlAttribute> Attributes 155protected override void AddClaimsToList(IList<Claim> claims)
System\IdentityModel\Tokens\SamlAudienceRestrictionCondition.cs (1)
43public IList<Uri> Audiences
System\IdentityModel\Tokens\SamlAuthenticationStatement.cs (2)
95public IList<SamlAuthorityBinding> AuthorityBindings 144protected override void AddClaimsToList(IList<Claim> claims)
System\IdentityModel\Tokens\SamlAuthorizationDecisionStatement.cs (2)
65public IList<SamlAction> SamlActions 132protected override void AddClaimsToList(IList<Claim> claims)
System\IdentityModel\Tokens\SamlConditions.cs (1)
53public IList<SamlCondition> Conditions
System\IdentityModel\Tokens\SamlEvidence.cs (2)
63public IList<string> AssertionIdReferences 68public IList<SamlAssertion> Assertions
System\IdentityModel\Tokens\SamlSecurityTokenHandler.cs (2)
1173protected virtual void ProcessStatement(IList<SamlStatement> statements, ClaimsIdentity subject, string issuer) 3516private void ValidateStatements(IList<SamlStatement> statements)
System\IdentityModel\Tokens\SamlSecurityTokenRequirement.cs (2)
328public virtual void ValidateAudienceRestriction(IList<Uri> allowedAudienceUris, IList<Uri> tokenAudiences)
System\IdentityModel\Tokens\SamlSubject.cs (1)
122public IList<string> ConfirmationMethods
System\IdentityModel\Tokens\SamlSubjectStatement.cs (1)
99protected abstract void AddClaimsToList(IList<Claim> claims);
System\IdentityModel\Tokens\WSSecurityJan2004.cs (8)
35public override void PopulateKeyIdentifierClauseEntries(IList<KeyIdentifierClauseEntry> clauseEntries) 43protected void PopulateJan2004StrEntries(IList<StrEntry> strEntries) 55public override void PopulateStrEntries(IList<StrEntry> strEntries) 60protected void PopulateJan2004TokenEntries(IList<TokenEntry> tokenEntryList) 68public override void PopulateTokenEntries(IList<TokenEntry> tokenEntryList) 182IList<StrEntry> strEntries; 184public SecurityTokenReferenceJan2004ClauseEntry(bool emitBspRequiredAttributes, IList<StrEntry> strEntries) 196protected IList<StrEntry> StrEntries
System\IdentityModel\Tokens\WSSecurityXXX2005.cs (4)
23public override void PopulateStrEntries(IList<StrEntry> strEntries) 31public override void PopulateTokenEntries(IList<TokenEntry> tokenEntryList) 38public override void PopulateKeyIdentifierClauseEntries(IList<KeyIdentifierClauseEntry> clauseEntries) 58public SecurityTokenReferenceXXX2005ClauseEntry(bool emitBspRequiredAttributes, IList<StrEntry> strEntries)
System\IdentityModel\Tokens\WSTrust.cs (2)
36public override void PopulateTokenEntries(IList<SecurityTokenSerializer.TokenEntry> tokenEntryList) 41public override void PopulateKeyIdentifierClauseEntries(IList<SecurityTokenSerializer.KeyIdentifierClauseEntry> keyIdentifierClauseEntries)
System\IdentityModel\Tokens\XmlDsigSep2000.cs (2)
25public override void PopulateKeyIdentifierEntries( IList<KeyIdentifierEntry> keyIdentifierEntries ) 30public override void PopulateKeyIdentifierClauseEntries( IList<SecurityTokenSerializer.KeyIdentifierClauseEntry> keyIdentifierClauseEntries )
System\IdentityModel\Tokens\XmlEncApr2001.cs (1)
21public override void PopulateKeyIdentifierClauseEntries(IList<KeyIdentifierClauseEntry> keyIdentifierClauseEntries)
System.IO.Log (40)
System\IO\Log\AppendHelper.cs (1)
19public AppendHelper(IList<ArraySegment<byte>> data,
System\IO\Log\FileRecordSequence.cs (10)
136IList<ArraySegment<byte>> data, 182IList<ArraySegment<byte>> data, 271IList<ArraySegment<byte>> data, 284IList<ArraySegment<byte>> data, 326IList<ArraySegment<byte>> data, 361IList<ArraySegment<byte>> data, 588IList<ArraySegment<byte>> data, 669IList<ArraySegment<byte>> data) 675IList<ArraySegment<byte>> data, 705IList<ArraySegment<byte>> data,
System\IO\Log\FileRecordSequenceHelper.cs (2)
195internal SequenceNumber Append(IList<ArraySegment<byte>> data, 252IList<ArraySegment<byte>> data,
System\IO\Log\IRecordSequence.cs (10)
35IList<ArraySegment<byte>> data, 40IList<ArraySegment<byte>> data, 62IList<ArraySegment<byte>> data, 69IList<ArraySegment<byte>> data, 92IList<ArraySegment<byte>> data, 108IList<ArraySegment<byte>> data, 147IList<ArraySegment<byte>> data, 157IList<ArraySegment<byte>> data); 162IList<ArraySegment<byte>> data, 169IList<ArraySegment<byte>> data,
System\IO\Log\LogAppendAsyncResult.cs (1)
31internal IList<ArraySegment<byte>> Data
System\IO\Log\LogRecordSequence.cs (11)
305IList<ArraySegment<byte>> data, 319IList<ArraySegment<byte>> data, 403IList<ArraySegment<byte>> data, 421IList<ArraySegment<byte>> data, 521IList<ArraySegment<byte>> data, 588IList<ArraySegment<byte>> data, 785IList<ArraySegment<byte>> data, 871IList<ArraySegment<byte>> data) 885IList<ArraySegment<byte>> data, 902IList<ArraySegment<byte>> data, 998long ValidateData(IList<ArraySegment<byte>> data)
System\IO\Log\LogReserveAndAppendState.cs (2)
37IList<ArraySegment<byte>> data; 75public IList<ArraySegment<byte>> Data
System\IO\Log\LogWriteRestartAreaAsyncResult.cs (1)
31internal IList<ArraySegment<byte>> Data
System\IO\Log\LogWriteRestartAreaState.cs (2)
28IList<ArraySegment<byte>> data; 60public IList<ArraySegment<byte>> Data
System.Runtime.Caching (2)
System\Caching\HostFileChangeMonitor.cs (2)
131public HostFileChangeMonitor(IList<String> filePaths) { 147private static ReadOnlyCollection<string> SanitizeFilePathsList(IList<string> filePaths) {
System.Runtime.Serialization (48)
System\Runtime\Serialization\CollectionDataContract.cs (1)
838return ((IList<Type>)KnownInterfaces).Contains(type);
System\Runtime\Serialization\DataContract.cs (9)
1667IList<int> nestedParamCounts = GetDataContractNameForGenericName(typeName, localName); 1713internal static IList<int> GetDataContractNameForGenericName(string typeName, StringBuilder localName) 1888IList<int> nestedParamCounts = GetDataContractNameForGenericName(localName, localNameBuilder); 1976IList<int> nestedParameterCounts = genericNameProvider.GetNestedParameterCounts(); 2450IList<int> GetNestedParameterCounts(); 2461IList<int> nestedParamCounts; 2483public IList<int> GetNestedParameterCounts() 2590internal IList<GenericInfo> Parameters 2600public IList<int> GetNestedParameterCounts()
System\Runtime\Serialization\DataContractSerializer.cs (1)
33internal IList<Type> knownTypeList;
System\Runtime\Serialization\ExtensionDataObject.cs (12)
13IList<ExtensionDataMember> members; 26internal IList<ExtensionDataMember> Members 223IList<ExtensionDataMember> members; 230internal IList<ExtensionDataMember> Members 245IList<IDataNode> items; 255internal IList<IDataNode> Items 296IList<XmlAttribute> xmlAttributes; 297IList<XmlNode> xmlChildNodes; 305internal IList<XmlAttribute> XmlAttributes 311internal IList<XmlNode> XmlChildNodes 336IList<ISerializableDataMember> members; 355internal IList<ISerializableDataMember> Members
System\Runtime\Serialization\Globals.cs (1)
869typeOfIListGeneric = typeof(IList<>);
System\Runtime\Serialization\Json\DataContractJsonSerializer.cs (1)
22internal IList<Type> knownTypeList;
System\Runtime\Serialization\Json\JsonXmlDataContract.cs (1)
56List<Type> GetKnownTypesFromContext(XmlObjectSerializerContext context, IList<Type> serializerKnownTypeList)
System\Runtime\Serialization\Json\XmlObjectSerializerReadContextComplexJson.cs (1)
37internal IList<Type> SerializerKnownTypeList
System\Runtime\Serialization\Json\XmlObjectSerializerWriteContextComplexJson.cs (1)
40internal IList<Type> SerializerKnownTypeList
System\Runtime\Serialization\SchemaExporter.cs (1)
272IList<int> genericArgumentCounts = null;
System\Runtime\Serialization\XmlObjectSerializerContext.cs (2)
26protected IList<Type> serializerKnownTypeList; 236internal static DataContractDictionary GetDataContractsForKnownTypes(IList<Type> knownTypeList)
System\Runtime\Serialization\XmlObjectSerializerReadContext.cs (8)
906IList<XmlAttribute> xmlAttributes = null; 907IList<XmlNode> xmlChildNodes = null; 952IList<XmlNode> xmlChildNodes = new List<XmlNode>(); 953IList<XmlAttribute> xmlAttributes = null; 1037internal XmlReaderDelegator CreateReaderOverChildNodes(IList<XmlAttribute> xmlAttributes, IList<XmlNode> xmlChildNodes) 1046internal static XmlNode CreateWrapperXmlElement(XmlDocument document, IList<XmlAttribute> xmlAttributes, IList<XmlNode> xmlChildNodes, string prefix, string localName, string ns)
System\Runtime\Serialization\XmlObjectSerializerWriteContext.cs (6)
557IList<ExtensionDataMember> members = extensionData.Members; 645IList<ExtensionDataMember> members = dataNode.Members; 664IList<IDataNode> items = dataNode.Items; 686IList<ISerializableDataMember> members = dataNode.Members; 704IList<XmlAttribute> xmlAttributes = dataNode.XmlAttributes; 712IList<XmlNode> xmlChildNodes = dataNode.XmlChildNodes;
System\Xml\XmlMtomWriter.cs (3)
39IList<MtomBinaryData> binaryDataChunks; 890internal IList<MtomBinaryData> binaryData; 896internal MimePart(IList<MtomBinaryData> binaryData, string contentID, string contentType, string contentTransferEncoding, int sizeOfBufferedBinaryData, int maxSizeInBytes)
System.Security (4)
system\security\cryptography\xml\signedxml.cs (4)
55private static IList<string> s_knownCanonicalizationMethods = null; 57private static IList<string> s_defaultSafeTransformMethods = null; 674private static IList<string> KnownCanonicalizationMethods 694private static IList<string> DefaultSafeTransformMethods
System.ServiceModel (246)
System\Collections\ObjectModel\FreezableCollection.cs (1)
20public FreezableCollection(IList<T> list)
System\ServiceModel\Channels\AddressHeaderCollection.cs (2)
32IList<AddressHeader> collection = addressHeaders as IList<AddressHeader>;
System\ServiceModel\Channels\BinaryMessageEncoder.cs (2)
484IList<XmlDictionaryString> newStrings = writerSession.GetNewStrings(); 1048public IList<XmlDictionaryString> GetNewStrings()
System\ServiceModel\Channels\ChainedAsyncResult.cs (4)
131IList<ICommunicationObject> collection; 133public ChainedCloseAsyncResult(TimeSpan timeout, AsyncCallback callback, object state, ChainedBeginHandler begin1, ChainedEndHandler end1, IList<ICommunicationObject> collection) 166IList<ICommunicationObject> collection; 168public ChainedOpenAsyncResult(TimeSpan timeout, AsyncCallback callback, object state, ChainedBeginHandler begin1, ChainedEndHandler end1, IList<ICommunicationObject> collection)
System\ServiceModel\Channels\CloseCollectionAsyncResult.cs (1)
18public CloseCollectionAsyncResult(TimeSpan timeout, AsyncCallback otherCallback, object state, IList<ICommunicationObject> collection)
System\ServiceModel\Channels\ConnectAlgorithms.cs (1)
366void OnReferralsAdded(IList<Referral> referrals, IPeerNeighbor neighbor)
System\ServiceModel\Channels\CorrelationMessageProperty.cs (4)
53IList<InstanceKey> additionalKeysList = additionalKeys as IList<InstanceKey>; 72IList<InstanceKey> transientCorrelationsList = transientCorrelations as IList<InstanceKey>;
System\ServiceModel\Channels\ExclusiveTcpTransportManager.cs (3)
241ref ExclusiveTcpTransportManager transportManager, IList<TransportManager> result) 250public override IList<TransportManager> Select(TransportChannelListener channelListener) 261IList<TransportManager> result = new List<TransportManager>();
System\ServiceModel\Channels\HttpTransportManager.cs (2)
212IList<TransportManager> ITransportManagerRegistration.Select(TransportChannelListener channelListener) 214IList<TransportManager> result = null;
System\ServiceModel\Channels\MessageHeaders.cs (1)
752IList<MessageHeaderInfo> list = Array.AsReadOnly<MessageHeaderInfo>(headers);
System\ServiceModel\Channels\MsmqChannelListenerBase.cs (2)
129internal override IList<TransportManager> SelectTransportManagers() 140IList<TransportManager> foundTransportManagers = registration.Select(this);
System\ServiceModel\Channels\NamedPipeTransportManager.cs (2)
129IList<TransportManager> ITransportManagerRegistration.Select(TransportChannelListener channelListener) 133IList<TransportManager> result = null;
System\ServiceModel\Channels\OpenCollectionAsyncResult.cs (1)
19public OpenCollectionAsyncResult(TimeSpan timeout, AsyncCallback otherCallback, object state, IList<ICommunicationObject> collection)
System\ServiceModel\Channels\PeerChannelListener.cs (1)
237internal override IList<TransportManager> SelectTransportManagers()
System\ServiceModel\Channels\PeerConnector.cs (3)
217PeerCloseReason closeReason, IList<Referral> referrals) 408IList<Referral> referrals = null; 437IList<Referral> referrals = null;
System\ServiceModel\Channels\PeerMaintainer.cs (2)
21delegate void ReferralsAddedHandler(IList<Referral> referrals, IPeerNeighbor neighbor); 91public bool AddReferrals(IList<Referral> referrals, IPeerNeighbor neighbor)
System\ServiceModel\Channels\PeerServiceMessageContracts.cs (3)
101public IList<Referral> Referrals 272public IList<Referral> Referrals 378public IList<Referral> Referrals
System\ServiceModel\Channels\SharedTcpTransportManager.cs (2)
207IList<TransportManager> ITransportManagerRegistration.Select(TransportChannelListener channelListener) 216IList<TransportManager> result = null;
System\ServiceModel\Channels\TransportChannelListener.cs (4)
510internal virtual IList<TransportManager> SelectTransportManagers() 512IList<TransportManager> foundTransportManagers = null; 666IList<TransportManager> Select(TransportChannelListener factory); 693public abstract IList<TransportManager> Select(TransportChannelListener factory);
System\ServiceModel\Channels\TransportManager.cs (4)
170delegate IList<TransportManager> SelectTransportManagersCallback(); 173IList<TransportManager> transportManagers; 238IList<TransportManager> foundTransportManagers = selectTransportManagerCallback(); 275IList<TransportManager> transportManagersCopy;
System\ServiceModel\Channels\UniqueTransportManagerRegistration.cs (1)
22public override IList<TransportManager> Select(TransportChannelListener channelListener)
System\ServiceModel\Description\DataContractSerializerOperationBehavior.cs (2)
101public virtual XmlObjectSerializer CreateSerializer(Type type, string name, string ns, IList<Type> knownTypes) 106public virtual XmlObjectSerializer CreateSerializer(Type type, XmlDictionaryString name, XmlDictionaryString ns, IList<Type> knownTypes)
System\ServiceModel\Description\MessageContractImporter.cs (6)
37Dictionary<WsdlNS.Message, IList<string>> bodyPartsTable; 39Dictionary<WsdlNS.Message, IList<string>> BodyPartsTable 44bodyPartsTable = new Dictionary<WsdlNS.Message, IList<string>>(); 451IList<string> bodyPartsFromBindings; 487IList<string> bodyPartsFromBindings; 1331IList<string> bodyPartsFromBindings;
System\ServiceModel\Description\NetDataContractSerializerOperationBehavior.cs (2)
18public override XmlObjectSerializer CreateSerializer(Type type, string name, string ns, IList<Type> knownTypes) 23public override XmlObjectSerializer CreateSerializer(Type type, XmlDictionaryString name, XmlDictionaryString ns, IList<Type> knownTypes)
System\ServiceModel\Description\SchemaHelper.cs (3)
158static IList<string> xsdValueTypePrimitives = new string[] 164static IList<string> dataContractPrimitives = new string[] 169static IList<string> xmlSerializerPrimitives = new string[]
System\ServiceModel\Diagnostics\WsrmTraceRecord.cs (2)
95IList<SequenceRange> ranges; 97internal AcknowledgementTraceRecord(UniqueId id, IList<SequenceRange> ranges, int bufferRemaining)
System\ServiceModel\Dispatcher\ClientOperation.cs (1)
21public IList<IParameterInspector> ParameterInspectors
System\ServiceModel\Dispatcher\ClientRuntime.cs (1)
26public IList<IClientMessageInspector> MessageInspectors
System\ServiceModel\Dispatcher\DataContractSerializerOperationFormatter.cs (6)
27internal static DataContractSerializer CreateSerializer(Type type, IList<Type> knownTypes, int maxItems) 43internal static DataContractSerializer CreateSerializer(Type type, IList<Type> knownTypes, string rootName, string rootNs, int maxItems) 60internal static DataContractSerializer CreateSerializer(Type type, IList<Type> knownTypes, XmlDictionaryString rootName, XmlDictionaryString rootNs, int maxItems) 83IList<Type> knownTypes; 534IList<Type> knownTypes; 540IList<Type> knownTypes, DataContractSerializerOperationBehavior behavior)
System\ServiceModel\Dispatcher\FaultContractInfo.cs (3)
19IList<Type> knownTypes; 26internal FaultContractInfo(string action, Type detail, XmlName elementName, string ns, IList<Type> knownTypes) 53internal IList<Type> KnownTypes { get { return this.knownTypes; } }
System\ServiceModel\Dispatcher\FaultFormatter.cs (1)
97IList<FaultContractInfo> faultInfos;
System\ServiceModel\Dispatcher\XmlSerializerFaultFormatter.cs (1)
71IList<XmlSerializerOperationBehavior.Reflector.XmlSerializerFaultContractInfo> faultInfos;
System\ServiceModel\Dispatcher\XmlSerializerOperationFormatter.cs (2)
506IList<MessageHeader<object>> messageHeaderOfTAttributes = (IList<MessageHeader<object>>)attributes[headerDescription.Index];
System\ServiceModel\EmptyArray.cs (2)
36internal static T[] ToArray(IList<T> collection) 54return EmptyArray<T>.ToArray((IList<T>)collection);
System\ServiceModel\PeerNodeAddress.cs (1)
30internal IList<IPAddress> ipAddressesDataMember
System\ServiceModel\PeerResolvers\PeerDefaultCustomResolverClient.cs (1)
298IList<PeerNodeAddress> addresses = null;
System\ServiceModel\PeerResolvers\ResolveResponseInfo.cs (3)
18public IList<PeerNodeAddress> Addresses; 22this.Addresses = (IList<PeerNodeAddress>)addresses; 33public IList<PeerNodeAddress> Addresses
System\ServiceModel\Security\AcceptorSessionSymmetricMessageSecurityProtocol.cs (1)
187IList<SupportingTokenAuthenticatorSpecification> supportingAuthenticators;
System\ServiceModel\Security\AcceptorSessionSymmetricTransportSecurityProtocol.cs (1)
89IList<SupportingTokenAuthenticatorSpecification> supportingAuthenticators = GetSupportingTokenAuthenticatorsAndSetExpectationFlags(this.Factory, message, securityHeader);
System\ServiceModel\Security\AsymmetricSecurityProtocol.cs (9)
150IList<SupportingTokenSpecification> supportingTokens; 189IList<SupportingTokenSpecification> supportingTokens; 196IList<SupportingTokenSpecification> supportingTokens, SecurityProtocolCorrelationState correlationState) 222void AttachRecipientSecurityProperty(Message message, SecurityToken initiatorToken, SecurityToken recipientToken, IList<SecurityToken> basicTokens, IList<SecurityToken> endorsingTokens, 223IList<SecurityToken> signedEndorsingTokens, IList<SecurityToken> signedTokens, Dictionary<SecurityToken, ReadOnlyCollection<IAuthorizationPolicy>> tokenPoliciesMapping) 244IList<SupportingTokenAuthenticatorSpecification> supportingAuthenticators; 321out SecurityToken encryptingToken, out SecurityToken signingToken, out IList<SupportingTokenSpecification> supportingTokens, out SecurityProtocolCorrelationState newCorrelationState)
System\ServiceModel\Security\IdentityModelServiceAuthorizationManager.cs (2)
405static ReadOnlyCollection<ClaimsIdentity> ConvertToIDFxIdentities(IList<IAuthorizationPolicy> authorizationPolicies, 502static ClaimsIdentity ConvertToIDFxIdentity(IList<ClaimSet> claimSets, SecurityTokenHandlerConfiguration securityTokenHandlerConfiguration)
System\ServiceModel\Security\InitiatorSessionSymmetricMessageSecurityProtocol.cs (4)
164IList<SupportingTokenSpecification> supportingTokens; 198IList<SupportingTokenSpecification> supportingTokens; 217IList<SupportingTokenSpecification> supportingTokens, SecurityProtocolCorrelationState correlationState) 240IList<SupportingTokenAuthenticatorSpecification> dummyAuthenticators;
System\ServiceModel\Security\InitiatorSessionSymmetricTransportSecurityProtocol.cs (3)
128IList<SupportingTokenSpecification> supportingTokens) 147IList<SupportingTokenSpecification> supportingTokens; 158IList<SupportingTokenSpecification> supportingTokens;
System\ServiceModel\Security\IssuedTokenServiceCredential.cs (2)
52public IList<string> AllowedAudienceUris 78public IList<X509Certificate2> KnownCertificates
System\ServiceModel\Security\MessageSecurityProtocol.cs (7)
171protected void AttachRecipientSecurityProperty(Message message, SecurityToken protectionToken, bool isWrappedToken, IList<SecurityToken> basicTokens, IList<SecurityToken> endorsingTokens, 172IList<SecurityToken> signedEndorsingTokens, IList<SecurityToken> signedTokens, Dictionary<SecurityToken, ReadOnlyCollection<IAuthorizationPolicy>> tokenPoliciesMapping) 308protected SendSecurityHeader ConfigureSendSecurityHeader(Message message, string actor, IList<SupportingTokenSpecification> supportingTokens, SecurityProtocolCorrelationState correlationState) 376protected ReceiveSecurityHeader ConfigureReceiveSecurityHeader(Message message, string actor, SecurityProtocolCorrelationState[] correlationStates, out IList<SupportingTokenAuthenticatorSpecification> supportingAuthenticators) 381protected ReceiveSecurityHeader ConfigureReceiveSecurityHeader(Message message, string actor, SecurityProtocolCorrelationState[] correlationStates, SecurityStandardsManager standardsManager, out IList<SupportingTokenAuthenticatorSpecification> supportingAuthenticators)
System\ServiceModel\Security\NegotiationTokenAuthenticator.cs (2)
59IList<Type> knownTypes; 370public IList<Type> KnownTypes
System\ServiceModel\Security\ReceiveSecurityHeader.cs (8)
37IList<SecurityToken> outOfBandPrimaryTokenCollection; 46IList<SupportingTokenAuthenticatorSpecification> supportingTokenAuthenticators; 492public void ConfigureSymmetricBindingServerReceiveHeader(SecurityTokenAuthenticator primaryTokenAuthenticator, SecurityTokenParameters primaryTokenParameters, IList<SupportingTokenAuthenticatorSpecification> supportingTokenAuthenticators) 500public void ConfigureSymmetricBindingServerReceiveHeader(SecurityToken wrappingToken, SecurityTokenParameters wrappingTokenParameters, IList<SupportingTokenAuthenticatorSpecification> supportingTokenAuthenticators) 507public void ConfigureAsymmetricBindingServerReceiveHeader(SecurityTokenAuthenticator primaryTokenAuthenticator, SecurityTokenParameters primaryTokenParameters, SecurityToken wrappingToken, SecurityTokenParameters wrappingTokenParameters, IList<SupportingTokenAuthenticatorSpecification> supportingTokenAuthenticators) 516public void ConfigureTransportBindingServerReceiveHeader(IList<SupportingTokenAuthenticatorSpecification> supportingTokenAuthenticators) 545public void ConfigureSymmetricBindingClientReceiveHeader(IList<SecurityToken> primaryTokens, SecurityTokenParameters primaryTokenParameters) 1737SecurityToken ReadToken(XmlReader reader, SecurityTokenResolver tokenResolver, IList<SecurityTokenAuthenticator> allowedTokenAuthenticators, out SecurityTokenAuthenticator usedTokenAuthenticator)
System\ServiceModel\Security\RequestSecurityToken.cs (1)
39IList<XmlElement> requestProperties;
System\ServiceModel\Security\RequestSecurityTokenResponse.cs (2)
657public GenericXmlSecurityToken GetIssuedToken(SecurityTokenResolver resolver, IList<SecurityTokenAuthenticator> allowedAuthenticators, SecurityKeyEntropyMode keyEntropyMode, byte[] requestorEntropy, string expectedTokenType, 663public virtual GenericXmlSecurityToken GetIssuedToken(SecurityTokenResolver resolver, IList<SecurityTokenAuthenticator> allowedAuthenticators, SecurityKeyEntropyMode keyEntropyMode, byte[] requestorEntropy, string expectedTokenType,
System\ServiceModel\Security\SctClaimSerializer.cs (3)
404IList<IIdentity> identities; 407identities = obj as IList<IIdentity>; 475public static IList<IIdentity> DeserializeIdentities(XmlDictionaryReader reader, SctClaimDictionary dictionary, XmlObjectSerializer serializer)
System\ServiceModel\Security\SecurityProtocol.cs (20)
163internal IList<SupportingTokenProviderSpecification> GetSupportingTokenProviders(string action) 178return (this.channelSupportingTokenProviderSpecification == EmptyTokenProviders) ? null : (IList<SupportingTokenProviderSpecification>)this.channelSupportingTokenProviderSpecification; 213void AddSupportingTokenProviders(SupportingTokenParameters supportingTokenParameters, bool isOptional, IList<SupportingTokenProviderSpecification> providerSpecList) 380AddSupportingTokenProviders(this.factory.SecurityBindingElement.EndpointSupportingTokenParameters, false, (IList<SupportingTokenProviderSpecification>)this.channelSupportingTokenProviderSpecification); 381AddSupportingTokenProviders(this.factory.SecurityBindingElement.OptionalEndpointSupportingTokenParameters, true, (IList<SupportingTokenProviderSpecification>)this.channelSupportingTokenProviderSpecification); 503void AddSupportingTokenSpecification(SecurityMessageProperty security, IList<SecurityToken> tokens, SecurityTokenAttachmentMode attachmentMode, IDictionary<SecurityToken, ReadOnlyCollection<IAuthorizationPolicy>> tokenPoliciesMapping) 515protected void AddSupportingTokenSpecification(SecurityMessageProperty security, IList<SecurityToken> basicTokens, IList<SecurityToken> endorsingTokens, IList<SecurityToken> signedEndorsingTokens, IList<SecurityToken> signedTokens, IDictionary<SecurityToken, ReadOnlyCollection<IAuthorizationPolicy>> tokenPoliciesMapping) 552internal void AddMessageSupportingTokens(Message message, ref IList<SupportingTokenSpecification> supportingTokens) 573internal bool TryGetSupportingTokens(SecurityProtocolFactory factory, EndpointAddress target, Uri via, Message message, TimeSpan timeout, bool isBlockingCall, out IList<SupportingTokenSpecification> supportingTokens) 586IList<SupportingTokenProviderSpecification> supportingTokenProviders = this.GetSupportingTokenProviders(message.Headers.Action); 620protected IList<SupportingTokenAuthenticatorSpecification> GetSupportingTokenAuthenticatorsAndSetExpectationFlags(SecurityProtocolFactory factory, Message message, 634IList<SupportingTokenAuthenticatorSpecification> authenticators = factory.GetSupportingTokenAuthenticators(message.Headers.Action, 643protected ReadOnlyCollection<SecurityTokenResolver> MergeOutOfBandResolvers(IList<SupportingTokenAuthenticatorSpecification> supportingAuthenticators, ReadOnlyCollection<SecurityTokenResolver> primaryResolvers) 675protected void AddSupportingTokens(SendSecurityHeader securityHeader, IList<SupportingTokenSpecification> supportingTokens) 859IList<SupportingTokenSpecification> supportingTokens; 861IList<SupportingTokenProviderSpecification> supportingTokenProviders; 872protected IList<SupportingTokenSpecification> SupportingTokens
System\ServiceModel\Security\SecurityProtocolFactory.cs (5)
785internal IList<SupportingTokenAuthenticatorSpecification> GetSupportingTokenAuthenticators(string action, out bool expectSignedTokens, out bool expectBasicTokens, out bool expectEndorsingTokens) 810return (Object.ReferenceEquals(this.channelSupportingTokenAuthenticatorSpecification, EmptyTokenAuthenticators)) ? null : (IList<SupportingTokenAuthenticatorSpecification>) this.channelSupportingTokenAuthenticatorSpecification; 907void AddSupportingTokenAuthenticators(SupportingTokenParameters supportingTokenParameters, bool isOptional, IList<SupportingTokenAuthenticatorSpecification> authenticatorSpecList) 999AddSupportingTokenAuthenticators(this.securityBindingElement.EndpointSupportingTokenParameters, false, (IList<SupportingTokenAuthenticatorSpecification>)this.channelSupportingTokenAuthenticatorSpecification); 1000AddSupportingTokenAuthenticators(this.securityBindingElement.OptionalEndpointSupportingTokenParameters, true, (IList<SupportingTokenAuthenticatorSpecification>)this.channelSupportingTokenAuthenticatorSpecification);
System\ServiceModel\Security\SecurityUtils.cs (1)
991internal static string GetIdentityNamesFromPolicies(IList<IAuthorizationPolicy> authPolicies)
System\ServiceModel\Security\ServiceCredentialsSecurityTokenManager.cs (1)
289IList<string> allowedAudienceUris = ssta.AllowedAudienceUris;
System\ServiceModel\Security\SymmetricSecurityProtocol.cs (5)
160IList<SupportingTokenSpecification> supportingTokens; 185IList<SupportingTokenSpecification> supportingTokens; 197IList<SupportingTokenSpecification> supportingTokens, 285bool TryGetTokenSynchronouslyForOutgoingSecurity(Message message, SecurityProtocolCorrelationState correlationState, bool isBlockingCall, TimeSpan timeout, out SecurityToken token, out SecurityTokenParameters tokenParameters, out SecurityToken prerequisiteWrappingToken, out IList<SupportingTokenSpecification> supportingTokens, out SecurityProtocolCorrelationState newCorrelationState) 334IList<SupportingTokenAuthenticatorSpecification> supportingAuthenticators;
System\ServiceModel\Security\Tokens\SecurityContextCookieSerializer.cs (7)
23IList<Type> knownTypes; 25public SecurityContextCookieSerializer(SecurityStateEncoder securityStateEncoder, IList<Type> knownTypes) 49IList<IIdentity> identities = null; 259IList<IIdentity> identities; 260IList<ClaimSet> claimSets; 263public SctUnconditionalPolicy(IList<IIdentity> identities, IList<ClaimSet> claimSets, DateTime expirationTime)
System\ServiceModel\Security\TransportSecurityProtocol.cs (8)
53IList<SupportingTokenSpecification> supportingTokens; 68IList<SupportingTokenSpecification> supportingTokens) 112IList<SupportingTokenSpecification> supportingTokens; 198protected void AttachRecipientSecurityProperty(Message message, IList<SecurityToken> basicTokens, IList<SecurityToken> endorsingTokens, 199IList<SecurityToken> signedEndorsingTokens, IList<SecurityToken> signedTokens, Dictionary<SecurityToken, ReadOnlyCollection<IAuthorizationPolicy>> tokenPoliciesMapping) 216IList<SupportingTokenAuthenticatorSpecification> supportingAuthenticators = factory.GetSupportingTokenAuthenticators(message.Headers.Action,
System\ServiceModel\Security\TrustDriver.cs (1)
146public abstract GenericXmlSecurityToken GetIssuedToken(RequestSecurityTokenResponse rstr, SecurityTokenResolver resolver, IList<SecurityTokenAuthenticator> allowedAuthenticators, SecurityKeyEntropyMode keyEntropyMode, byte[] requestorEntropy,
System\ServiceModel\Security\WsKeyInfoSerializer.cs (3)
84public override void PopulateTokenEntries( IList<TokenEntry> tokenEntryList ) 259public override void PopulateStrEntries( IList<StrEntry> strEntries ) 307public override void PopulateStrEntries( IList<StrEntry> strEntries )
System\ServiceModel\Security\WSSecureConversation.cs (2)
43public override void PopulateTokenEntries(IList<TokenEntry> tokenEntryList) 319public SecurityContextTokenEntry(WSSecureConversation parent, SecurityStateEncoder securityStateEncoder, IList<Type> knownClaimTypes)
System\ServiceModel\Security\WSSecureConversationDec2005.cs (3)
34IList<Type> knownClaimTypes; 65public override void PopulateTokenEntries(IList<TokenEntry> tokenEntryList) 81public SecurityContextTokenEntryDec2005(WSSecureConversationDec2005 parent, SecurityStateEncoder securityStateEncoder, IList<Type> knownClaimTypes)
System\ServiceModel\Security\WSSecureConversationFeb2005.cs (3)
34IList<Type> knownClaimTypes; 65public override void PopulateTokenEntries(IList<TokenEntry> tokenEntryList) 73public SecurityContextTokenEntryFeb2005(WSSecureConversationFeb2005 parent, SecurityStateEncoder securityStateEncoder, IList<Type> knownClaimTypes)
System\ServiceModel\Security\WSSecurityJan2004.cs (2)
46protected void PopulateJan2004TokenEntries(IList<TokenEntry> tokenEntryList) 54public override void PopulateTokenEntries(IList<TokenEntry> tokenEntryList)
System\ServiceModel\Security\WSSecurityTokenSerializer.cs (1)
563public virtual void PopulateTokenEntries(IList<TokenEntry> tokenEntries) { }
System\ServiceModel\Security\WSSecurityXXX2005.cs (1)
39public override void PopulateTokenEntries(IList<TokenEntry> tokenEntryList)
System\ServiceModel\Security\WSTrust.cs (2)
58public override void PopulateTokenEntries(IList<TokenEntry> tokenEntryList) 654public override GenericXmlSecurityToken GetIssuedToken(RequestSecurityTokenResponse rstr, SecurityTokenResolver resolver, IList<SecurityTokenAuthenticator> allowedAuthenticators, SecurityKeyEntropyMode keyEntropyMode, byte[] requestorEntropy, string expectedTokenType,
System\ServiceModel\ServiceHost.cs (1)
1533IList<ICommunicationObject> channelDispatchers = this.serviceHost.SnapshotChannelDispatchers();
System\ServiceModel\ServiceSecurityContext.cs (4)
120IList<IIdentity> identities = GetIdentities(); 140IList<IIdentity> identities = GetIdentities(); 189IList<IIdentity> GetIdentities() 195return identities as IList<IIdentity>;
System\ServiceModel\SynchronizedReadOnlyCollection.cs (7)
14IList<T> items; 77protected IList<T> Items 132T IList<T>.this[int index] 160void IList<T>.Insert(int index, T value) 165void IList<T>.RemoveAt(int index) 276IList<T> list; 279public EnumeratorAdapter(IList<T> list)
System\ServiceModel\Syndication\SyndicationFeed.cs (2)
103IList<SyndicationItem> srcList = source.items as IList<SyndicationItem>;
System\UriTemplateHelpers.cs (1)
247static bool AllTemplatesAreEquivalent(IList<UriTemplate> array, int a, int b)
System\UriTemplateTable.cs (8)
131public IList<KeyValuePair<UriTemplate, object>> KeyValuePairs 167IList<UriTemplateTableMatchCandidate> candidates; 278static bool AllEquivalent(IList<UriTemplateTableMatchCandidate> list, int a, int b) 294static bool AtLeastOneCandidateHasQueryPart(IList<UriTemplateTableMatchCandidate> candidates) 306IList<UriTemplateTableMatchCandidate> candidates) 327static bool NotAllCandidatesArePathFullyEquivalent(IList<UriTemplateTableMatchCandidate> candidates) 412out IList<UriTemplateTableMatchCandidate> candidates) 498IList<UriTemplateTableMatchCandidate> fastPathCandidates)
System\UriTemplateTrieNode.cs (30)
134static bool CheckMultipleMatches(IList<IList<UriTemplateTrieLocation>> locationsSet, UriTemplateLiteralPathSegment[] wireData, 258IList<IList<UriTemplateTrieLocation>> compoundLocationsSet; 292IList<IList<UriTemplatePathPartiallyEquivalentSet>> compoundPathEquivalentSets; 345static UriTemplateTrieLocation GetFailureLocationFromLocationsSet(IList<IList<UriTemplateTrieLocation>> locationsSet) 378IList<IList<UriTemplatePathPartiallyEquivalentSet>> pesLists = current.finalCompoundSegment.Values; 406IList<IList<UriTemplateTrieLocation>> locations = current.nextCompoundSegment.Values; 628readonly IList<IList<UriTemplateTrieLocation>> locationsSet; 637public SingleLocationOrLocationsSet(IList<IList<UriTemplateTrieLocation>> locationsSet) 651public IList<IList<UriTemplateTrieLocation>> LocationsSet 679public IList<IList<T>> Values 683IList<IList<T>> results = new List<IList<T>>(this.items.Count); 733public IList<IList<T>> Find(UriTemplateLiteralPathSegment wireData) 735IList<IList<T>> results = new List<IList<T>>(); 772UriTemplateLiteralPathSegment wireData, out IList<IList<T>> results)
System.ServiceModel.Activation (4)
System\ServiceModel\Activation\HostedTransportConfigurationBase.cs (1)
34internal protected IList<BaseUriWithWildcard> ListenAddresses
System\ServiceModel\Activities\Activation\WorkflowServiceHostFactory.cs (2)
153IList<Tuple<string, Stream>> streams = null; 244internal static void GetSupportedVersionStreams(string xamlFileName, out IList<Tuple<string, Stream>> streams)
System\ServiceModel\Activities\Activation\XamlBuildProviderExtension.cs (1)
48IList<Tuple<string, Stream>> streams = null;
System.ServiceModel.Activities (16)
System\ServiceModel\Activities\Dispatcher\WorkflowServiceInstance.cs (1)
369IList<Handle> rootExecutionProperties = null;
System\ServiceModel\Activities\InternalReceiveMessage.cs (1)
721IList<IReceiveMessageCallback> receiveMessageCallbacks = MessagingActivityHelper.GetCallbacks<IReceiveMessageCallback>(executionContext.Properties);
System\ServiceModel\Activities\InternalSendMessage.cs (3)
2248IList<ISendMessageCallback> sendMessageCallbacks; 3199static bool EqualsOrdered<T>(IList<T> left, IList<T> right, Func<T, T, bool> equals)
System\ServiceModel\Activities\MessagingActivityHelper.cs (1)
52public static IList<T> GetCallbacks<T>(ExecutionProperties executionProperties)
System\ServiceModel\Activities\Receive.cs (4)
35IList<SendReply> followingReplies; 36IList<SendReply> followingFaults; 240internal IList<SendReply> FollowingReplies 252internal IList<SendReply> FollowingFaults
System\ServiceModel\Activities\Send.cs (1)
34IList<CorrelationQuery> lazyCorrelationQueries;
System\ServiceModel\Activities\WorkflowService.cs (5)
40IList<Receive> knownServiceActivities; 211IList<Constraint> constraintList; 304foreach (KeyValuePair<Type, IList<Constraint>> constrants in source.AdditionalConstraints) 1099IList<Activity> parentChain = (IList<Activity>)this.ParentChain.Get(context);
System.ServiceModel.Internals (1)
System\Runtime\Diagnostics\EtwDiagnosticTrace.cs (1)
757IList<Tuple<string, string>> exceptionInfo = new List<Tuple<string, string>>()
System.ServiceModel.Routing (12)
System\ServiceModel\Dispatcher\StrictAndMessageFilter.cs (6)
114IList<StrictAndMessageFilter> matchingFilters = FindMatchingAndFilters(firstPassResults); 134IList<StrictAndMessageFilter> matchingFilters = FindMatchingAndFilters(firstPassResults); 186IList<StrictAndMessageFilter> matchingFilters = FindMatchingAndFilters(firstPassResults); 206IList<StrictAndMessageFilter> matchingFilters = FindMatchingAndFilters(firstPassResults); 216IList<StrictAndMessageFilter> FindMatchingAndFilters(List<MessageFilter> firstPassResults) 218IList<StrictAndMessageFilter> matchingFilters = new List<StrictAndMessageFilter>();
System\ServiceModel\Routing\Configuration\RoutingSection.cs (3)
82IList<ServiceEndpoint> endpoints = new List<ServiceEndpoint>(); 322internal IList<ServiceEndpoint> CreateAlternateEndpoints() 324IList<ServiceEndpoint> toReturn = new List<ServiceEndpoint>();
System\ServiceModel\Routing\MessageRpc.cs (2)
37IList<SendOperation> operations; 154public IList<SendOperation> Operations
System\ServiceModel\Routing\RoutingService.cs (1)
101internal IList<MessageRpc> SessionMessages
System.ServiceModel.Web (10)
System\ServiceModel\Description\DataContractJsonSerializerOperationBehavior.cs (2)
28public override XmlObjectSerializer CreateSerializer(Type type, string name, string ns, IList<Type> knownTypes) 33public override XmlObjectSerializer CreateSerializer(Type type, System.Xml.XmlDictionaryString name, System.Xml.XmlDictionaryString ns, IList<Type> knownTypes)
System\ServiceModel\Dispatcher\FormatSelectingMessageInspector.cs (1)
119IList<ContentType> acceptHeaderElements = WebOperationContext.Current.IncomingRequest.GetAcceptHeaderElements();
System\ServiceModel\Dispatcher\SingleBodyParameterDataContractMessageFormatter.cs (2)
22static readonly Type[] GenericCollectionDataContractInterfaces = new Type[] { typeof(IEnumerable<>), typeof(IList<>), typeof(ICollection<>), typeof(IDictionary<,>) }; 27IList<Type> knownTypes;
System\ServiceModel\Dispatcher\SingleBodyParameterMessageFormatter.cs (1)
224protected Type GetTypeForSerializer(Type type, Type parameterType, IList<Type> knownTypes)
System\ServiceModel\Dispatcher\UnwrappedTypesXmlSerializerManager.cs (4)
20Dictionary<Object, IList<Type>> operationTypes; 29this.operationTypes = new Dictionary<Object, IList<Type>>(); 48IList<Type> operationTypes = this.operationTypes[key]; 60public void RegisterType(Object key, IList<Type> types)
System.Web (55)
Abstractions\HttpContextBase.cs (1)
233public virtual IList<string> WebSocketRequestedProtocols {
Abstractions\HttpContextWrapper.cs (1)
240public override IList<string> WebSocketRequestedProtocols {
Abstractions\HttpFileCollectionBase.cs (1)
84public virtual IList<HttpPostedFileBase> GetMultiple(string name) {
Abstractions\HttpFileCollectionWrapper.cs (1)
93public override IList<HttpPostedFileBase> GetMultiple(string name) {
Compilation\AssemblyResolver.cs (12)
61private static IList<string> s_targetFrameworkReferenceAssemblyPaths; 62private static IList<string> s_higherFrameworkReferenceAssemblyPaths; 63private static IList<string> s_fullProfileReferenceAssemblyPaths; 74private static IList<string> TargetFrameworkReferenceAssemblyPaths { 77IList<string> paths = GetPathToReferenceAssemblies(MultiTargetingUtil.TargetFrameworkName); 89IList<string> assemblyPaths30 = GetPathToReferenceAssemblies(MultiTargetingUtil.FrameworkNameV30); 90IList<string> assemblyPaths20 = GetPathToReferenceAssemblies(MultiTargetingUtil.FrameworkNameV20); 114private static IList<string> HigherFrameworkReferenceAssemblyPaths { 140private static IList<string> FullProfileReferenceAssemblyPaths { 235private static AssemblyResolutionResult ResolveAssembly(string assemblyName, IList<string> searchPaths, IList<string> targetFrameworkDirectories, bool checkDependencies) { 503private static IList<string> GetPathToReferenceAssemblies(FrameworkName frameworkName){
Compilation\MultiTargetingUtil.cs (1)
90IList<string> names = ToolLocationHelper.GetSupportedTargetFrameworks();
HttpContext.cs (3)
255public IList<string> WebSocketRequestedProtocols { 260IList<string> requestedProtocols = SubProtocolUtil.ParseHeader(rawHeaderValue); // checks for invalid values 352IList<string> incomingProtocols = WebSocketRequestedProtocols;
HttpFileCollection.cs (1)
148public IList<HttpPostedFile> GetMultiple(string name) {
Instrumentation\PageInstrumentationService.cs (2)
15private IList<PageExecutionListener> _executionListeners = new List<PageExecutionListener>(); 23public IList<PageExecutionListener> ExecutionListeners { get { return _executionListeners; } }
ModelBinding\ArrayModelBinder`1.cs (1)
7protected override bool CreateOrReplaceCollection(ModelBindingExecutionContext modelBindingExecutionContext, ModelBindingContext bindingContext, IList<TElement> newCollection) {
ModelBinding\CollectionModelBinder`1.cs (1)
105protected virtual bool CreateOrReplaceCollection(ModelBindingExecutionContext modelBindingExecutionContext, ModelBindingContext bindingContext, IList<TElement> newCollection) {
ModelBinding\DictionaryModelBinder`2.cs (1)
6protected override bool CreateOrReplaceCollection(ModelBindingExecutionContext modelBindingExecutionContext, ModelBindingContext bindingContext, IList<KeyValuePair<TKey, TValue>> newCollection) {
ModelBinding\ModelBinderProviderCollection.cs (1)
13public ModelBinderProviderCollection(IList<ModelBinderProvider> list)
ModelBinding\ModelValidatorProviderCollection.cs (1)
12public ModelValidatorProviderCollection(IList<ModelValidatorProvider> list)
ModelBinding\ValueProviderCollection.cs (1)
12public ValueProviderCollection(IList<IValueProvider> list)
Routing\ContentPathSegment.cs (2)
7public ContentPathSegment(IList<PathSubsegment> subsegments) { 18public IList<PathSubsegment> Subsegments {
Routing\ParsedRoute.cs (5)
10public ParsedRoute(IList<PathSegment> pathSegments) { 16private IList<PathSegment> PathSegments { 338private static bool ForEachParameter(IList<PathSegment> pathSegments, Func<ParameterSubsegment, bool> action) { 377private static ParameterSubsegment GetParameterSubsegment(IList<PathSegment> pathSegments, string parameterName) { 411IList<string> requestPathSegments = RouteParser.SplitUrlToPathSegmentStrings(virtualPath);
Routing\RouteParser.cs (10)
78IList<string> urlParts = SplitUrlToPathSegmentStrings(routeUrl); 84IList<PathSegment> pathSegments = SplitUrlToPathSegments(urlParts); 93private static IList<PathSubsegment> ParseUrlSegment(string segment, out Exception exception) { 156private static IList<PathSegment> SplitUrlToPathSegments(IList<string> urlParts) { 166IList<PathSubsegment> subsegments = ParseUrlSegment(pathSegment, out exception); 174internal static IList<string> SplitUrlToPathSegmentStrings(string url) { 209private static Exception ValidateUrlParts(IList<string> pathSegments) { 249IList<PathSubsegment> subsegments = ParseUrlSegment(pathSegment, out exception); 266private static Exception ValidateUrlSegment(IList<PathSubsegment> pathSubsegments, HashSet<string> usedParameterNames, string pathSegment) {
Security\Cryptography\MachineKeyMasterKeyProvider.cs (1)
80private static void AddSpecificPurposeString(IList<string> specificPurposes, string key, string value) {
Security\Cryptography\Purpose.cs (1)
95internal Purpose AppendSpecificPurposes(IList<string> specificPurposes) {
State\IPartialSessionState.cs (1)
27IList<string> PartialSessionStateKeys { get; }
UI\ParseRecorder.cs (1)
28public static IList<Func<ParseRecorder>> RecorderFactories {
UI\RenderTraceListener.cs (1)
25public static IList<Func<RenderTraceListener>> ListenerFactories {
UI\WebControls\FileUpload.cs (4)
32private static readonly IList<HttpPostedFile> _emptyFileCollection = new HttpPostedFile[0]; 33private IList<HttpPostedFile> _postedFiles; 206public IList<HttpPostedFile> PostedFiles { 209IList<HttpPostedFile> result = _emptyFileCollection;
System.Web.DataVisualization (11)
Common\Formulas\FormulaHelpers.cs (9)
122internal static IList<DataField> GetDataFields(SeriesChartType chartType) 1377IList<DataField> dataFields = FormulaHelper.GetDataFields(seriesChartType); 1396public static SeriesFieldList FromString(Chart chart, string seriesFields, IList<DataField> formulaFields) 1457private static void AddSeriesFieldInfo(SeriesFieldList result, Series series, IList<DataField> unmappedFormulaFields) 1497private static void AddSeriesFieldInfo(SeriesFieldList result, Series series, IList<DataField> unmappedFormulaFields, string seriesFieldId) 1499IList<DataField> seriesFields = FormulaHelper.GetDataFields(series.ChartType); 1548private static void AddSeriesFieldInfo(SeriesFieldList result, string seriesName, IList<DataField> unmappedFormulaFields) 1584private static void AddSeriesFieldInfo(SeriesFieldList result, string seriesName, IList<DataField> unmappedFormulaFields, string seriesFieldId) 1587IList<DataField> seriesFields = FormulaHelper.GetDataFields(chartType);
Common\General\ChartArea3D.cs (1)
1667 private int GetNumberOfStackGroups(IList<string> seriesNamesList)
WebForm\General\ChartHttpHandler.cs (1)
2031public IList<ChartHandlerEvents> Events
System.Web.DynamicData (19)
DynamicData\ControlFilterExpression.cs (1)
121private static Dictionary<string, MetaColumn> CreateColumnMapping(MetaForeignKeyColumn column, IList<MetaColumn> columns) {
DynamicData\IMetaForeignKeyColumn.cs (1)
14IList<object> GetForeignKeyValues(object row);
DynamicData\IMetaTable.cs (4)
31string GetActionPath(string action, IList<object> primaryKeyValues); 32string GetActionPath(string action, IList<object> primaryKeyValues, string path); 41string GetPrimaryKeyString(IList<object> primaryKeyValues); 43IList<object> GetPrimaryKeyValues(object row);
DynamicData\MetaChildrenColumn.cs (1)
107IList<object> pkValues = Table.GetPrimaryKeyValues(row);
DynamicData\MetaForeignKeyColumn.cs (4)
35internal void CreateForeignKeyFilterMapping(IList<string> foreignKeyNames, IList<string> primaryKeyNames, Func<string, bool> propertyExists) { 94public IList<object> GetForeignKeyValues(object row) { 178IList<object> fkValues = GetForeignKeyValues(row);
DynamicData\MetaTable.cs (6)
446return GetActionPath(action, (IList<object>)null); 467public string GetActionPath(string action, IList<object> primaryKeyValues) { 481public string GetActionPath(string action, IList<object> primaryKeyValues, string path) { 688public string GetPrimaryKeyString(IList<object> primaryKeyValues) { 697public IList<object> GetPrimaryKeyValues(object row) { 741private void GetRouteValuesFromPK(RouteValueDictionary routeValues, IList<object> primaryKeyValues) {
DynamicData\Util\Misc.cs (2)
171public static string PersistListToCommaSeparatedString(IList<object> list) { 204public static object[] GetKeyValues(IList<MetaColumn> keyMembers, object entity) {
System.Web.Extensions (23)
Compilation\WCFModel\SchemaMerger.cs (2)
69internal static void MergeSchemas(IEnumerable<XmlSchema> schemaList, IList<ProxyGenerationError> importErrors, out IEnumerable<XmlSchema> duplicatedSchemas) 136IList<ProxyGenerationError> importErrors)
Compilation\WCFModel\VSWCFServiceContractGenerator.cs (13)
108private IList<ProxyGenerationError> importErrors; 505IList<ProxyGenerationError> importErrors) 630IList<ProxyGenerationError> proxyGenerationErrors, 773IList<ProxyGenerationError> importErrors) 833ClientOptions proxyOptions, IContractGeneratorReferenceTypeLoader typeLoader, int targetFrameworkVersion, IList<ProxyGenerationError> importErrors) 1122private static IEnumerable<Assembly> LoadReferenedAssemblies(ClientOptions proxyOptions, IContractGeneratorReferenceTypeLoader typeLoader, IList<ProxyGenerationError> importErrors) 1189protected static IEnumerable<Type> LoadSharedCollectionTypes(ClientOptions proxyOptions, IContractGeneratorReferenceTypeLoader typeLoader, IList<ProxyGenerationError> importErrors) 1244IList<ProxyGenerationError> importErrors, 1425protected static List<MetadataSection> CollectMetadataDocuments(IEnumerable<MetadataFile> metadataList, IList<ProxyGenerationError> importErrors) 1501private static void RemoveDuplicatedSchemaItems(List<MetadataSection> metadataCollection, IList<ProxyGenerationError> importErrors) 1556private static void CheckDuplicatedWsdlItems(IList<MetadataSection> metadataCollection, IList<ProxyGenerationError> importErrors) 1585IList<ProxyGenerationError> generationErrors,
Compilation\WCFModel\WsdlInspector.cs (3)
32private IList<ProxyGenerationError> importErrors; 40private WsdlInspector(IList<ProxyGenerationError> importErrors) 53internal static void CheckDuplicatedWsdlItems(ICollection<ServiceDescription> wsdlFiles, IList<ProxyGenerationError> importErrors)
Script\Services\WebServiceData.cs (1)
447IList<WebServiceTypeData> knownTypes = WebServiceTypeData.GetKnownTypes(t, typeData);
UI\WebControls\ListView.cs (4)
77private IList<ListViewDataItem> _itemList; 680public virtual IList<ListViewDataItem> Items { 1639protected virtual IList<ListViewDataItem> CreateItemsWithoutGroups(ListViewPagedDataSource dataSource, bool dataBinding, InsertItemPosition insertPosition, ArrayList keyArray) { 1764protected virtual IList<ListViewDataItem> CreateItemsInGroups(ListViewPagedDataSource dataSource, bool dataBinding, InsertItemPosition insertPosition, ArrayList keyArray) {
System.Windows.Forms (6)
winforms\Managed\System\WinForms\Control.cs (2)
16095IList<Rectangle> IKeyboardToolTip.GetNeighboringToolsRectangles() { 16156private IList<Rectangle> GetOwnNeighboringToolsRectangles() {
winforms\Managed\System\WinForms\ListBindingHelper.cs (2)
514if (typeof(IList<>).IsAssignableFrom(type.GetGenericTypeDefinition())) { 522if (typeof(IList<>).IsAssignableFrom(curInterface.GetGenericTypeDefinition())) {
winforms\Managed\System\WinForms\ToolStripItem.cs (1)
3956IList<Rectangle> IKeyboardToolTip.GetNeighboringToolsRectangles() {
winforms\Managed\System\WinForms\ToolTip.cs (1)
1809IList<Rectangle> neighboringToolsRectangles = tool.GetNeighboringToolsRectangles();
System.Windows.Forms.DataVisualization (10)
Common\Formulas\FormulaHelpers.cs (9)
122internal static IList<DataField> GetDataFields(SeriesChartType chartType) 1377IList<DataField> dataFields = FormulaHelper.GetDataFields(seriesChartType); 1396public static SeriesFieldList FromString(Chart chart, string seriesFields, IList<DataField> formulaFields) 1457private static void AddSeriesFieldInfo(SeriesFieldList result, Series series, IList<DataField> unmappedFormulaFields) 1497private static void AddSeriesFieldInfo(SeriesFieldList result, Series series, IList<DataField> unmappedFormulaFields, string seriesFieldId) 1499IList<DataField> seriesFields = FormulaHelper.GetDataFields(series.ChartType); 1548private static void AddSeriesFieldInfo(SeriesFieldList result, string seriesName, IList<DataField> unmappedFormulaFields) 1584private static void AddSeriesFieldInfo(SeriesFieldList result, string seriesName, IList<DataField> unmappedFormulaFields, string seriesFieldId) 1587IList<DataField> seriesFields = FormulaHelper.GetDataFields(chartType);
Common\General\ChartArea3D.cs (1)
1667 private int GetNumberOfStackGroups(IList<string> seriesNamesList)
System.Workflow.Activities (29)
Common\CompModHelpers.cs (3)
187IList<Activity> childActivities = null; 214IList<Activity> allChildren = GetAllNestedActivities(compositeActivity); 930public static IList<Activity> GetAllEnabledActivities(CompositeActivity compositeActivity)
Role\ADRole.cs (3)
24public abstract IList<String> GetIdentities(); 221public IList<SecurityIdentifier> GetSecurityIdentifiers() 241public override IList<String> GetIdentities()
Role\WebWorkflowRole.cs (1)
67public override IList<string> GetIdentities()
Rules\DeclarativeConditionsCollection.cs (1)
108public IList<WorkflowChangeAction> Diff(object originalDefinition, object changedDefinition)
Rules\Design\Dialogs\RuleSetDialog.cs (1)
465private static string GetActionsString(IList<RuleAction> actions)
Rules\Executor.cs (3)
354internal static IList<RuleState> Preprocess(RuleChainingBehavior behavior, ICollection<Rule> rules, RuleValidation validation, Tracer tracer) 373internal static void ExecuteRuleSet(IList<RuleState> orderedRules, RuleExecution ruleExecution, Tracer tracer, string trackingKey) 651private static ICollection<string> GetActionSideEffects(RuleChainingBehavior behavior, IList<RuleAction> actions, RuleValidation validation)
Rules\Rule.cs (9)
32internal IList<RuleAction> thenActions; 33internal IList<RuleAction> elseActions; 45public Rule(string name, RuleCondition condition, IList<RuleAction> thenActions) 52public Rule(string name, RuleCondition condition, IList<RuleAction> thenActions, IList<RuleAction> elseActions) 127public IList<RuleAction> ThenActions 133public IList<RuleAction> ElseActions 254private static bool ActionsEqual(IList<RuleAction> myActions, IList<RuleAction> otherActions)
Rules\RuleDefinitions.cs (3)
82public IList<WorkflowChangeAction> Diff(object originalDefinition, object changedDefinition) 89IList<WorkflowChangeAction> cdiff = Conditions.Diff(originalRules.Conditions, changedRules.Conditions); 90IList<WorkflowChangeAction> rdiff = RuleSets.Diff(originalRules.RuleSets, changedRules.RuleSets);
Rules\RuleEngine.cs (1)
18private IList<RuleState> analyzedRules;
Rules\RuleSetCollection.cs (1)
125public IList<WorkflowChangeAction> Diff(object originalDefinition, object changedDefinition)
Rules\RuleValidation.cs (1)
923private IList<AuthorizedType> authorizedTypes;
Sequence.cs (1)
152IList<Activity> seqList = this.EnabledActivities;
StateMachineWorkflowInstance.cs (1)
298IList<UserTrackingRecord> events = _sqlTrackingWorkflowInstance.UserEvents;
System.Workflow.ComponentModel (157)
AuthoringOM\ActivitiesCollection.cs (26)
56void IList<Activity>.RemoveAt(int index) 69void IList<Activity>.Insert(int index, Activity item) 82Activity IList<Activity>.this[int index] 100int IList<Activity>.IndexOf(Activity item) 192((IList<Activity>)this).Add(item); 197((IList<Activity>)this).Clear(); 202((IList<Activity>)this).Insert(index, item); 207return ((IList<Activity>)this).Remove(item); 212((IList<Activity>)this).RemoveAt(index); 219return ((IList<Activity>)this)[index]; 223((IList<Activity>)this)[index] = value; 240return ((IList<Activity>)this).IndexOf(item); 245return ((IList<Activity>)this).Contains(item); 250return ((IList<Activity>)this).GetEnumerator(); 260((IList<Activity>)this).Add((Activity)value); 266((IList<Activity>)this).Clear(); 273return (((IList<Activity>)this).Contains((Activity)value)); 280return ((IList<Activity>)this).IndexOf((Activity)value); 287((IList<Activity>)this).Insert(index, (Activity)value); 302return ((IList<Activity>)this).IsReadOnly; 310((IList<Activity>)this).Remove((Activity)value); 316return ((IList<Activity>)this)[index]; 323((IList<Activity>)this)[index] = (Activity)value; 352return (IEnumerator)((IList<Activity>)this).GetEnumerator(); 403public IList<Activity> RemovedItems 411public IList<Activity> AddedItems
AuthoringOM\Activity.cs (20)
171private static readonly DependencyProperty NestedActivitiesProperty = DependencyProperty.RegisterAttached("NestedActivities", typeof(IList<Activity>), typeof(Activity)); 1080IList<Activity> nestedActivities = activityRoot.CollectNestedActivities(); 1155IList<Activity> deserializedNestedActivityRoots = (IList<Activity>)deserializedActivityRoot.GetValue(Activity.ActiveExecutionContextsProperty); 1165IList<Activity> nestedActivities = (IList<Activity>)deserializedActivityRoot.GetValue(Activity.NestedActivitiesProperty); 1200IList<Activity> activeActivityRoots = (IList<Activity>)activityRoot.GetValue(Activity.ActiveExecutionContextsProperty); 1434internal virtual IList<Activity> CollectNestedActivities() 1709IList<ActivityExecutionContextInfo> childsCompletedContexts = contextActivity.GetValue(Activity.CompletedExecutionContextsProperty) as IList<ActivityExecutionContextInfo>; 1731IList<ActivityExecutionContextInfo> childsCompletedContexts = activity.GetValue(Activity.CompletedExecutionContextsProperty) as IList<ActivityExecutionContextInfo>; 1735IList<ActivityExecutionContextInfo> childsCompletedContextsClone = new List<ActivityExecutionContextInfo>(childsCompletedContexts); 1770IList<ActivityExecutionContextInfo> childsCompletedContexts = this.GetValue(Activity.CompletedExecutionContextsProperty) as IList<ActivityExecutionContextInfo>; 1969IList<Activity> activeContextActivities = (IList<Activity>)contextActivity.GetValue(Activity.ActiveExecutionContextsProperty); 2145IList<Activity> ISupportAlternateFlow.AlternateFlowActivities 2304internal override IList<Activity> CollectNestedActivities()
AuthoringOM\ActivityExecutionContext.cs (1)
744public IList<Activity> WaitList
AuthoringOM\ActivityExecutionContextCollection.cs (12)
32IList<Activity> activeContexts = (IList<Activity>)this.ownerContext.Activity.ContextActivity.GetValue(Activity.ActiveExecutionContextsProperty); 103IList<Activity> activeContexts = (IList<Activity>)this.ownerContext.Activity.ContextActivity.GetValue(Activity.ActiveExecutionContextsProperty); 171IList<Activity> activeContexts = (IList<Activity>)this.ownerContext.Activity.ContextActivity.GetValue(Activity.ActiveExecutionContextsProperty); 274IList<ActivityExecutionContextInfo> completedContexts = this.ownerContext.Activity.ContextActivity.GetValue(Activity.CompletedExecutionContextsProperty) as IList<ActivityExecutionContextInfo>; 327IList<ActivityExecutionContextInfo> completedContexts = this.ownerContext.Activity.ContextActivity.GetValue(Activity.CompletedExecutionContextsProperty) as IList<ActivityExecutionContextInfo>; 336IList<Activity> activeContexts = (IList<Activity>)this.ownerContext.Activity.ContextActivity.GetValue(Activity.ActiveExecutionContextsProperty);
AuthoringOM\ActivityExecutorDelegateInfo.cs (2)
228IList<Activity> nestedContextActivities = (IList<Activity>)contextActivity2.GetValue(Activity.ActiveExecutionContextsProperty);
AuthoringOM\ActivityInterfaces.cs (3)
52IList<Activity> AlternateFlowActivities { get; } 151bool OnBeforeDynamicChange(IList<WorkflowChangeAction> changes); 152void OnAfterDynamicChange(bool updateSucceeded, IList<WorkflowChangeAction> changes);
AuthoringOM\Bind.cs (2)
261IList<AuthorizedType> authorizedTypes = WorkflowCompilationContext.Current.GetAuthorizedTypes(); 293private static bool SafeType(IList<AuthorizedType> authorizedTypes, Type referenceType)
AuthoringOM\Compiler\Configuration.cs (3)
24Dictionary<string, IList<AuthorizedType>> authorizedTypes = new Dictionary<string, IList<AuthorizedType>>(); 39IList<AuthorizedType> versionTypes;
AuthoringOM\Compiler\XomlCompiler.cs (6)
207public IList<AuthorizedType> GetAuthorizedTypes() 213IList<AuthorizedType> authorizedTypes; 215IDictionary<string, IList<AuthorizedType>> authorizedTypesDictionary = 216ConfigurationManager.GetSection("System.Workflow.ComponentModel.WorkflowCompiler/authorizedTypes") as IDictionary<string, IList<AuthorizedType>>; 593public TypeAuthorizerClass(IList<AuthorizedType> authorizedTypes, WorkflowCompilerResults results, string filename) 610public IList<AuthorizedType> AuthorizedTypes
AuthoringOM\Compiler\XomlCompilerHelpers.cs (1)
58IList<AuthorizedType> authorizedTypes = null;
AuthoringOM\Compiler\XomlCompilerParameters.cs (4)
267IList<string> supportedTargetFrameworks = ToolLocationHelper.GetSupportedTargetFrameworks(); 271IList<string> refDirectories = ToolLocationHelper.GetPathToReferenceAssemblies(fxName); 311private IList<CodeCompileUnit> userCodeCCUs = null; 464public IList<CodeCompileUnit> UserCodeCompileUnits
AuthoringOM\ComponentFactoryHelpers.cs (2)
156internal static IList<IExtenderProvider> Extenders 161foreach (IList<IExtenderProvider> registeredExtenders in componentExtenderMap.Values)
AuthoringOM\DependencyObject.cs (1)
600internal IList<DependencyProperty> MetaDependencyProperties
AuthoringOM\DependencyProperty.cs (1)
142public static IList<DependencyProperty> FromType(Type ownerType)
AuthoringOM\Design\Connector.cs (3)
120IList<Point> connections = this.associatedDesigner.GetConnections(this.designerEdge); 132IList<Point> connections = this.associatedDesigner.GetConnections(DesignerEdges.All); 1657private static IList<Point> GetDesignerEscapeCover(ActivityDesigner designer, ICollection<object> escapeLocations)
AuthoringOM\Design\DesignerWidgets.cs (5)
285public IList<ItemInfo> Items 598public IList<ItemInfo> Items 956public IList<ItemInfo> Items 1743public IList<ItemInfo> Tabs 2444public IList<ItemInfo> Items
AuthoringOM\Design\Dialogs\ThemeConfigurationDialog.cs (1)
667IList<Type> nonpreviewableDesignerTypes = new List<Type>();
AuthoringOM\Design\FreeFormDesigner.cs (2)
222IList<ActivityDesigner> childdesigners = ContainedDesigners; 231IList<ActivityDesigner> childdesigners = ContainedDesigners;
AuthoringOM\Design\MessageFilters\DragDropManager.cs (2)
632public IList<Activity> DraggedActivities 650protected virtual void CreateDragFeedbackImages(IList<Activity> draggedActivities)
AuthoringOM\Design\MessageFilters\DynamicActionMessageFilter.cs (1)
451internal IList<ActionButton> Buttons
AuthoringOM\Design\MessageFilters\FreeFormDragDropManager.cs (1)
184protected override void CreateDragFeedbackImages(IList<Activity> draggedActivities)
AuthoringOM\Design\PropertyDescriptors.cs (1)
419internal static IList<MemberInfo> GetBindableMembers(object obj, ITypeDescriptorContext context)
AuthoringOM\Design\SecondaryViewProvider.cs (1)
89internal static IList<Type> GetActivityTypes(StructuredCompositeActivityDesigner designer)
AuthoringOM\Design\StructuredCompositeActivityDesigner.cs (3)
66IList<ActivityDesigner> mappedDesigners = DesignersFromSupportedViews; 284private IList<ActivityDesigner> DesignersFromSupportedViews 318IList<Type> secondaryViewTypes = SecondaryViewProvider.GetActivityTypes(this);
AuthoringOM\Design\WorkflowView.cs (1)
1970IList<WorkflowDesignerMessageFilter> filters = (stockFilters) ? this.stockMessageFilters : this.customMessageFilters;
AuthoringOM\Interfaces.cs (1)
27IList<WorkflowChangeAction> Diff(object originalDefinition, object changedDefinition);
AuthoringOM\ItemList.cs (22)
49public IList<T> RemovedItems 57public IList<T> AddedItems 126void IList<T>.RemoveAt(int index) 138void IList<T>.Insert(int index, T item) 149T IList<T>.this[int index] 166int IList<T>.IndexOf(T item) 247((IList<T>)this).Add(item); 274((IList<T>)this).Clear(); 279((IList<T>)this).Insert(index, item); 284return ((IList<T>)this).Remove(item); 289((IList<T>)this).RemoveAt(index); 296return ((IList<T>)this)[index]; 300((IList<T>)this)[index] = value; 327((IList<T>)this).Add((T)value); 333((IList<T>)this).Clear(); 340return ((IList<T>)this).Contains((T)value); 347return ((IList<T>)this).IndexOf((T)value); 354((IList<T>)this).Insert(index, (T)value); 369return ((IList<T>)this).IsReadOnly; 377((IList<T>)this).Remove((T)value); 383return ((IList<T>)this)[index]; 390((IList<T>)this)[index] = (T)value;
AuthoringOM\ScheduleChanges.cs (3)
188IList<Activity> nestedContextActivities = (IList<Activity>)contextActivity.GetValue(Activity.ActiveExecutionContextsProperty); 390private void NotifyChangesToChildExecutors(IWorkflowCoreRuntime workflowCoreRuntime, Activity contextActivity, IList<WorkflowChangeAction> changeActions)
AuthoringOM\Sequence.cs (1)
81IList<Activity> children = activity.EnabledActivities;
AuthoringOM\Serializer\ActivitySurrogate.cs (2)
137IList<Activity> activeContextActivities = null; 139activeContextActivities = (IList<Activity>)activity.Parent.ContextActivity.GetValue(Activity.ActiveExecutionContextsProperty);
AuthoringOM\Serializer\CollectionMarkupSerializer.cs (1)
99typeof(IList<>).IsAssignableFrom(collectionType.GetGenericTypeDefinition()))));
AuthoringOM\Serializer\ExtendedPropertyInfo.cs (1)
212internal static bool IsExtendedProperty(WorkflowMarkupSerializationManager manager, IList<PropertyInfo> propInfos, XmlQualifiedName xmlQualifiedName)
AuthoringOM\Serializer\WorkflowMarkupSerializationManager.cs (5)
162IList<WorkflowMarkupSerializerMapping> collectedMappings = null; 200IList<WorkflowMarkupSerializerMapping> matchingMappings = null; 201IList<WorkflowMarkupSerializerMapping> collectedMappings = null; 399internal void AddMappings(IList<WorkflowMarkupSerializerMapping> mappingsToAdd) 424internal IList<WorkflowMarkupSerializer> ExtendedPropertiesProviders
AuthoringOM\Serializer\WorkflowMarkupSerializer.cs (9)
2103static void AddUnauthorizedTypes(IList<AuthorizedType> authorizedTypes) 2262IList<AuthorizedType> authorizedTypes; 2264IDictionary<string, IList<AuthorizedType>> authorizedTypesDictionary = 2265ConfigurationManager.GetSection("System.Workflow.ComponentModel.WorkflowCompiler/authorizedTypes") as IDictionary<string, IList<AuthorizedType>>; 2297private IList<AuthorizedType> authorizedTypes; 2298public SerializerTypeAuthorizerClass(IList<AuthorizedType> authorizedTypes) 2427private static PropertyInfo LookupProperty(IList<PropertyInfo> properties, string propertyName) 2440private static EventInfo LookupEvent(IList<EventInfo> events, string eventName) 2984internal void SetContents(IList<ContentInfo> contents)
AuthoringOM\Serializer\WorkflowMarkupSerializerMapping.cs (4)
195internal static IList<WorkflowMarkupSerializerMapping> WellKnownMappings 254internal static void GetMappingsFromXmlNamespace(WorkflowMarkupSerializationManager serializationManager, string xmlNamespace, out IList<WorkflowMarkupSerializerMapping> matchingMappings, out IList<WorkflowMarkupSerializerMapping> collectedMappings) 324internal static void GetMappingFromType(WorkflowMarkupSerializationManager manager, Type type, out WorkflowMarkupSerializerMapping matchingMapping, out IList<WorkflowMarkupSerializerMapping> collectedMappings)
Shared\CompModHelpers.cs (3)
185IList<Activity> childActivities = null; 212IList<Activity> allChildren = GetAllNestedActivities(compositeActivity); 928public static IList<Activity> GetAllEnabledActivities(CompositeActivity compositeActivity)
System.Workflow.Runtime (97)
CorrelationToken.cs (9)
31internal static readonly DependencyProperty SubscriptionsProperty = DependencyProperty.Register("Subscriptions", typeof(IList<ActivityExecutorDelegateInfo<CorrelationTokenEventArgs>>), typeof(CorrelationToken)); 119IList<ActivityExecutorDelegateInfo<CorrelationTokenEventArgs>> subscribers = GetValue(SubscriptionsProperty) as IList<ActivityExecutorDelegateInfo<CorrelationTokenEventArgs>>; 137IList<ActivityExecutorDelegateInfo<CorrelationTokenEventArgs>> subscribers = GetValue(SubscriptionsProperty) as IList<ActivityExecutorDelegateInfo<CorrelationTokenEventArgs>>; 162IList<ActivityExecutorDelegateInfo<CorrelationTokenEventArgs>> subscriptions = GetValue(SubscriptionsProperty) as IList<ActivityExecutorDelegateInfo<CorrelationTokenEventArgs>>; 183IList<ActivityExecutorDelegateInfo<CorrelationTokenEventArgs>> subscriptions = GetValue(SubscriptionsProperty) as IList<ActivityExecutorDelegateInfo<CorrelationTokenEventArgs>>;
Hosting\DefaultWorkflowSchedulerService.cs (1)
32private IList<PerformanceCounter> queueCounters; // expose internal queue length
Hosting\ManualWorkflowSchedulerService.cs (1)
57private IList<PerformanceCounter> queueCounters;
Hosting\SqlWorkflowPersistenceService.cs (6)
243public IList<Guid> RetrieveNonblockingInstanceStateIds(Guid ownerId, DateTime ownedUntil) 356public IList<Guid> RetrieveExpiredTimerIds(Guid ownerId, DateTime ownedUntil) 886IList<Guid> instanceIds = null; 934IList<Guid> ids = null; 1032public IList<Guid> LoadExpiredTimerWorkflowIds() 1044private IList<Guid> LoadExpiredTimerIds()
RTTrackingProfile.cs (3)
55private IList<WorkflowChangeAction> _pendingChanges = null; 339public void WorkflowChangeBegin(IList<WorkflowChangeAction> changeActions) 653public IList<Activity> GetAllEnabledActivities(CompositeActivity compositeActivity)
System\Activities\Statements\Interop.cs (3)
41IList<PropertyInfo> outputPropertyDefinitions; 44IList<InteropProperty> exposedBodyProperties; 177internal IList<PropertyInfo> OutputPropertyDefinitions
System\Activities\Statements\InteropEnvironment.cs (3)
235IList<IComparable> deletedBookmarks = new List<IComparable>(); 241IList<IComparable> newBookmarks = null; 307public static bool HasPropertyNameCollision(IList<PropertyInfo> properties)
System\Activities\Statements\InteropExecutor.cs (8)
43IList<PropertyInfo> outputProperties; 69public InteropExecutor(Guid instanceId, Activity rootActivity, IList<PropertyInfo> outputProperties, Activity activityDefinition) 404public void Reload(Activity definitionActivity, IList<PropertyInfo> outputProperties) 427IList<Activity> nestedDynamicActivities = (IList<Activity>)dynamicActivity.GetValue(Activity.ActiveExecutionContextsProperty); 450void PrivateInitialize(Activity rootActivity, Guid instanceId, IList<PropertyInfo> outputProperties, Activity workflowDefinition) 621public void OnAfterDynamicChange(bool updateSucceeded, System.Collections.Generic.IList<WorkflowChangeAction> changes) 626public bool OnBeforeDynamicChange(System.Collections.Generic.IList<WorkflowChangeAction> changes)
Tracking.cs (4)
379IList<string> path = null; 469IList<string> path = trackingCallingState != null ? trackingCallingState.CallerActivityPathProxy : null; 1781private IList<string> callerActivityPathProxy; 1795internal IList<string> CallerActivityPathProxy
Tracking\PropertyHelper.cs (1)
168internal static void GetAllMembers(Activity activity, IList<TrackingDataItem> items, TrackingAnnotationCollection annotations)
Tracking\SqlTrackingQuery.cs (3)
79public IList<SqlTrackingWorkflowInstance> GetWorkflows(SqlTrackingQueryOptions options) 238private void BuildArtifactParameters(SqlCommand cmd, IList<TrackingDataItemValue> artifacts) 311public IList<TrackingDataItemValue> TrackingDataItems
Tracking\SqlTrackingService.cs (16)
726public IList<AddedActivity> AddedActivities = new List<AddedActivity>(); 727public IList<RemovedActivity> RemovedActivities = new List<RemovedActivity>(); 982IList<ActivityTrackingRecord> activities = new List<ActivityTrackingRecord>(5); 1490IList<ActivityTrackingRecord> activity = new List<ActivityTrackingRecord>(1); 1525private void ExecuteInsertActivityStatusInstance(long internalId, IList<ActivityTrackingRecord> activities, DbCommand command) 1793private void BatchExecuteInsertTrackingDataItems(long internalId, char eventTypeId, IList<KeyValuePair<long, TrackingDataItem>> items, DbCommand command) 1822private void ExecuteInsertTrackingDataItems(long internalId, char eventTypeId, IList<KeyValuePair<long, TrackingDataItem>> items, DbCommand command) 1900private void ExecuteInsertAnnotation(long internalId, IList<KeyValuePair<long, string>> annotations, DbCommand command) 1931private void BatchExecuteInsertEventAnnotation(long internalId, char eventTypeId, IList<KeyValuePair<long, string>> annotations, DbCommand command) 1961private void ExecuteInsertEventAnnotation(long internalId, char eventTypeId, IList<KeyValuePair<long, string>> annotations, DbCommand command) 2326private void AddRemovedActivity(RemovedActivityAction removedAction, int order, IList<RemovedActivity> activities) 2349private void AddRemovedActivity(Activity removed, IList<RemovedActivity> activities) 2368private void AddAddedActivity(AddedActivityAction addedAction, int order, IList<AddedActivity> activities) 2394private void AddAddedActivity(Activity added, IList<AddedActivity> activities) 2526private void GetCallPathKeys(IList<string> callPath) 2598private IList<Activity> GetAllEnabledActivities(CompositeActivity compositeActivity)
Tracking\SqlTrackingWorkflowInstance.cs (4)
128public IList<ActivityTrackingRecord> ActivityEvents 140public IList<UserTrackingRecord> UserEvents 152public IList<WorkflowTrackingRecord> WorkflowEvents 176public IList<SqlTrackingWorkflowInstance> InvokedWorkflows
Tracking\TrackingExtract.cs (3)
32internal abstract void GetData(Activity activity, IServiceProvider provider, IList<TrackingDataItem> items); 81internal override void GetData(Activity activity, IServiceProvider provider, IList<TrackingDataItem> items) 148internal override void GetData(Activity activity, IServiceProvider provider, IList<TrackingDataItem> items)
Tracking\TrackingLocation.cs (4)
32private IList<TrackingWorkflowEvent> _events = new List<TrackingWorkflowEvent>(); 42public WorkflowTrackingLocation(IList<TrackingWorkflowEvent> events) 50public IList<TrackingWorkflowEvent> Events 178public IList<ActivityExecutionStatus> ExecutionStatusEvents
Tracking\TrackingParameters.cs (3)
20private IList<string> _activityCallPath = null; 28public TrackingParameters(Guid instanceId, Type workflowType, Activity rootActivity, IList<string> callPath, Guid callerInstanceId, Guid contextGuid, Guid callerContextGuid, Guid callerParentContextGuid) 55public IList<string> CallPath
Tracking\TrackingProfileDeserializationException.cs (1)
57public IList<ValidationEventArgs> ValidationEventArgs
Tracking\TrackingProfileSerializer.cs (3)
494private void CreateStatusEvents(XmlReader reader, IList<ActivityExecutionStatus> events) 1285private void WriteEvents(IList<ActivityExecutionStatus> events, XmlTextWriter writer) 1315private void WriteWorkflowEvents(IList<TrackingWorkflowEvent> events, XmlTextWriter writer)
Tracking\TrackingRecord.cs (2)
115public IList<TrackingDataItem> Body 218public IList<TrackingDataItem> Body
Tracking\TrackingWorkflowEventArgs.cs (3)
28private IList<WorkflowChangeAction> _changes = null; 30internal TrackingWorkflowChangedEventArgs(IList<WorkflowChangeAction> changes, Activity definition) 36public IList<WorkflowChangeAction> Changes
Tracking\TrackPoint.cs (2)
162internal void Track(Activity activity, IServiceProvider provider, IList<TrackingDataItem> items) 239internal void Track(Activity activity, object arg, IServiceProvider provider, IList<TrackingDataItem> items)
WorkflowExecutor.cs (12)
347IList<Activity> nestedDynamicActivities = (IList<Activity>)dynamicActivity.GetValue(Activity.ActiveExecutionContextsProperty); 2738internal bool OnBeforeDynamicChange(IList<WorkflowChangeAction> changes) 2752internal void OnAfterDynamicChange(bool updateSucceeded, IList<WorkflowChangeAction> changes) 3101bool IWorkflowCoreRuntime.OnBeforeDynamicChange(IList<WorkflowChangeAction> changes) 3107void IWorkflowCoreRuntime.OnAfterDynamicChange(bool updateSucceeded, IList<WorkflowChangeAction> changes) 3492private IList<WorkflowChangeAction> _changeActions = new List<WorkflowChangeAction>(); 3494internal DynamicUpdateEventArgs(IList<WorkflowChangeAction> changeActions, WorkflowEventInternal eventType) 3500internal IList<WorkflowChangeAction> ChangeActions 3508private void FireDynamicUpdateBegin(IList<WorkflowChangeAction> changeActions) 3519private void FireDynamicUpdateRollback(IList<WorkflowChangeAction> changeActions) 3530private void FireDynamicUpdateCommit(IList<WorkflowChangeAction> changeActions)
WorkflowRuntime.cs (2)
1309IList<WorkflowExecutor> executors = GetWorkflowExecutors(); 1590private IList<WorkflowExecutor> GetWorkflowExecutors()
System.WorkflowServices (49)
System\ServiceModel\Description\DescriptionCreator.cs (1)
23public ServiceDescription BuildServiceDescription(out IDictionary<string, ContractDescription> implementedContracts, out IList<Type> reflectedContracts)
System\ServiceModel\Description\ServiceDescriptionContext.cs (2)
15IList<Type> reflectedContracts; 34public IList<Type> ReflectedContracts
System\ServiceModel\Security\SerializableAuthorizationContext.cs (13)
21static readonly IList<Type> redBitsKnownType = new List<Type>( 33IList<Type> knownTypes; 35SerializableAuthorizationContext(byte[] contextBlob, DateTime expirationTime, string id, IList<Type> knownTypes) 55IList<Type> knownTypes = BuildKnownClaimTypes(authorizationContext); 68static IList<Type> BuildKnownClaimTypes(AuthorizationContext authorizationContext) 100static byte[] CreateSerializableBlob(AuthorizationContext authorizationContext, IList<Type> knownTypes) 137static IAuthorizationPolicy RetrievePolicyFromBlob(byte[] contextBlob, string id, DateTime expirationTime, IList<Type> knownTypes) 151IList<IIdentity> identities = null; 152IList<ClaimSet> claimSets = null; 199IList<ClaimSet> claimSets; 202IList<IIdentity> identities; 204public SctUnconditionalPolicy(IList<IIdentity> identities, string id, IList<ClaimSet> claimSets, DateTime expirationTime)
System\ServiceModel\WorkflowServiceHost.cs (1)
18IList<Type> reflectedContracts;
System\Workflow\Activities\OperationParameterInfoCollection.cs (24)
85return ((IList<OperationParameterInfo>) this).IsReadOnly; 93return ((IList<OperationParameterInfo>) this)[index]; 97((IList<OperationParameterInfo>) this)[index] = value; 121OperationParameterInfo IList<OperationParameterInfo>.this[int index] 141return ((IList<OperationParameterInfo>) this)[index]; 152((IList<OperationParameterInfo>) this)[index] = (OperationParameterInfo) value; 158((IList<OperationParameterInfo>) this).Add(item); 163((IList<OperationParameterInfo>) this).Clear(); 168return ((IList<OperationParameterInfo>) this).Contains(item); 173return ((IList<OperationParameterInfo>) this).GetEnumerator(); 237return (IEnumerator)((IList<OperationParameterInfo>) this).GetEnumerator(); 248((IList<OperationParameterInfo>) this).Add((OperationParameterInfo) value); 254((IList<OperationParameterInfo>) this).Clear(); 265return (((IList<OperationParameterInfo>) this).Contains((OperationParameterInfo) value)); 267int IList<OperationParameterInfo>.IndexOf(OperationParameterInfo item) 280return ((IList<OperationParameterInfo>) this).IndexOf((OperationParameterInfo) value); 283void IList<OperationParameterInfo>.Insert(int index, OperationParameterInfo item) 305((IList<OperationParameterInfo>) this).Insert(index, (OperationParameterInfo) value); 316((IList<OperationParameterInfo>) this).Remove((OperationParameterInfo) value); 319void IList<OperationParameterInfo>.RemoveAt(int index) 331return ((IList<OperationParameterInfo>) this).IndexOf(item); 336((IList<OperationParameterInfo>) this).Insert(index, item); 341return ((IList<OperationParameterInfo>) this).Remove(item); 346((IList<OperationParameterInfo>) this).RemoveAt(index);
System\Workflow\Activities\ReceiveActivity.cs (2)
1359IList<KeyValuePair<int, string>> inputParameters; 1364IList<KeyValuePair<int, string>> outputParameters;
System\Workflow\Activities\SendActivity.cs (2)
581IList<KeyValuePair<int, string>> inputParameters; 584IList<KeyValuePair<int, string>> outputParameters;
System\Workflow\Runtime\Hosting\ChannelManager.cs (1)
34public ChannelManager(ChannelPoolSettings settings, IList<ServiceEndpoint> endpoints)
System\Workflow\Runtime\Hosting\ChannelManagerService.cs (3)
30IList<ServiceEndpoint> codeEndpoints; 43public ChannelManagerService(IList<ServiceEndpoint> endpoints) 48public ChannelManagerService(ChannelPoolSettings settings, IList<ServiceEndpoint> endpoints)
System.Xml (4)
System\Xml\Schema\SchemaElementDecl.cs (1)
200internal IList<IDtdDefaultAttributeInfo> DefaultAttDefs {
System\Xml\XPath\Internal\FunctionQuery.cs (1)
18private IList<Query> args;
System\Xml\XPath\Internal\StringFunctions.cs (2)
20private IList<Query> argList; 22public StringFunctions(Function.FunctionType funcType, IList<Query> argList) {
WindowsBase (12)
Base\MS\Internal\IO\Packaging\CompoundFile\RightsManagementEncryptedStream.cs (1)
473IList<MemoryStreamBlock> collection = cache.MemoryBlockCollection;
Base\System\Collections\ObjectModel\WeakReadOnlyCollection.cs (7)
36IList<WeakReference> list; 40public WeakReadOnlyCollection(IList<WeakReference> list) { // assumption: the WRs in list refer to T's 88T IList<T>.this[int index] { 107void IList<T>.Insert(int index, T value) { 118void IList<T>.RemoveAt(int index) { 173IList<T> dlist = CreateDereferencedList(); 278IList<T> CreateDereferencedList()
Shared\System\Windows\Markup\ReflectionHelper.cs (4)
202IList<CustomAttributeData> list = CustomAttributeData.GetCustomAttributes(mi); 223private static string GetCustomAttributeData(IList<CustomAttributeData> list, Type attrType, out Type typeValue, bool allowTypeAlso, bool allowZeroArgs) 258IList<CustomAttributeData> list = CustomAttributeData.GetCustomAttributes(currentType); 303IList<CustomAttributeTypedArgument> constructorArguments = cad.ConstructorArguments;
XamlBuildTask (80)
Microsoft\Build\Tasks\Xaml\AttributeData.cs (3)
29public IList<AttributeParameterData> Parameters 109private static IList<AttributeParameterData> ReadParameters(XamlReader reader, NamespaceTable namespaceTable, string rootNamespace) 111IList<AttributeParameterData> parameters = new List<AttributeParameterData>();
Microsoft\Build\Tasks\Xaml\BuildExtensionContext.cs (3)
14static readonly IList<string> emptyList = new List<string>(0); 134internal void AddReferences(IList<string> references) 146internal void AddSourceCodeFiles(IList<string> sourceCodeFiles)
Microsoft\Build\Tasks\Xaml\ClassData.cs (3)
38public IList<String> CodeSnippets 68public IList<AttributeData> Attributes 86public IList<NamedObject> NamedObjects
Microsoft\Build\Tasks\Xaml\ClassGenerator.cs (9)
97var fields = classData.NamedObjects; 205CodeAttributeDeclarationCollection GetAttributeDeclarations(IList<AttributeData> attributes, ClassData classData) 306IList<CustomAttributeData> cads = CustomAttributeData.GetCustomAttributes(t); 1034public CodeCompileUnit GenerateHelperClass(string namespaceName, string className, IList<Assembly> loadedAssemblyList) 1050CodeTypeDeclaration GenerateHelperClassBody(string className, IList<Assembly> loadedAssemblyList) 1094Type = new CodeTypeReference(typeof(IList<Assembly>)), 1102Type = new CodeTypeReference(typeof(IList<Assembly>)), 1294ReturnType = new CodeTypeReference(typeof(IList<Assembly>)), 1297CodeVariableReferenceExpression assemblyList = loadAssembliesMethod.Statements.DeclareVar(typeof(IList<Assembly>),
Microsoft\Build\Tasks\Xaml\ClassImporter.cs (7)
155IList<XamlType> UpdateTypeArgs(IList<XamlType> typeArgs, XamlSchemaContext xsc) 159IList<XamlType> updatedTypeArgs = new List<XamlType>(); 162IList<XamlType> typeArgTypeArgs = UpdateTypeArgs(typeArg.TypeArguments, xsc); 179IList<XamlType> typeArgs = UpdateTypeArgs(xamlType.TypeArguments, reader.SchemaContext); 391private IList<AttributeData> ReadAttributesCollection(XamlReader reader) 393IList<AttributeData> attributes = new List<AttributeData>();
Microsoft\Build\Tasks\Xaml\ClassValidator.cs (2)
20IList<LogData> eventArgs; 32public bool ValidateXaml(XamlReader xamlReader, bool failOnFirstError, string assemblyName, out IList<LogData> validationErrors)
Microsoft\Build\Tasks\Xaml\CompilationPass2Task.cs (2)
239IList<string> applicationMarkup = new List<string>(this.ApplicationMarkup.Length); 268IList<string> sourceCodeFiles = null;
Microsoft\Build\Tasks\Xaml\CompilationPass2TaskInternal.cs (14)
24IList<string> applicationMarkup; 25IList<ITaskItem> references; 26IList<LogData> logData; 27IList<string> sourceCodeFiles; 28IList<string> generatedCodeFiles; 40public IList<string> ApplicationMarkup 71public IList<LogData> LogData 83public IList<ITaskItem> References 99public IList<string> SourceCodeFiles 115public IList<string> GeneratedCodeFiles 152public IList<Tuple<string, string, string>> XamlBuildTaskTypeInspectionExtensionNames 155public IList<Tuple<AssemblyName, Assembly>> ReferencedAssemblies 198IList<Assembly> loadedAssemblyList = null; 304IList<LogData> validationErrors = null;
Microsoft\Build\Tasks\Xaml\PartialClassGenerationTask.cs (2)
334IList<ITaskItem> applicationMarkup = null; 347IList<string> sourceCodeFiles = null;
Microsoft\Build\Tasks\Xaml\PartialClassGenerationTaskInternal.cs (17)
29IList<ITaskItem> applicationMarkup; 30IList<string> generatedResources; 31IList<string> generatedCodeFiles; 32IList<ITaskItem> references; 33IList<string> sourceCodeFiles; 35IList<LogData> logData; 36IList<Assembly> assemblyNames; 50public IList<ITaskItem> ApplicationMarkup 94public IList<string> GeneratedResources 106public IList<string> GeneratedCodeFiles 124public IList<LogData> LogData 139public IList<ITaskItem> References 155public IList<Assembly> LoadedAssemblyList 185private static IList<Assembly> cachedAssemblyList = null; 193public IList<string> SourceCodeFiles 260public IList<Tuple<string, string, string>> XamlBuildTaskTypeGenerationExtensionNames 681IList<LogData> validationErrors = null;
Microsoft\Build\Tasks\Xaml\PropertyData.cs (1)
23public IList<AttributeData> Attributes
Microsoft\Build\Tasks\Xaml\ResolveAssemblyHelper.cs (2)
19IList<string> references; 21public ResolveAssemblyHelper(IList<string> references)
Microsoft\Build\Tasks\Xaml\WrappingXamlSchemaContext.cs (3)
54IList<string> namespaces = xamlType.GetXamlNamespaces(); 82public override IList<string> GetXamlNamespaces() 87IList<string> originalNamespaces = base.GetXamlNamespaces();
Microsoft\Build\Tasks\Xaml\XamlBuildTaskServices.cs (11)
232internal static IList<Assembly> Load(IList<ITaskItem> referenceAssemblies, bool isDesignTime) 239IList<Assembly> assemblies = new List<Assembly>(); 447IList<XamlType> typeArgs = null; 602internal static bool GetUnresolvedLeafTypeArg(XamlType type, ref IList<XamlType> unresolvedLeafTypeList) 632internal static IEnumerable<T> GetXamlBuildTaskExtensions<T>(IList<Tuple<string, string, string>> extensionNames, TaskLoggingHelper logger, string currentProjectDirectory) where T : class 731internal static IList<Tuple<string, string, string>> GetXamlBuildTaskExtensionNames(ITaskItem[] xamlBuildTypeGenerationExtensionsNames) 757internal static IList<string> GetReferences(IList<ITaskItem> referenceAssemblies) 759IList<string> references = new List<string>(); 768private static void CategorizeReferenceAssemblies(IList<ITaskItem> referenceAssemblies, out List<string> systemItems, out List<string> nonSystemItems)
Microsoft\Build\Tasks\Xaml\XamlValidatingReader.cs (1)
472IList<XamlType> unresolvedLeafTypeList = new List<XamlType>();