1 instantiation of CommitHashAttribute
Microsoft.Build.Tasks.CodeAnalysis (1)
Microsoft.Build.Tasks.CodeAnalysis.AssemblyInfo.cs (1)
14
[assembly: Microsoft.CodeAnalysis.
CommitHashAttribute
("<developer build>")]
2 references to CommitHashAttribute
Microsoft.Build.Tasks.CodeAnalysis (2)
BuildProtocol.cs (2)
609
/// Reads the value of <see cref="
CommitHashAttribute
.Hash"/> of the assembly <see cref="BuildRequest"/> is defined in
614
var hashAttributes = typeof(BuildRequest).Assembly.GetCustomAttributes<
CommitHashAttribute
>();