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