6 references to ReadAllText
System.Configuration (1)
System\Configuration\RSAProtectedConfigurationProvider.cs (1)
114rsa.FromXmlString(File.ReadAllText(xmlFileName));
System.Data.Entity.Design (1)
System\Data\Entity\Design\EntityCodeGenerator.cs (1)
423textWriter.GetOrCreateTextWriter().Write(File.ReadAllText(target));
System.Data.Services.Design (1)
System\Data\EntityModel\DataServiceBuildProvider.cs (1)
356return IO.File.ReadAllText(edmxFilePath);
System.Web (3)
Management\SqlServices.cs (3)
197string content = File.ReadAllText(fullpath); 393string content = File.ReadAllText(fullpath); 540content = File.ReadAllText(fullpath);