269 implementations of Insert
dotnet-svcutil-lib (4)
GenerateDocumentationAndConfigFiles (5)
Metrics (5)
Metrics.Legacy (5)
Microsoft.Build.Framework (5)
Microsoft.CodeAnalysis (5)
Microsoft.CodeAnalysis.Analyzers (5)
Microsoft.CodeAnalysis.AnalyzerUtilities (5)
Microsoft.CodeAnalysis.BannedApiAnalyzers (5)
Microsoft.CodeAnalysis.CodeStyle (5)
Microsoft.CodeAnalysis.Collections.Package (5)
Microsoft.CodeAnalysis.Extensions.Package (5)
Microsoft.CodeAnalysis.InteractiveHost (5)
Microsoft.CodeAnalysis.PerformanceSensitiveAnalyzers (5)
Microsoft.CodeAnalysis.PublicApiAnalyzers (5)
Microsoft.CodeAnalysis.ResxSourceGenerator (5)
Microsoft.CodeAnalysis.Threading.Package (5)
Microsoft.CodeAnalysis.Workspaces (5)
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (5)
Microsoft.Maui.Controls (4)
Microsoft.VisualBasic.Core (1)
PresentationCore (49)
PresentationFramework (17)
Roslyn.Diagnostics.Analyzers (5)
System.CodeDom (1)
System.Collections (3)
System.Collections.Immutable (4)
System.Collections.NonGeneric (3)
System.Collections.Specialized (2)
System.ComponentModel.TypeConverter (4)
System.Data.Common (5)
System.Diagnostics.TraceSource (1)
System.DirectoryServices (1)
System.DirectoryServices.AccountManagement (1)
System.Linq.Expressions (1)
System.ObjectModel (2)
System.Private.CoreLib (8)
System.Private.Xml (2)
System.Security.Cryptography.Xml (3)
System.ServiceModel.Primitives (1)
System.Text.RegularExpressions (3)
System.Windows.Forms (38)
System.Windows.Forms.Design (3)
System.Windows.Forms.Primitives (1)
System.Windows.Forms.Tests (1)
System.Xaml.Tests (1)
Test.Utilities (5)
Text.Analyzers (5)
271 references to Insert
dotnet-svcutil-lib (36)
FrameworkFork\System.Web.Services\Services\Description\ServiceDescription.cs (13)
1594List.Insert(index, extension);
1890List.Insert(index, operationMessage);
2082List.Insert(index, import);
2164List.Insert(index, message);
2264List.Insert(index, port);
2364List.Insert(index, portType);
2464List.Insert(index, binding);
2564List.Insert(index, service);
2664List.Insert(index, messagePart);
2764List.Insert(index, bindingOperation);
2846List.Insert(index, bindingOperationFault);
2946List.Insert(index, operation);
3028List.Insert(index, operationFaultMessage);
GenerateDocumentationAndConfigFiles (2)
Metrics (2)
Metrics.Legacy (2)
Microsoft.AspNetCore.JsonPatch (1)
Microsoft.AspNetCore.JsonPatch.SystemTextJson (1)
Microsoft.Build.Framework (2)
Microsoft.CodeAnalysis (2)
Microsoft.CodeAnalysis.Analyzers (2)
Microsoft.CodeAnalysis.AnalyzerUtilities (2)
Microsoft.CodeAnalysis.BannedApiAnalyzers (2)
Microsoft.CodeAnalysis.CodeStyle (2)
Microsoft.CodeAnalysis.Collections.Package (2)
Microsoft.CodeAnalysis.Extensions.Package (2)
Microsoft.CodeAnalysis.InteractiveHost (2)
Microsoft.CodeAnalysis.PerformanceSensitiveAnalyzers (2)
Microsoft.CodeAnalysis.PublicApiAnalyzers (2)
Microsoft.CodeAnalysis.ResxSourceGenerator (2)
Microsoft.CodeAnalysis.Threading.Package (2)
Microsoft.CodeAnalysis.UnitTests (18)
Collections\List\IList.NonGeneric.Tests.cs (12)
128casted.Insert(0, CreateT(12));
739Assert.Throws(IList_NonGeneric_Item_InvalidIndex_ThrowType, () => list.Insert(-1, validAdd));
740Assert.Throws(IList_NonGeneric_Item_InvalidIndex_ThrowType, () => list.Insert(int.MinValue, validAdd));
753list.Insert(count, validAdd);
766Assert.Throws<NotSupportedException>(() => list.Insert(count / 2, CreateT(321432)));
779list.Insert(0, value);
793list.Insert(0, value);
808list.Insert(lastIndex, value);
823list.Insert(lastIndex, value);
837list.Insert(0, value);
838list.Insert(1, value);
854Assert.Throws<ArgumentException>(() => list.Insert(count / 2, value));
Microsoft.CodeAnalysis.Workspaces (2)
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (2)
Microsoft.Maui.Controls (3)
Microsoft.VisualBasic.Core (1)
PresentationFramework (13)
Roslyn.Diagnostics.Analyzers (2)
System.CodeDom (14)
System.ComponentModel.TypeConverter (1)
System.Data.Common (3)
System.Private.CoreLib (3)
System.Private.DataContractSerialization (1)
System.Private.Xml (5)
System.Windows.Forms (4)
System.Windows.Forms.Design (17)
System.Windows.Forms.Primitives (1)
System.Windows.Forms.Primitives.Tests (2)
System.Windows.Forms.Tests (105)
Test.Utilities (2)
Text.Analyzers (2)