1 instantiation of CommitHashAttribute
Replay (1)
artifacts\obj\Replay\Release\net8.0\Replay.AssemblyInfo.cs (1)
13[assembly: Microsoft.CodeAnalysis.CommitHashAttribute("<developer build>")]
2 references to CommitHashAttribute
Replay (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>();