10 references to ComHandle
Microsoft.VisualStudio.LanguageServices (1)
Interop\WeakComHandle.cs (1)
162return new ComHandle<THandle, TObject>(rcw);
Microsoft.VisualStudio.LanguageServices.Implementation (9)
CodeModel\CodeModelProjectCache.cs (1)
83return new ComHandle<EnvDTE80.FileCodeModel2, FileCodeModel>(newFileCodeModel);
CodeModel\Collections\BasesCollection.cs (1)
49_fileCodeModel = new ComHandle<EnvDTE.FileCodeModel, FileCodeModel>(fileCodeModel);
CodeModel\Collections\InheritsImplementsCollection.cs (1)
44_fileCodeModel = new ComHandle<EnvDTE.FileCodeModel, FileCodeModel>(fileCodeModel);
CodeModel\Collections\NamespaceCollection.cs (1)
44_fileCodeModel = new ComHandle<EnvDTE.FileCodeModel, FileCodeModel>(fileCodeModel);
CodeModel\Collections\TypeCollection.cs (1)
44_fileCodeModel = new ComHandle<EnvDTE.FileCodeModel, FileCodeModel>(fileCodeModel);
CodeModel\FileCodeModel.cs (1)
83_parentHandle = new ComHandle<object?, object?>(parent);
CodeModel\InternalElements\AbstractCodeElement.cs (1)
34_fileCodeModel = new ComHandle<EnvDTE.FileCodeModel, FileCodeModel>(fileCodeModel);
CodeModel\NodeKeyValidation.cs (1)
37var handle = new ComHandle<EnvDTE80.FileCodeModel2, FileCodeModel>(fileCodeModel);
CodeModel\ParentHandle.cs (1)
16=> _comHandle = new ComHandle<object, object>(parent);