Core\CSharp\MS\Internal\TextFormatting\ThousandthOfEmRealDoubles.cs (1)
78public int Count
Core\CSharp\System\Windows\Media\Animation\Generated\TimelineCollection.cs (1)
286public int Count
Core\CSharp\System\Windows\Media\Animation\TimelineClockCollection.cs (1)
31public int Count
Core\CSharp\System\Windows\Media\CultureSpecificStringDictionary.cs (1)
81public int Count
Core\CSharp\System\Windows\Media\Effects\Generated\BitmapEffectCollection.cs (1)
285public int Count
Core\CSharp\System\Windows\Media\Generated\GeneralTransformCollection.cs (1)
287public int Count
Core\CSharp\System\Windows\Media3D\Generated\GeneralTransform3DCollection.cs (1)
283public int Count
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\WeakKeyDictionary.cs (1)
69public int Count
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Toolbox\ToolboxCategoryItems.cs (1)
79public int Count
System\ServiceModel\Configuration\ServiceModelExtensionCollectionElement.cs (1)
76public int Count
System\ServiceModel\Dispatcher\EndpointAddressMessageFilterTable.cs (1)
99public int Count
system\threading\Tasks\Parallel.cs (5)
23540, list.Count, parallelOptions, (i) => body(list[i]), null, null, null, null);
23590, list.Count, parallelOptions, null, (i, state) => bodyWithState(list[i], state), null, null, null);
23640, list.Count, parallelOptions, null, (i, state) => bodyWithStateAndIndex(list[i], state, i), null, null, null);
23690, list.Count, parallelOptions, null, null, (i, state, local) => bodyWithStateAndLocal(list[i], state, local), localInit, localFinally);
23740, list.Count, parallelOptions, null, null, (i, state, local) => bodyWithEverything(list[i], state, i, local), localInit, localFinally);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Metadata\ActivityArgumentHelper.cs (1)
71if (args.Errors.Count == 0)
System\Data\SqlClient\SqlGen\SqlFunctionCallHandler.cs (23)
452if (functionExpression.Arguments.Count == 2)
458Debug.Assert(functionExpression.Arguments.Count == 1, "FromText function should have text or text + srid arguments only");
479if (functionExpression.Arguments.Count == 2)
669Debug.Assert(!(isNiladicFunction && (0 < e.Arguments.Count)), "function attributed as NiladicFunction='true' in the provider manifest cannot have arguments");
670if (isNiladicFunction && e.Arguments.Count > 0)
799Debug.Assert(!isPropertyAccess || functionExpression.Arguments.Count == 1, "Property accessor instance functions should have only the single instance argument");
840Debug.Assert(e.Arguments.Count > 0 && e.Arguments.Count <= 2, "There should be 1 or 2 arguments for operator");
842if (e.Arguments.Count > 1)
863result.Append(e.Arguments[e.Arguments.Count - 1].Accept(sqlgen));
903Debug.Assert(e.Arguments.Count > 0, "e.Arguments.Count > 0");
938for (int i = 1; i < e.Arguments.Count; i++)
989Debug.Assert(e.Arguments.Count == 1, "Canonical datepart functions should have exactly one argument");
1108Debug.Assert(args.Count == (hasDatePart ? 3 : 0) + 3 + (hasTimeZonePart ? 1 : 0), "Invalid number of parameters for a date time creating function");
1402if (e.Arguments.Count == 1)
1412Debug.Assert(e.Arguments.Count <= 2, "Round or truncate should have at most 2 arguments");
1416if (e.Arguments.Count > 1)
1472Debug.Assert(e.Arguments.Count == 1, "Trim should have one argument");
1555Debug.Assert(args.Count == 2, "Contains should have two arguments");
1598Debug.Assert(args.Count == 2, "StartsWith should have two arguments");
1642Debug.Assert(args.Count == 2, "EndsWith should have two arguments");
1768for (int i = 0; i < e.Arguments.Count; i++)
1816for (int i = 0; i < e.Arguments.Count; i++)