1 override of ReadAllBytes
Microsoft.CodeAnalysis (1)
CommandLine\CommonCompiler.LoggingStrongNameProvider.cs (1)
31internal override byte[] ReadAllBytes(string fullPath)
2 references to ReadAllBytes
Microsoft.CodeAnalysis (2)
CommandLine\CommonCompiler.LoggingStrongNameProvider.cs (1)
34return base.ReadAllBytes(fullPath);
StrongName\DesktopStrongNameProvider.cs (1)
82var fileContent = ImmutableArray.Create(FileSystem.ReadAllBytes(resolvedKeyFile));