4 references to CommitHashAttribute
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)
187var 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