1 write to _triggerDocument
Microsoft.CodeAnalysis.EditorFeatures (1)
InlineRename\InlineRenameSession.cs (1)
151
_triggerDocument
= triggerSpan.Snapshot.GetOpenDocumentInCurrentContextWithChanges();
3 references to _triggerDocument
Microsoft.CodeAnalysis.EditorFeatures (3)
InlineRename\InlineRenameSession.cs (3)
152
if (
_triggerDocument
== null)
183
_baseSolution =
_triggerDocument
.Project.Solution;
835
_triggerDocument
.Project.Solution);