2 instantiations of AssemblyInformation
Microsoft.Build.Tasks.Core (2)
AssemblyDependency\AssemblyInformation.cs (1)
251
using (var import = new
AssemblyInformation
(path))
AssemblyDependency\AssemblyMetadata.cs (1)
26
using (var import = new
AssemblyInformation
(path))
7 references to AssemblyInformation
Microsoft.Build.Tasks.Core (7)
AssemblyDependency\AssemblyInformation.cs (1)
251
using (
var
import = new AssemblyInformation(path))
AssemblyDependency\AssemblyMetadata.cs (1)
26
using (
var
import = new AssemblyInformation(path))
AssemblyDependency\ResolveAssemblyReference.cs (3)
3458
=>
AssemblyInformation
.GetAssemblyMetadata(path, assemblyMetadataCache, out dependencies, out scatterFiles, out frameworkName),
3464
p =>
AssemblyInformation
.GetRuntimeVersion(p),
3471
=>
AssemblyInformation
.IsWinMDFile(fullPath, getAssemblyRuntimeVersion, fileExists, out imageRuntimeVersion, out isManagedWinmd),
GetSDKReferenceFiles.cs (2)
235
return Execute(AssemblyNameExtension.GetAssemblyNameEx,
AssemblyInformation
.GetRuntimeVersion, p => FileUtilities.FileExistsNoThrow(p), synchronous: false);
1132
isWinMDFile =
AssemblyInformation
.IsWinMDFile(referencePath, _getRuntimeVersion, _fileExists, out imageRuntimeVersion, out isManagedWinMD);