180 references to Append
Aspire.Hosting (2)
ApplicationModel\CommandsConfigurationExtensions.cs (2)
510.Append(MaxBuildOutputLineCount) 512.Append(_droppedLineCount)
Aspire.Hosting.RemoteHost (1)
AtsCapabilityScanner.cs (1)
3827builder.Append(method.GetGenericArguments().Length);
dotnet-svcutil-lib (8)
FrameworkFork\Microsoft.Xml\Xml\Cache\XPathNodeInfoAtom.cs (6)
318bldr.Append(GetHashCode()); 340bldr.Append(_pageParent[0].PageInfo.PageNumber); 347bldr.Append(_pageSibling[0].PageInfo.PageNumber); 354bldr.Append(_pageSimilar[0].PageInfo.PageNumber); 359bldr.Append(_lineNumBase); 363bldr.Append(_linePosBase);
FrameworkFork\Microsoft.Xml\Xml\XPath\XPathNodeIterator.cs (1)
119sb.Append(_nodeIterator.CurrentPosition);
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\DataContract.cs (1)
1695localName.Append("{").Append(i).Append("}");
ILCompiler.Compiler (8)
Compiler\DependencyAnalysis\CallingConventionConverterKey.cs (1)
17nameBuilder.Append(signature.GenericParameterCount);
Compiler\Logging\DocumentationSignatureGenerator.PartVisitor.cs (3)
142builder.Append(genericParameter.Index); 145public override void AppendName(StringBuilder builder, SignatureMethodVariable type) => builder.Append("``").Append(type.Index); 146public override void AppendName(StringBuilder builder, SignatureTypeVariable type) => builder.Append('`').Append(type.Index);
Compiler\Logging\DocumentationSignatureParser.cs (1)
266nameBuilder.Append(arity);
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\TypeString.cs (2)
33sb.Append(type.Index); 39sb.Append(type.Index);
src\runtime\src\coreclr\tools\Common\Compiler\ProcessLinkerXmlBase.cs (1)
540sb.Append(meth.Instantiation.Length);
ILCompiler.ReadyToRun (6)
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\TypeString.cs (2)
33sb.Append(type.Index); 39sb.Append(type.Index);
src\runtime\src\coreclr\tools\Common\Compiler\ProcessLinkerXmlBase.cs (1)
540sb.Append(meth.Instantiation.Length);
src\runtime\src\coreclr\tools\Common\JitInterface\WasmLowering.cs (3)
622sigBuilder.Append(returnSize); 721sigBuilder.Append(slotCount); 733sigBuilder.Append(paramSize);
ILCompiler.RyuJit (3)
src\runtime\src\coreclr\tools\Common\JitInterface\WasmLowering.cs (3)
622sigBuilder.Append(returnSize); 721sigBuilder.Append(slotCount); 733sigBuilder.Append(paramSize);
ILCompiler.TypeSystem (3)
src\runtime\src\coreclr\tools\Common\TypeSystem\IL\MethodILDebugView.cs (3)
61sb.Append(disasm.CodeSize); 64sb.Append(_methodIL.MaxStack); 88sb.Append(i);
illink (7)
Microsoft.AspNetCore.Components.Endpoints (1)
Rendering\Buffering\TextChunk.cs (1)
69tempBuffer.Append(_intValue);
Microsoft.AspNetCore.Components.WebAssembly (1)
Services\WebAssemblyConsoleLogger.cs (1)
113logBuilder.Append(eventId);
Microsoft.AspNetCore.Http (2)
src\aspnetcore\src\Shared\Debugger\HttpContextDebugFormatter.cs (2)
16sb.Append(response.StatusCode); 73sb.Append(context.Response.StatusCode);
Microsoft.AspNetCore.Http.Abstractions (2)
src\aspnetcore\src\Shared\Debugger\HttpContextDebugFormatter.cs (2)
16sb.Append(response.StatusCode); 73sb.Append(context.Response.StatusCode);
Microsoft.AspNetCore.Routing (7)
EndpointDataSource.cs (1)
121sb.Append(routeEndpoint.Order);
Matching\DfaNode.cs (2)
118builder.Append(PathDepth); 120builder.Append(Matches?.Count ?? 0);
Matching\DictionaryJumpTable.cs (2)
53builder.Append(_defaultDestination); 57builder.Append(_defaultDestination);
Matching\LinearSearchJumpTable.cs (2)
54builder.Append(_defaultDestination); 58builder.Append(_defaultDestination);
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Middleware\Internal\LoggingStream.cs (1)
160builder.Append(buffer.Length);
Microsoft.Build (1)
Logging\TerminalLogger\Terminal.cs (1)
192.Append((int)color)
Microsoft.Build.NuGetSdkResolver (1)
src\nuget-client\build\Shared\SharedExtensions.cs (1)
68/// <see cref="StringBuilder.Append(int)"/> directly causes an allocation by first converting the
Microsoft.CodeAnalysis.CodeStyle (1)
src\roslyn\src\Analyzers\Core\Analyzers\Helpers\DiagnosticHelper.cs (1)
232sb.Append(index);
Microsoft.CodeAnalysis.Features (1)
src\roslyn\src\Analyzers\Core\Analyzers\Helpers\DiagnosticHelper.cs (1)
232sb.Append(index);
Microsoft.CodeAnalysis.Razor.Compiler (1)
CSharp\DefaultUtf8WriteLiteralFeature.cs (1)
164sb.Append("namespace __Utf8Probe_").Append(i).AppendLine(" {");
Microsoft.Extensions.Logging.EventLog (1)
EventLogLogger.cs (1)
95.Append(eventId.Id)
Microsoft.ML.Data (5)
Data\Conversion.cs (1)
917public void Convert(in I4 src, ref SB dst) { ClearDst(ref dst); dst.Append(src); }
DataLoadSave\Text\TextLoader.cs (1)
410sb.Append(Min);
Transforms\InvertHashUtils.cs (1)
84dst.Append(pair.Key);
Transforms\KeyToVector.cs (1)
410sb.Append('[').Append(kvpSlot.Key).Append(']');
Transforms\SlotsDroppingTransformer.cs (1)
173sb.Append(Min);
Microsoft.ML.DataView (2)
VectorType.cs (2)
163sb.Append(", ").Append(Size); 171sb.Append(dim);
Microsoft.ML.Predictor.Tests (3)
CmdLine\CmdLine.cs (3)
216sb.Append("required=").Append(required); 217sb.Append(" once=").Append(once); 218sb.Append(" last=").Append(last);
Microsoft.ML.Transforms (2)
KeyToVectorMapping.cs (1)
320sb.Append('[').Append(kvpSlot.Key).Append(']');
MissingValueIndicatorTransform.cs (1)
220sb.Append('[').Append(slot / 2).Append(']');
Microsoft.TestPlatform.AdapterUtilities (2)
ManagedNameUtilities\ManagedNameHelper.Reflection.cs (2)
193methodBuilder.Append(arity); 364b.Append(type.GenericParameterPosition);
Microsoft.VisualStudio.TestPlatform.ObjectModel (8)
Nuget.Frameworks\FrameworkNameProvider.cs (8)
238sb.Append(major); 240sb.Append('.').Append(minor); 242sb.Append('.').Append(build); 244sb.Append('.').Append(revision); 248sb.Append(major); 250sb.Append(minor); 252sb.Append(build); 254sb.Append(revision);
Mono.Cecil.Rocks (5)
Mono.Cecil.Rocks\DocCommentId.cs (5)
50 id.Append (method.GenericParameters.Count); 110 id.Append (((GenericParameter)type).Position); 114 id.Append (((GenericParameter)type).Position); 193 id.Append (dimension.LowerBound.Value); 198 id.Append (dimension.UpperBound.Value - (dimension.LowerBound.GetValueOrDefault () + 1));
NuGet.Build.Tasks (1)
src\nuget-client\build\Shared\SharedExtensions.cs (1)
68/// <see cref="StringBuilder.Append(int)"/> directly causes an allocation by first converting the
NuGet.CommandLine.XPlat (1)
src\nuget-client\build\Shared\SharedExtensions.cs (1)
68/// <see cref="StringBuilder.Append(int)"/> directly causes an allocation by first converting the
NuGet.Commands (1)
src\nuget-client\build\Shared\SharedExtensions.cs (1)
68/// <see cref="StringBuilder.Append(int)"/> directly causes an allocation by first converting the
NuGet.DependencyResolver.Core (1)
src\nuget-client\build\Shared\SharedExtensions.cs (1)
68/// <see cref="StringBuilder.Append(int)"/> directly causes an allocation by first converting the
NuGet.Frameworks (1)
src\nuget-client\build\Shared\SharedExtensions.cs (1)
68/// <see cref="StringBuilder.Append(int)"/> directly causes an allocation by first converting the
NuGet.PackageManagement (1)
src\nuget-client\build\Shared\SharedExtensions.cs (1)
68/// <see cref="StringBuilder.Append(int)"/> directly causes an allocation by first converting the
NuGet.Packaging (1)
src\nuget-client\build\Shared\SharedExtensions.cs (1)
68/// <see cref="StringBuilder.Append(int)"/> directly causes an allocation by first converting the
NuGet.Versioning (1)
src\nuget-client\build\Shared\SharedExtensions.cs (1)
68/// <see cref="StringBuilder.Append(int)"/> directly causes an allocation by first converting the
PresentationBuildTasks (3)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (1)
1455sb.Append(_typeArgsList.Length);
MS\Internal\Tasks\CompilerState.cs (2)
219sb.Append(iCount); 220sb.Append(iHashCode);
PresentationCore (6)
MS\Internal\IListConverters.cs (1)
204builder.Append((list[i] ? 1 : 0));
System\Windows\Media\Animation\Clock.cs (3)
4180builder.Append(_debugIdentity); 4316builder.Append(depth); 4319builder.Append(_debugIdentity);
System\Windows\Media\Animation\Timeline.cs (2)
970builder.Append(_debugIdentity); 1071builder.Append(_debugIdentity);
PresentationFramework (4)
MS\Internal\Data\RBNode.cs (3)
779sb.Append(node.LeftSize); 781sb.Append(node.Size); 785sb.Append(AsInt(node.GetItemAt(k)));
MS\Internal\Data\RBTree.cs (1)
645sb.Append(LeftSize);
System.ComponentModel.Composition (1)
System\ComponentModel\Composition\ContractNameServices.cs (1)
281typeName.Append(genericTypeArgument.GenericParameterPosition);
System.Data.Common (1)
System\Data\xmlsaver.cs (1)
311builder.Append('_').Append(nameInt);
System.DirectoryServices (16)
Interop\AdsValueHelper2.cs (1)
153strb.Append(binaryPart.Length);
System\DirectoryServices\ActiveDirectory\ActiveDirectorySchema.cs (1)
348str.Append((int)SearchFlags.IsIndexed);
System\DirectoryServices\ActiveDirectory\ApplicationPartition.cs (2)
218str.Append((int)SystemFlag.SystemFlagNtdsNC); 222str.Append((int)SystemFlag.SystemFlagNtdsDomain);
System\DirectoryServices\ActiveDirectory\ConfigSet.cs (2)
678str.Append((int)SystemFlag.SystemFlagNtdsNC); 682str.Append((int)SystemFlag.SystemFlagNtdsDomain);
System\DirectoryServices\ActiveDirectory\Domain.cs (4)
1097str.Append((int)SystemFlag.SystemFlagNtdsNC); 1101str.Append((int)SystemFlag.SystemFlagNtdsDomain); 1189str.Append((int)SystemFlag.SystemFlagNtdsNC); 1193str.Append((int)SystemFlag.SystemFlagNtdsDomain);
System\DirectoryServices\ActiveDirectory\Forest.cs (4)
939str.Append((int)SystemFlag.SystemFlagNtdsNC); 943str.Append((int)SystemFlag.SystemFlagNtdsDomain); 1006str.Append((int)SystemFlag.SystemFlagNtdsNC); 1010str.Append((int)SystemFlag.SystemFlagNtdsDomain);
System\DirectoryServices\ActiveDirectory\Utils.cs (2)
781str.Append((int)SystemFlag.SystemFlagNtdsNC); 785str.Append((int)SystemFlag.SystemFlagNtdsDomain);
System.DirectoryServices.Protocols (1)
System\DirectoryServices\Protocols\ldap\LdapConnection.Linux.cs (1)
66temp.Append(directoryIdentifier.PortNumber);
System.Linq.Expressions (5)
System\Dynamic\Utils\DelegateHelpers.cs (1)
212thunkName.Append(thunkIndex);
System\Linq\Expressions\Compiler\AssemblyGen.cs (1)
51sb.Append(index);
System\Linq\Expressions\Interpreter\LightLambda.cs (3)
136sb.Append(" .locals ").Append(_interpreter.LocalCount).AppendLine(); 137sb.Append(" .maxstack ").Append(_interpreter.Instructions.MaxStackDepth).AppendLine(); 138sb.Append(" .maxcontinuation ").Append(_interpreter.Instructions.MaxContinuationDepth).AppendLine();
System.Net.Http (4)
System\Net\Http\Headers\CacheControlHeaderValue.cs (4)
227sb.Append(maxAge); 244sb.Append(sharedMaxAge); 263sb.Append(maxStaleLimit); 281sb.Append(minFresh);
System.Net.Mail (5)
System\Net\Mail\MailBnfHelper.cs (5)
253localBuilder.Append(value.Day); 257localBuilder.Append(value.Year); 263localBuilder.Append(value.Hour); 269localBuilder.Append(value.Minute); 275localBuilder.Append(value.Second);
System.Net.Ping (3)
src\runtime\src\libraries\Common\src\System\Net\NetworkInformation\UnixCommandLinePing.cs (3)
134sb.Append(timeout); 165sb.Append(ttl); 196sb.Append(packetSize);
System.Net.Primitives (1)
System\Net\CookieContainer.cs (1)
213uriSb.Append(':').Append(cookie.PortList[0]);
System.Net.Requests (2)
System\Net\FtpControlStream.cs (2)
824sb.Append(Port / 256); 826sb.Append(Port % 256);
System.Private.CoreLib (13)
src\runtime\src\libraries\Common\src\System\Number.NumberBuffer.cs (2)
114sb.Append(", Length = ").Append(DigitsCount); 115sb.Append(", Scale = ").Append(Scale);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Diagnostics\StackFrame.cs (3)
244sb.Append(_nativeOffset); 249sb.Append(_lineNumber); 251sb.Append(_columnNumber);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\ManifestBuilder.cs (5)
201events?.Append(" <event value=\"").Append(eventAttribute.EventId). 395sb?.Append(" value=\"").Append(channel).Append('"'); 414sb?.Append(" value=\"").Append(task).AppendLine("\"/>"); 491sb?.Append(" value=\"").Append(opcode).AppendLine("\"/>"); 859stringBuilder.Append('%').Append(manIndex);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\TypeNameBuilder.cs (1)
102_str.Append('[').Append(rank).Append(']');
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Versioning\VersioningHelper.cs (2)
53safeName.Append(Environment.ProcessId); 66safeName.Append(AppDomain.CurrentDomain.Id);
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\DataContract.cs (1)
1517localName.Append('{').Append(i).Append('}');
System.Private.Xml (6)
System\Xml\Cache\XPathNodeInfoAtom.cs (6)
326bldr.Append(GetHashCode()); 350bldr.Append(_pageParent[0].PageInfo!.PageNumber); 357bldr.Append(_pageSibling[0].PageInfo!.PageNumber); 364bldr.Append(_pageSimilar[0].PageInfo!.PageNumber); 369bldr.Append(_lineNumBase); 373bldr.Append(_linePosBase);
System.Reflection.Emit (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\TypeNameBuilder.cs (1)
102_str.Append('[').Append(rank).Append(']');
System.Runtime.Numerics (2)
src\runtime\src\libraries\Common\src\System\Number.NumberBuffer.cs (2)
114sb.Append(", Length = ").Append(DigitsCount); 115sb.Append(", Scale = ").Append(Scale);
System.Security.Cryptography (3)
System\Security\Cryptography\X509Certificates\CertificatePal.Windows.cs (1)
439sb.AppendLine().Append(" Provider type: ").Append(cspKeyContainerInfo.ProviderType);
System\Security\Cryptography\X509Certificates\X509Certificate2.cs (2)
447sb.Append(Version); 584sb.Append(pubRsa.KeySize);
System.Speech (1)
Recognition\SrgsGrammar\SrgsOneOf.cs (1)
96sb.Append(_items.Count);
System.Text.Json (1)
System\Text\Json\Serialization\ReadStack.cs (1)
307sb.Append(GetCount(enumerable));
System.Text.RegularExpressions (7)
System\Text\RegularExpressions\RegexInterpreterCode.cs (5)
182sb.Append(Indent()).Append("index = ").Append(Codes[opcodeOffset + 1]); 186sb.Append(Indent()).Append("index = ").Append(Codes[opcodeOffset + 1]); 189sb.Append(", unindex = ").Append(Codes[opcodeOffset + 2]); 195sb.Append(Indent()).Append("value = ").Append(Codes[opcodeOffset + 1]); 204sb.Append(Indent()).Append("addr = ").Append(Codes[opcodeOffset + 1]);
System\Text\RegularExpressions\Symbolic\SymbolicRegexNode.cs (2)
1737sb.Append(_lower); 1745sb.Append(_upper);