Implemented interface member:
property
Count
System.Collections.Generic.ICollection<T>.Count
5 references to Count
System.Core (5)
Microsoft\Scripting\Ast\BlockExpression.cs (1)
807throw new ArgumentNullException(string.Format(System.Globalization.CultureInfo.CurrentCulture, "{0}[{1}]", collectionName, set.Count));
Microsoft\Scripting\Compiler\LabelInfo.cs (4)
102if (_definitions.Count > 0) { 123if (_definitions.Count == 1) { 166if (_definitions.Count > 1) { 205if (_references.Count > 0 && _definitions.Count == 0) {