2 references to CommitHashAttribute
Microsoft.CodeAnalysis.BuildClient.Package (2)
src\roslyn\src\Compilers\Shared\BuildProtocol.cs (2)
658
/// Reads the value of <see cref="
CommitHashAttribute
.Hash"/> of the assembly <see cref="BuildRequest"/> is defined in
663
var hashAttributes = typeof(BuildRequest).Assembly.GetCustomAttributes<
CommitHashAttribute
>();