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