1 write to _fileCodeModel
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\Collections\BasesCollection.cs (1)
49
_fileCodeModel
= new ComHandle<EnvDTE.FileCodeModel, FileCodeModel>(fileCodeModel);
1 reference to _fileCodeModel
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\Collections\BasesCollection.cs (1)
56
get { return
_fileCodeModel
.Object; }