18 references to Append
aspire (10)
Documentation\ApiDocs\ApiMemberMarkdownParser.cs (1)
206
xxHash.
Append
(Encoding.UTF8.GetBytes(anchor));
Documentation\SourceContentFingerprint.cs (1)
44
xxHash.
Append
(Encoding.UTF8.GetBytes(content));
Projects\AppHostServerClosureSnapshots.cs (2)
254
hash.
Append
(Encoding.UTF8.GetBytes(value));
278
hash.
Append
(Encoding.UTF8.GetBytes(value));
Projects\PrebuiltAppHostServer.cs (5)
368
hash.
Append
(Encoding.UTF8.GetBytes(projectContent));
411
hash.
Append
(Encoding.UTF8.GetBytes(projectPath));
419
hash.
Append
(projectBytes);
429
hash.
Append
(Encoding.UTF8.GetBytes(importPath));
432
hash.
Append
(importBytes);
src\Shared\BackchannelConstants.cs (1)
682
xxHash.
Append
(Encoding.UTF8.GetBytes(value));
Aspire.Dashboard (1)
Otlp\Storage\SqliteTelemetryRepository.Metrics.Writes.cs (1)
589
hash.
Append
(valueBytes);
Aspire.Hosting (5)
ApplicationModel\ReferenceExpression.cs (4)
285
xxHash.
Append
(Encoding.UTF8.GetBytes(conditionExpr));
286
xxHash.
Append
(Encoding.UTF8.GetBytes(whenTrue.ValueExpression));
287
xxHash.
Append
(Encoding.UTF8.GetBytes(whenFalse.ValueExpression));
288
xxHash.
Append
(Encoding.UTF8.GetBytes(matchValue));
src\Shared\BackchannelConstants.cs (1)
682
xxHash.
Append
(Encoding.UTF8.GetBytes(value));
Aspire.Hosting.Yarp (1)
ConfigurationBuilder\IYarpConfigurationBuilder.cs (1)
293
xxHash.
Append
(Encoding.UTF8.GetBytes($"{path}\n{destination}"));
sdk-tasks (1)
Utils\FileHasher.cs (1)
28
xxHash.
Append
(buffer[..bytesRead]);