36 references to Insert
dotnet-svcutil-lib (1)
Shared\FrameworkInfo.cs (1)
62sb.Insert(j, '.');
illink (10)
Microsoft.AspNetCore.Mvc.Core (2)
Routing\UrlHelperBase.cs (2)
139builder.Insert(0, '/'); 201builder.Insert(0, '/');
Microsoft.AspNetCore.Mvc.Localization (1)
ViewLocalizer.cs (1)
106builder.Insert(0, '.');
Microsoft.AspNetCore.Mvc.ViewFeatures (3)
ExpressionHelper.cs (3)
174builder.Insert(0, '.'); 230builder.Insert(0, ']'); 232builder.Insert(0, '[');
Microsoft.AspNetCore.Routing (3)
UriBuildingContext.cs (3)
234_path.Insert(0, '/'); 250_path.Insert(0, '/'); 274_query.Insert(0, '?');
Microsoft.Build.Tasks.CodeAnalysis (1)
Vbc.cs (1)
775finalDefineConstants.Insert(0, '"');
Microsoft.Build.Tasks.Core (3)
CreateCSharpManifestResourceName.cs (1)
218manifestName.Insert(0, Path.DirectorySeparatorChar);
CreateVisualBasicManifestResourceName.cs (1)
200manifestName.Insert(0, Path.DirectorySeparatorChar);
ParserState.cs (1)
106fullClass.Insert(0, '.');
PresentationFramework (1)
System\Windows\Controls\DataGridClipboardHelper.cs (1)
27sb.Insert(length, '"');
System.CodeDom (1)
Microsoft\CSharp\CSharpCodeGenerator.cs (1)
164b.Insert(0, '(');
System.Data.Common (3)
System\Data\xmlsaver.cs (3)
2056encodedName.Insert(0, '@'); 2124encodedName.Insert(0, '@'); 2208encodedName.Insert(0, '@');
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\DataContract.cs (1)
1631argNamespacesBuilder.Insert(0, count.ToString(CultureInfo.InvariantCulture)).Insert(0, ' ');
System.Private.Xml (1)
System\Xml\Schema\FacetChecker.cs (1)
364_regStr.Insert(0, '(');
System.ServiceModel.Syndication (2)
System\ServiceModel\Syndication\DateTimeHelper.cs (2)
141result.Insert(1, '0'); 143result.Insert(3, ':');
System.Windows.Forms (3)
System\Windows\Forms\Controls\DataGridView\DataGridViewCell.cs (1)
1373sb.Insert(insertionPoint, '"');
System\Windows\Forms\Controls\DataGridView\DataGridViewColumnHeaderCell.cs (1)
185stringBuilder.Insert(insertionPoint, '"');
System\Windows\Forms\Controls\DataGridView\DataGridViewRowHeaderCell.cs (1)
157stringBuilder.Insert(insertionPoint, '"');