2 instantiations of WeakComHandle
Microsoft.VisualStudio.LanguageServices (1)
Interop\CleanableWeakComHandleTable.cs (1)
165_table.Add(key, new WeakComHandle<TValue, TValue>(value));
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\CodeModelProjectCache.CacheEntry.cs (1)
34=> _fileCodeModelWeakComHandle = new WeakComHandle<EnvDTE80.FileCodeModel2, FileCodeModel>(handle);
4 references to WeakComHandle
Microsoft.VisualStudio.LanguageServices (3)
Interop\CleanableWeakComHandleTable.cs (3)
30private readonly Dictionary<TKey, WeakComHandle<TValue, TValue>> _table; 174if (_table.TryGetValue(key, out var handle)) 193if (_table.TryGetValue(key, out var handle))
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\CodeModelProjectCache.CacheEntry.cs (1)
31private readonly WeakComHandle<EnvDTE80.FileCodeModel2, FileCodeModel> _fileCodeModelWeakComHandle;