1 write to _parentHandle
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\InternalElements\CodeImport.cs (1)
53
_parentHandle
= new ParentHandle<AbstractCodeElement>(parent);
4 references to _parentHandle
Microsoft.VisualStudio.LanguageServices.Implementation (4)
CodeModel\InternalElements\CodeImport.cs (4)
71
var parentNode =
_parentHandle
.Value != null
72
?
_parentHandle
.Value.LookupNode()
104
if (
_parentHandle
.Value != null)
106
return
_parentHandle
.Value;