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\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;
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\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;
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,
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\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\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\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\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\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\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\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\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\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\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\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\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);