10 references to ReadAllBytes
System (3)
compmod\microsoft\csharp\csharpcodeprovider.cs (2)
3461
assemblyBuff = File.
ReadAllBytes
(options.OutputAssembly);
3483
symbolsBuff = File.
ReadAllBytes
(symbFileName);
security\system\security\cryptography\cryptoapi.cs (1)
3620
pbData = File.
ReadAllBytes
((string)pvObject);
System.Web (2)
Configuration\RemoteWebConfigurationHostServer.cs (1)
53
buf = File.
ReadAllBytes
(fileName);
Util\HashCodeCombiner.cs (1)
139
byte[] fileContentBytes = File.
ReadAllBytes
(fileName);
System.Web.Extensions (4)
Compilation\WCFModel\DataSvcMapFileLoader.cs (2)
91
return File.
ReadAllBytes
(Path.Combine(Path.GetDirectoryName(_mapFilePath), name));
96
return File.
ReadAllBytes
(Path.Combine(Path.GetDirectoryName(_mapFilePath), name));
Compilation\WCFModel\SvcMapFileLoader.cs (2)
91
return File.
ReadAllBytes
(Path.Combine(Path.GetDirectoryName(_mapFilePath), name));
96
return File.
ReadAllBytes
(Path.Combine(Path.GetDirectoryName(_mapFilePath), name));
System.Workflow.ComponentModel (1)
AuthoringOM\Compiler\XomlCompiler.cs (1)
542
results.CompiledAssembly = Assembly.Load(File.
ReadAllBytes
(results.PathToAssembly));