25 references to Last
System.Activities.Presentation (5)
System.Activities.Presentation\System\Activities\Presentation\UndoEngine.cs (3)
134UndoUnit unitToUndo = undoBuffer.Last(); 149UndoUnit unitToRedo = redoBuffer.Last(); 311UndoUnit unitToUndo = this.containerUndoUnit.DoList.Last();
System.Activities.Presentation\System\Activities\Presentation\View\TreeView\TreeViewItemViewModel.cs (1)
565insertIndex = this.InternalChildren.IndexOf(tracker.ChildViewModels.Last()) + 1;
System.Activities.Presentation\System\Activities\Presentation\WorkflowItemsPresenter.cs (1)
549return index < this.Items.IndexOf(sortedModelItems[0]) || index > this.Items.IndexOf(sortedModelItems.Last()) + 1;
System.Core (5)
Microsoft\Scripting\Ast\BlockExpression.cs (2)
757return Block(expressionList.Last().Type, variables, expressionList); 778Expression last = expressionList.Last();
Microsoft\Scripting\Compiler\LambdaCompiler.Statements.cs (2)
484_ilg.EmitConstant(buckets[mid - 1].Last().Constant); 511_ilg.EmitConstant(bucket.Last().Constant);
System\Linq\ParallelEnumerable.cs (1)
5635return ExceptionAggregator.WrapEnumerable(childWithCancelChecks, settings.CancellationState).Last();
System.Data (5)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\UndoEngine.cs (3)
134UndoUnit unitToUndo = undoBuffer.Last(); 149UndoUnit unitToRedo = redoBuffer.Last(); 311UndoUnit unitToUndo = this.containerUndoUnit.DoList.Last();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\TreeView\TreeViewItemViewModel.cs (1)
565insertIndex = this.InternalChildren.IndexOf(tracker.ChildViewModels.Last()) + 1;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\WorkflowItemsPresenter.cs (1)
549return index < this.Items.IndexOf(sortedModelItems[0]) || index > this.Items.IndexOf(sortedModelItems.Last()) + 1;
System.Data.Entity (6)
System\Data\Mapping\StorageMappingItemCollection.cs (2)
664interestingMembers.AddRange(functionMappings.UpdateFunctionMapping.ParameterBindings.Select(p => p.MemberPath.Members.Last())); 686interestingMembers.Add(parameterBinding.MemberPath.Members.Last());
System\Data\Mapping\StorageMappingItemLoader.cs (2)
4307if (m_members.Last().BuiltInTypeKind == BuiltInTypeKind.AssociationEndMember) 4309AssociationEndMember targetEnd = (AssociationEndMember)m_members.Last();
System\Data\Mapping\ViewGeneration\Structures\MemberPath.cs (1)
266EdmMember member = m_path.Last();
System\Data\Metadata\MetadataWorkspace.cs (1)
143public static readonly double MaximumEdmVersionSupported = SupportedEdmVersions.Last();
System.Data.Services.Client (4)
System\Data\Services\Client\ALinq\PathBox.cs (3)
67StringBuilder basePath = projectionPaths.Last(); 109sb = expandPaths.Last(); 119sb = projectionPaths.Last();
System\Data\Services\Client\ALinq\ProjectionAnalyzer.cs (1)
83pb.PushParamExpression(e.Parameters.Last());