2 references to CommitHashAttribute
dotnet (2)
src\sdk\artifacts\.packages\microsoft.codeanalysis.buildclient\5.8.0-1.26268.104\contentFiles\cs\net11.0\BuildProtocol.cs (2)
591
/// Reads the value of <see cref="
CommitHashAttribute
.Hash"/> of the assembly <see cref="BuildRequest"/> is defined in
596
var hashAttributes = typeof(BuildRequest).Assembly.GetCustomAttributes<
CommitHashAttribute
>();