7 instantiations of CommitHashAttribute
csc (1)
csc.AssemblyInfo.cs (1)
14[assembly: Microsoft.CodeAnalysis.CommitHashAttribute("<developer build>")]
Microsoft.CodeAnalysis.CSharp (1)
Microsoft.CodeAnalysis.CSharp.AssemblyInfo.cs (1)
14[assembly: Microsoft.CodeAnalysis.CommitHashAttribute("<developer build>")]
Microsoft.CodeAnalysis.CSharp.CommandLine.UnitTests (1)
Microsoft.CodeAnalysis.CSharp.CommandLine.UnitTests.AssemblyInfo.cs (1)
14[assembly: Microsoft.CodeAnalysis.CommitHashAttribute("<developer build>")]
Microsoft.CodeAnalysis.VisualBasic (1)
Microsoft.CodeAnalysis.VisualBasic.AssemblyInfo.vb (1)
16<Assembly: Microsoft.CodeAnalysis.CommitHashAttribute("<developer build>"), _
Microsoft.CodeAnalysis.VisualBasic.CommandLine.UnitTests (1)
Microsoft.CodeAnalysis.VisualBasic.CommandLine.UnitTests.AssemblyInfo.vb (1)
16<Assembly: Microsoft.CodeAnalysis.CommitHashAttribute("<developer build>"), _
vbc (1)
vbc-arm64.AssemblyInfo.cs (1)
14[assembly: Microsoft.CodeAnalysis.CommitHashAttribute("<developer build>")]
VBCSCompiler (1)
VBCSCompiler.AssemblyInfo.cs (1)
14[assembly: Microsoft.CodeAnalysis.CommitHashAttribute("<developer build>")]
7 references to CommitHashAttribute
csc (2)
BuildProtocol.cs (2)
609/// Reads the value of <see cref="CommitHashAttribute.Hash"/> of the assembly <see cref="BuildRequest"/> is defined in 614var hashAttributes = typeof(BuildRequest).Assembly.GetCustomAttributes<CommitHashAttribute>();
Microsoft.CodeAnalysis (1)
CommandLine\CommonCompiler.cs (1)
184var hash = type.Assembly.GetCustomAttribute<CommitHashAttribute>()?.Hash;
vbc (2)
BuildProtocol.cs (2)
609/// Reads the value of <see cref="CommitHashAttribute.Hash"/> of the assembly <see cref="BuildRequest"/> is defined in 614var hashAttributes = typeof(BuildRequest).Assembly.GetCustomAttributes<CommitHashAttribute>();
VBCSCompiler (2)
BuildProtocol.cs (2)
609/// Reads the value of <see cref="CommitHashAttribute.Hash"/> of the assembly <see cref="BuildRequest"/> is defined in 614var hashAttributes = typeof(BuildRequest).Assembly.GetCustomAttributes<CommitHashAttribute>();