1 implementation of TryGetTableInfo
System.Runtime.InteropServices (1)
System\Runtime\InteropServices\Marshalling\DefaultCaching.cs (1)
28bool IIUnknownCacheStrategy.TryGetTableInfo(RuntimeTypeHandle handle, out IIUnknownCacheStrategy.TableInfo info)
2 references to TryGetTableInfo
System.Runtime.InteropServices (2)
System\Runtime\InteropServices\Marshalling\ComObject.cs (2)
123if (!CacheStrategy.TryGetTableInfo(handle, out result)) 143bool found = CacheStrategy.TryGetTableInfo(handle, out result);