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