38 references to Append
Aspire.Hosting.CodeGeneration.Python (9)
PythonModuleBuilder.cs (9)
99output.Append(Enums); 112output.Append(kvp.Value); 124output.Append(DtoClasses); 134output.Append(ExportedValues); 147output.Append(kvp.Value); 161output.Append(kvp.Value); 175output.Append(ResourceOptions[kvp.Key]); 177output.Append(kvp.Value); 189output.Append(EntryPoints);
illink (2)
Microsoft.AspNetCore.Components.Testing (2)
Infrastructure\ServerInstance.cs (2)
358sb.Append(_stdoutBuffer); 366sb.Append(_stderrBuffer);
Microsoft.AspNetCore.Routing (1)
Tree\LinkGenerationDecisionTree.cs (1)
246sb.Append(matchesSb);
Microsoft.Diagnostics.DataContractReader.Legacy (1)
TypeNameBuilder.cs (1)
735TypeString.Append(name);
PresentationCore (1)
System\Windows\Media\GlyphsSerializer.cs (1)
219_indicesStringBuider.Append(_glyphStringBuider);
PresentationFramework (1)
System\Windows\Documents\XamlToRtfWriter.cs (1)
857_rtfBuilder.Append(documentNode.Content);
System.Composition.Hosting (2)
System\Composition\Hosting\Core\ExportDescriptorRegistryUpdate.cs (2)
61message.Append(DescribeCompositionStack(dependency, checking)); 99message.Append(DescribeCompositionStack(dependency, checking));
System.Data.Common (1)
src\runtime\src\libraries\Common\src\System\Data\Common\MultipartIdentifier.cs (1)
175sb.Append(whitespaceSB);
System.Data.Odbc (1)
src\runtime\src\libraries\Common\src\System\Data\Common\MultipartIdentifier.cs (1)
175sb.Append(whitespaceSB);
System.Data.OleDb (3)
OleDbMetaDataFactory.cs (2)
219compositeSeparatorPattern.Append(patternEscaped); 225compositeSeparatorPattern.Append(patternEscaped);
src\runtime\src\libraries\Common\src\System\Data\Common\MultipartIdentifier.cs (1)
175sb.Append(whitespaceSB);
System.DirectoryServices (1)
Interop\AdsValueHelper2.cs (1)
155strb.Append(binaryPart);
System.DirectoryServices.AccountManagement (1)
System\DirectoryServices\AccountManagement\AD\ADStoreCtx_LoadStore.cs (1)
630ldapFilter.Append(innerLdapFilter);
System.Private.CoreLib (6)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\ManifestBuilder.cs (2)
514sb?.Append(events); 520sb?.Append(templates);
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\StringWriter.cs (4)
153_sb.Append(value); 190_sb.Append(value); 244_sb.Append(value); 279_sb.Append(value);
System.Text.RegularExpressions (6)
System\Text\RegularExpressions\RegexCharClass.cs (1)
255EnsureCategories().Append(cc._categories);
System\Text\RegularExpressions\RegexPrefixAnalyzer.cs (4)
180StringBuilder newSb = new StringBuilder().Append(results[existing]); 313StringBuilder newSb = new StringBuilder().Append(results[existing]); 314newSb.Append(suffix); 322results[existing].Append(allBranchResults[0]);
System\Text\RegularExpressions\Symbolic\SymbolicRegexMatcher.Sample.cs (1)
128latestCandidate.Append(inputSoFar);