1 write to Hash
Replay (1)
src\Compilers\Core\Portable\CommitHashAttribute.cs (1)
15
Hash
= hash;
2 references to Hash
Replay (2)
src\Compilers\Core\CommandLine\BuildProtocol.cs (2)
589
/// Reads the value of <see cref="CommitHashAttribute.
Hash
"/> of the assembly <see cref="BuildRequest"/> is defined in
600
return hashAttributes.Single().
Hash
;