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