5 references to GetTypeLibName
mscorlib (5)
system\runtime\interopservices\marshal.cs (4)
1317return GetTypeLibName((ITypeLib)pTLB); 1380return GetTypeLibName(typelib); 1653GetTypeLibName(pTLB) + ".dll", 0, new ImporterCallback(), null, null, null, null); 2767Marshal.GetTypeLibName((ITypeLib)TypeLib) + ".dll",
system\runtime\interopservices\typelibconverter.cs (1)
389String strTypeLibName = Marshal.GetTypeLibName((ITypeLib)typeLib);