1 write to _workspace
Microsoft.VisualStudio.LanguageServices.Xaml (1)
Implementation\XamlProjectService.cs (1)
56
_workspace
= workspace;
6 references to _workspace
Microsoft.VisualStudio.LanguageServices.Xaml (6)
Implementation\XamlProjectService.cs (6)
61
_workspace
.DocumentClosed += OnDocumentClosed;
165
var documentId =
_workspace
.CurrentSolution.GetDocumentIdsWithFilePath(filePath).Single(d => d.ProjectId == project.Id);
169
var document =
_workspace
.CurrentSolution.GetRequiredDocument(documentId);
178
_workspace
.OnDocumentTextChanged(documentId, textContainer.CurrentText, PreservationMode.PreserveIdentity);
201
var document =
_workspace
.CurrentSolution.GetDocument(documentId);
255
var documentId =
_workspace
.CurrentSolution.GetDocumentIdsWithFilePath(newMoniker).Single(d => d.ProjectId == project.Id);