5 references to Count
System.Activities.Core.Presentation (2)
System\ServiceModel\Activities\Presentation\BindingEditor.xaml.cs (1)
116
if (editor.bindingElements.
Count
(where) > 1)
System\ServiceModel\Activities\Presentation\CorrelationDataDesigner.xaml.cs (1)
159
int entryCount = this.CorrelationInitializeData.
Count
(entry => entry.Key == newKey);
System.Data.Entity (1)
System\Data\Mapping\ViewGeneration\Structures\ScalarRestriction.cs (1)
269
Debug.Assert(this.Domain.Values.
Count
(c => c is NegatedConstant) <= 1, "Multiple negated constants?");
System.Data.Linq (1)
ChangeConflicts.cs (1)
365
int nResolved = this.memberConflicts.AsEnumerable().
Count
(m => m.IsResolved);
System.Web (1)
Security\MembershipPasswordAttribute.cs (1)
185
int nonAlphanumericCharacters = valueAsString.
Count
(c => !Char.IsLetterOrDigit(c));