3 references to s_utf8NoBom
aspire (3)
Agents\Hooks\TelemetryHookInstaller.cs (3)
67
using var reader = new StreamReader(stream,
s_utf8NoBom
);
79
var existing = await File.ReadAllTextAsync(path,
s_utf8NoBom
, cancellationToken);
94
await File.WriteAllTextAsync(tempPath, content,
s_utf8NoBom
, cancellationToken);