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