3 references to LookUpVTableInfo
System.Runtime.InteropServices (3)
System\Runtime\InteropServices\Marshalling\ComObject.cs (3)
97
if (!
LookUpVTableInfo
(interfaceType, out IIUnknownCacheStrategy.TableInfo info, out int qiResult))
107
if (!
LookUpVTableInfo
(interfaceType, out _, out int qiResult))
155
if (!
LookUpVTableInfo
(type.TypeHandle, out IIUnknownCacheStrategy.TableInfo result, out int qiHResult))