1 write to _fileCodeModel
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\Collections\TypeCollection.cs (1)
44
_fileCodeModel
= new ComHandle<EnvDTE.FileCodeModel, FileCodeModel>(fileCodeModel);
2 references to _fileCodeModel
Microsoft.VisualStudio.LanguageServices.Implementation (2)
CodeModel\Collections\TypeCollection.cs (2)
50
get { return
_fileCodeModel
.Object; }
60
return new NodeSnapshot(this.State,
_fileCodeModel
, node, parentElement,