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