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