5 references to Min
Aspire.Hosting.Azure.AppContainers (1)
ContainerAppContext.cs (1)
164Index = g.Min(x => x.index)
Infrastructure.Tests (1)
WorkflowScripts\SelectTestsCommentScriptTests.cs (1)
289var minIndent = body.Where(l => l.Length > 0).Min(IndentOf);
Microsoft.CodeAnalysis (1)
Emit\EditAndContinueMethodDebugInformation.cs (1)
372int syntaxOffsetBaseline = Math.Min(StateMachineStates.Min(state => state.SyntaxOffset), 0);
Microsoft.CodeAnalysis.CSharp.Features (1)
IntroduceVariable\CSharpIntroduceVariableService_IntroduceLocal.cs (1)
471var earliestLocalFunctionCall = localFunctionCalls.Min(node => node.SpanStart);
Microsoft.CodeAnalysis.Features (1)
Snippets\RoslynLSPSnippetConverter.cs (1)
133startPosition = Math.Min(startPosition, placeholders.Min(placeholder => placeholder.StartingPositions.Min()));