1 write to Hash
Microsoft.CodeAnalysis (1)
CommitHashAttribute.cs (1)
15
Hash
= hash;
4 references to Hash
csc (1)
src\Compilers\Core\CommandLine\BuildProtocol.cs (1)
589
/// Reads the value of <see cref="CommitHashAttribute.
Hash
"/> of the assembly <see cref="BuildRequest"/> is defined in
Microsoft.CodeAnalysis (1)
CommandLine\CommonCompiler.cs (1)
187
var hash = type.Assembly.GetCustomAttribute<CommitHashAttribute>()?.
Hash
;
vbc (1)
src\Compilers\Core\CommandLine\BuildProtocol.cs (1)
589
/// Reads the value of <see cref="CommitHashAttribute.
Hash
"/> of the assembly <see cref="BuildRequest"/> is defined in
VBCSCompiler (1)
src\Compilers\Core\CommandLine\BuildProtocol.cs (1)
589
/// Reads the value of <see cref="CommitHashAttribute.
Hash
"/> of the assembly <see cref="BuildRequest"/> is defined in