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