3 references to AssemblyInformation
Microsoft.Build.Tasks.Core (2)
AssemblyDependency\AssemblyInformation.cs (1)
227
using (var import = new
AssemblyInformation
(path))
AssemblyDependency\AssemblyMetadata.cs (1)
26
using (var import = new
AssemblyInformation
(path))
Microsoft.Build.Tasks.UnitTests (1)
AssemblyDependency\SuggestedRedirects.cs (1)
472
using (var info = new
AssemblyInformation
(Assembly.GetExecutingAssembly().Location))