1 instantiation of CommitHashAttribute
Microsoft.Build.Tasks.CodeAnalysis (1)
artifacts\obj\Microsoft.Build.Tasks.CodeAnalysis\Release\net7.0\Microsoft.Build.Tasks.CodeAnalysis.AssemblyInfo.cs (1)
13[assembly: Microsoft.CodeAnalysis.CommitHashAttribute("<developer build>")]
2 references to CommitHashAttribute
Microsoft.Build.Tasks.CodeAnalysis (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 594var hashAttributes = typeof(BuildRequest).Assembly.GetCustomAttributes<CommitHashAttribute>();