159 references to IndexOf
aspire (1)
Aspire.Cli.Tests (23)
DotNet\DotNetCliRunnerTests.cs (18)
555var addIndex = Array.IndexOf(args, "add");
556var packageIndex = Array.IndexOf(args, "package");
557var fileIndex = Array.IndexOf(args, "--file");
558var filePathIndex = Array.IndexOf(args, appHostFile.FullName);
559var packageNameIndex = Array.IndexOf(args, "Aspire.Hosting.Redis@9.2.0");
609var addIndex = Array.IndexOf(args, "add");
610var projectIndex = Array.IndexOf(args, projectFile.FullName);
611var packageIndex = Array.IndexOf(args, "package");
612var packageNameIndex = Array.IndexOf(args, "Aspire.Hosting.Redis");
613var versionFlagIndex = Array.IndexOf(args, "--version");
614var versionValueIndex = Array.IndexOf(args, "9.2.0");
668var addIndex = Array.IndexOf(args, "add");
669var projectIndex = Array.IndexOf(args, projectFile.FullName);
670var packageIndex = Array.IndexOf(args, "package");
671var packageNameIndex = Array.IndexOf(args, "Aspire.Hosting.Redis");
672var versionFlagIndex = Array.IndexOf(args, "--version");
673var versionValueIndex = Array.IndexOf(args, "9.2.0");
674var noRestoreIndex = Array.IndexOf(args, "--no-restore");
Aspire.Hosting.Maui (1)
CodeGenerator (1)
dotnet-svcutil.xmlserializer (1)
dotnet-svcutil-lib (3)
GenerateDocumentationAndConfigFiles (2)
illink (3)
Interop.FunctionalTests (1)
Metrics (1)
Metrics.Legacy (1)
Microsoft.AspNetCore.Routing.Microbenchmarks (1)
Microsoft.AspNetCore.Routing.Tests (1)
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (1)
Microsoft.Build.Framework (2)
Microsoft.Build.Tasks.CodeAnalysis (1)
Microsoft.Build.Tasks.CodeAnalysis.Sdk (1)
Microsoft.CodeAnalysis (1)
Microsoft.CodeAnalysis.Analyzers (2)
Microsoft.CodeAnalysis.AnalyzerUtilities (1)
Microsoft.CodeAnalysis.BannedApiAnalyzers (2)
Microsoft.CodeAnalysis.CodeStyle (1)
Microsoft.CodeAnalysis.CodeStyle.Fixes (1)
Microsoft.CodeAnalysis.CSharp.CommandLine.UnitTests (2)
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
Microsoft.CodeAnalysis.CSharp.Scripting.UnitTests (2)
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (1)
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (1)
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider (1)
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (1)
Microsoft.CodeAnalysis.Features (1)
Microsoft.CodeAnalysis.PerformanceSensitiveAnalyzers (2)
Microsoft.CodeAnalysis.PublicApiAnalyzers (1)
Microsoft.CodeAnalysis.ResxSourceGenerator (1)
Microsoft.CodeAnalysis.Workspaces (2)
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (1)
Microsoft.DotNet.Build.Tasks.Installers (1)
Microsoft.Extensions.FileProviders.Embedded (2)
Microsoft.Extensions.ServiceDiscovery (2)
Microsoft.Interop.LibraryImportGenerator (1)
Microsoft.Interop.SourceGeneration (1)
Microsoft.Maui (1)
Microsoft.Maui.Controls (2)
Microsoft.Maui.Controls.SourceGen (1)
Microsoft.ML.FastTree (4)
Microsoft.ML.Samples.OneDal (3)
Microsoft.ML.SearchSpace (1)
Microsoft.ML.TensorFlow.Tests (4)
Microsoft.VisualStudio.LanguageServices (2)
Microsoft.VisualStudio.LanguageServices.Implementation (1)
PresentationCore (9)
PresentationFramework (1)
Roslyn.Diagnostics.Analyzers (2)
System.ComponentModel.TypeConverter (1)
System.Diagnostics.DiagnosticSource (2)
System.Diagnostics.Process (1)
System.IO.FileSystem.Watcher (2)
System.IO.Packaging (3)
System.Net.Http (1)
System.Net.Security (1)
System.Net.WebProxy (1)
System.Private.CoreLib (12)
System.Private.Xml (1)
System.Reflection.Metadata (1)
System.Security.Cryptography (4)
System.Security.Cryptography.Pkcs (4)
System.Threading.Tasks.Dataflow (2)
System.Windows.Forms (6)
System.Windows.Forms.Design (3)
Test.Utilities (1)
Text.Analyzers (2)
UIAutomationClientSideProviders (3)