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