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