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