7 references to TYPELIBATTR
mscorlib (4)
system\runtime\interopservices\typelibconverter.cs (4)
39using _TYPELIBATTR = System.Runtime.InteropServices.ComTypes.TYPELIBATTR; 443_TYPELIBATTR Attr; 456Attr = (_TYPELIBATTR)Marshal.PtrToStructure(pAttr, typeof(_TYPELIBATTR));
System.ServiceModel (3)
System\ServiceModel\ComIntegration\TypeLibraryHelper.cs (3)
85System.Runtime.InteropServices.ComTypes.TYPELIBATTR attr = (System.Runtime.InteropServices.ComTypes.TYPELIBATTR)Marshal.PtrToStructure(ptr, typeof(System.Runtime.InteropServices.ComTypes.TYPELIBATTR));