2 writes to parent
Microsoft.VisualStudio.LanguageServices (2)
Preview\FileChange.cs (1)
62
this.
parent
= parent;
Preview\SpanChange.cs (1)
32
this.
parent
= parent;
4 references to parent
Microsoft.VisualStudio.LanguageServices (4)
Preview\AbstractChange.cs (4)
61
if (this.
parent
!= null)
63
parent
.Refresh();
105
if (this.
parent
!= null)
107
parent
.Refresh();