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