5 references to Max
Aspire.Dashboard (1)
Otlp\Storage\TelemetryRepository.cs (1)
536
var maxDuration = pagedResults.TotalItemCount > 0 ? results.
Max
(r => r.Duration) : default;
Microsoft.CodeAnalysis (1)
CodeGen\StateMachineStateDebugInfo.cs (1)
67
var maxState = stateInfos.
Max
(info => info.StateNumber) + 1;
Microsoft.CodeAnalysis.EditorFeatures (1)
Interactive\SendToInteractiveSubmissionProvider.cs (1)
65
var selectedSpansEnd = selectedSpans.
Max
(span => span.End);
Microsoft.Maui.Controls (2)
LegacyLayouts\Grid.cs (2)
389
this.
Max
<View, int?>(w => GetRow(w) + GetRowSpan(w)) ?? 0,
394
this.
Max
<View, int?>(w => GetColumn(w) + GetColumnSpan(w)) ?? 0,