1 write to _rdt
Microsoft.VisualStudio.LanguageServices.Xaml (1)
Implementation\XamlProjectService.cs (1)
109
_rdt
= new RunningDocumentTable(_serviceProvider);
5 references to _rdt
Microsoft.VisualStudio.LanguageServices.Xaml (5)
Implementation\XamlProjectService.cs (5)
107
if (
_rdt
== null)
110
_rdt
.Advise(this);
124
_rdt
.FindDocument(filePath, out hierarchy, out _, out docCookie);
173
var docInfo =
_rdt
.GetDocumentInfo(docCookie);
238
var info =
_rdt
?.GetDocumentInfo(docCookie);