1 write to _rdt
Microsoft.VisualStudio.LanguageServices.Xaml (1)
Implementation\XamlProjectService.cs (1)
114
_rdt
= new RunningDocumentTable(_serviceProvider);
5 references to _rdt
Microsoft.VisualStudio.LanguageServices.Xaml (5)
Implementation\XamlProjectService.cs (5)
112
if (
_rdt
== null)
115
_rdt
.Advise(this);
129
_rdt
.FindDocument(filePath, out hierarchy, out _, out docCookie);
178
var docInfo =
_rdt
.GetDocumentInfo(docCookie);
241
var info =
_rdt
?.GetDocumentInfo(docCookie);