3 references to ReadAllTextAsync
aspire (2)
Agents\Hooks\TelemetryHookInstaller.cs (1)
79
var existing = await File.
ReadAllTextAsync
(path, s_utf8NoBom, cancellationToken);
Telemetry\UnixMachineInformationProvider.cs (1)
113
var contents = await File.
ReadAllTextAsync
(path, Encoding.UTF8);
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\File.cs (1)
1112
=>
ReadAllTextAsync
(path, Encoding.UTF8, cancellationToken);