1 instantiation of ASSEMBLY_INFO
Microsoft.Build.Tasks.Core (1)
AssemblyDependency\GlobalAssemblyCache.cs (1)
191var assemblyInfo = new ASSEMBLY_INFO { cbAssemblyInfo = (uint)Marshal.SizeOf<ASSEMBLY_INFO>() };
3 references to ASSEMBLY_INFO
Microsoft.Build.Tasks.Core (3)
AssemblyDependency\GlobalAssemblyCache.cs (2)
191var assemblyInfo = new ASSEMBLY_INFO { cbAssemblyInfo = (uint)Marshal.SizeOf<ASSEMBLY_INFO>() };
NativeMethods.cs (1)
368uint QueryAssemblyInfo(uint dwFlags, [MarshalAs(UnmanagedType.LPWStr)] string pszAssemblyName, ref ASSEMBLY_INFO pAsmInfo);