2 implementations of ReadAllText
Microsoft.TemplateEngine.Utils (2)
InMemoryFileSystem.cs (1)
522public string ReadAllText(string path)
PhysicalFileSystem.cs (1)
54public string ReadAllText(string path)
3 references to ReadAllText
Microsoft.TemplateEngine.Cli (1)
PostActionProcessors\AddJsonPropertyPostActionProcessor.cs (1)
175var fileContent = fileSystem.ReadAllText(targetJsonFile);
Microsoft.TemplateSearch.Common (2)
Providers\NuGetMetadataSearchProvider.cs (1)
181string etagValue = _environmentSettings.Host.FileSystem.ReadAllText(etagFileLocation);
TemplateDiscoveryMetadata\LegacySearchCacheReader.cs (1)
59string cacheText = environmentSettings.Host.FileSystem.ReadAllText(pathToConfig);