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