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