2 writes to parent
Microsoft.VisualStudio.LanguageServices (2)
Preview\FileChange.cs (1)
65
this.
parent
= parent;
Preview\SpanChange.cs (1)
31
this.
parent
= parent;
4 references to parent
Microsoft.VisualStudio.LanguageServices (4)
Preview\AbstractChange.cs (4)
58
if (this.
parent
!= null)
60
parent
.Refresh();
102
if (this.
parent
!= null)
104
parent
.Refresh();