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