38 references to Append
Aspire.Hosting.CodeGeneration.Python (9)
PythonModuleBuilder.cs (9)
99
output.
Append
(Enums);
112
output.
Append
(kvp.Value);
124
output.
Append
(DtoClasses);
134
output.
Append
(ExportedValues);
147
output.
Append
(kvp.Value);
161
output.
Append
(kvp.Value);
175
output.
Append
(ResourceOptions[kvp.Key]);
177
output.
Append
(kvp.Value);
189
output.
Append
(EntryPoints);
illink (2)
Linker\MethodReferenceExtensions.cs (2)
53
sb.
Append
(method.Parameters[i].ParameterType.GetDisplayNameWithoutNamespace()).Append(", ");
54
sb.
Append
(method.Parameters[method.Parameters.Count - 1].ParameterType.GetDisplayNameWithoutNamespace());
Microsoft.AspNetCore.Components.Testing (2)
Infrastructure\ServerInstance.cs (2)
358
sb.
Append
(_stdoutBuffer);
366
sb.
Append
(_stderrBuffer);
Microsoft.AspNetCore.Routing (1)
Tree\LinkGenerationDecisionTree.cs (1)
246
sb.
Append
(matchesSb);
Microsoft.Diagnostics.DataContractReader.Legacy (1)
TypeNameBuilder.cs (1)
735
TypeString.
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)
61
message.
Append
(DescribeCompositionStack(dependency, checking));
99
message.
Append
(DescribeCompositionStack(dependency, checking));
System.Data.Common (1)
src\runtime\src\libraries\Common\src\System\Data\Common\MultipartIdentifier.cs (1)
175
sb.
Append
(whitespaceSB);
System.Data.Odbc (1)
src\runtime\src\libraries\Common\src\System\Data\Common\MultipartIdentifier.cs (1)
175
sb.
Append
(whitespaceSB);
System.Data.OleDb (3)
OleDbMetaDataFactory.cs (2)
219
compositeSeparatorPattern.
Append
(patternEscaped);
225
compositeSeparatorPattern.
Append
(patternEscaped);
src\runtime\src\libraries\Common\src\System\Data\Common\MultipartIdentifier.cs (1)
175
sb.
Append
(whitespaceSB);
System.DirectoryServices (1)
Interop\AdsValueHelper2.cs (1)
155
strb.
Append
(binaryPart);
System.DirectoryServices.AccountManagement (1)
System\DirectoryServices\AccountManagement\AD\ADStoreCtx_LoadStore.cs (1)
630
ldapFilter.
Append
(innerLdapFilter);
System.Private.CoreLib (6)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\ManifestBuilder.cs (2)
514
sb?.
Append
(events);
520
sb?.
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)
255
EnsureCategories().
Append
(cc._categories);
System\Text\RegularExpressions\RegexPrefixAnalyzer.cs (4)
180
StringBuilder newSb = new StringBuilder().
Append
(results[existing]);
313
StringBuilder newSb = new StringBuilder().
Append
(results[existing]);
314
newSb.
Append
(suffix);
322
results[existing].
Append
(allBranchResults[0]);
System\Text\RegularExpressions\Symbolic\SymbolicRegexMatcher.Sample.cs (1)
128
latestCandidate.
Append
(inputSoFar);