3 references to Max
Aspire.Dashboard (1)
Otlp\Storage\TelemetryRepository.cs (1)
555var maxDuration = pagedResults.TotalItemCount > 0 ? results.Max(r => r.Duration) : default;
Microsoft.CodeAnalysis (1)
CodeGen\StateMachineStateDebugInfo.cs (1)
67var maxState = stateInfos.Max(info => info.StateNumber) + 1;
Microsoft.CodeAnalysis.EditorFeatures (1)
Interactive\SendToInteractiveSubmissionProvider.cs (1)
65var selectedSpansEnd = selectedSpans.Max(span => span.End);