9 references to LastOrDefault
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemExtensions.cs (1)
550child.GetParentEnumerator(p => { isParent = ModelItem.Equals(p, item); return !isParent; }).LastOrDefault();
System.Activities.Presentation\System\Activities\Presentation\View\VariableDesigner.xaml.cs (1)
947ModelItem result = element.GetParentEnumerator().Where(p => null != VariableHelper.GetVariableCollection(p)).LastOrDefault();
System.Core (1)
System\Linq\ParallelEnumerable.cs (1)
5719return ExceptionAggregator.WrapEnumerable(childWithCancelChecks, settings.CancellationState).LastOrDefault();
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemExtensions.cs (1)
550child.GetParentEnumerator(p => { isParent = ModelItem.Equals(p, item); return !isParent; }).LastOrDefault();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\VariableDesigner.xaml.cs (1)
947ModelItem result = element.GetParentEnumerator().Where(p => null != VariableHelper.GetVariableCollection(p)).LastOrDefault();
System.Data.Entity (1)
System\Data\Mapping\FunctionImportMapping.ReturnTypeRenameMapping.cs (1)
231FunctionImportReturnTypeStructuralTypeColumn isOfTypeColumn = _columnListForIsTypeOfType.Where(t => t.Type == typeForRename).LastOrDefault();
System.Data.Services.Client (2)
System\Data\Services\Client\MemberAssignmentAnalysis.cs (2)
350string message = Strings.ALinq_ProjectionMemberAssignmentMismatch(targetType.FullName, previous.LastOrDefault(), candidate.LastOrDefault());
System.Web (1)
UI\WebControls\ModelDataSourceView.cs (1)
563var lastParameter = method.GetParameters().LastOrDefault();