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