1 instantiation of ASSEMBLY_INFO
Microsoft.CodeAnalysis.Scripting (1)
ClrGlobalAssemblyCache.cs (1)
236ASSEMBLY_INFO info = new ASSEMBLY_INFO
3 references to ASSEMBLY_INFO
Microsoft.CodeAnalysis.Scripting (3)
ClrGlobalAssemblyCache.cs (3)
49void QueryAssemblyInfo(uint dwFlags, [MarshalAs(UnmanagedType.LPWStr)] string pszAssemblyName, ref ASSEMBLY_INFO pAsmInfo); 236ASSEMBLY_INFO info = new ASSEMBLY_INFO 238cbAssemblyInfo = (uint)Marshal.SizeOf<ASSEMBLY_INFO>(),