1 write to CacheStrategy
System.Runtime.InteropServices (1)
System\Runtime\InteropServices\Marshalling\ComObject.cs (1)
40CacheStrategy = cacheStrategy;
6 references to CacheStrategy
System.Runtime.InteropServices (6)
System\Runtime\InteropServices\Marshalling\ComObject.cs (6)
54CacheStrategy.Clear(IUnknownStrategy); 87CacheStrategy.Clear(IUnknownStrategy); 121if (!CacheStrategy.TryGetTableInfo(handle, out result)) 135result = CacheStrategy.ConstructTableInfo(handle, details, ppv); 139if (!CacheStrategy.TrySetTableInfo(handle, result)) 141bool found = CacheStrategy.TryGetTableInfo(handle, out result);