1 implementation of ReadAllText
Microsoft.DotNet.InternalAbstractions (1)
FileWrapper.cs (1)
13
public string
ReadAllText
(string path)
3 references to ReadAllText
dotnet (2)
ToolPackage\LocalToolsResolverCache.cs (1)
98
JsonSerializer.Deserialize(_fileSystem.File.
ReadAllText
(packageCacheFile), LocalToolsCacheJsonSerializerContext.Default.CacheRowArray);
ToolPackage\ToolPackageDownloaderBase.cs (1)
388
string existingJson = _fileSystem.File.
ReadAllText
(runtimeConfigFilePath);
Microsoft.DotNet.Configurer (1)
UserLevelCacheWriter.cs (1)
47
return _file.
ReadAllText
(cacheFilepath);