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