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