3 references to Append
Microsoft.ML.Core (1)
Data\ReadOnlyMemoryUtils.cs (1)
252
sb.
Append
(valueChars, span.Length);
System.Text.Json.SourceGeneration (1)
src\libraries\Common\src\SourceGenerators\SourceWriter.cs (1)
118
builder.
Append
(ptr, span.Length);
System.Text.RegularExpressions.Generator (1)
Stubs.cs (1)
22
return stringBuilder.
Append
(ptr, span.Length);