1 write to CacheStrategy
System.Runtime.InteropServices (1)
System\Runtime\InteropServices\Marshalling\ComObject.cs (1)
42CacheStrategy = cacheStrategy;
6 references to CacheStrategy
System.Runtime.InteropServices (6)
System\Runtime\InteropServices\Marshalling\ComObject.cs (6)
56CacheStrategy.Clear(IUnknownStrategy); 89CacheStrategy.Clear(IUnknownStrategy); 123if (!CacheStrategy.TryGetTableInfo(handle, out result)) 137result = CacheStrategy.ConstructTableInfo(handle, details, ppv); 141if (!CacheStrategy.TrySetTableInfo(handle, result)) 143bool found = CacheStrategy.TryGetTableInfo(handle, out result);