1 write to _baseSolution
Microsoft.CodeAnalysis.EditorFeatures (1)
InlineRename\InlineRenameSession.cs (1)
191
_baseSolution
= TriggerDocument.Project.Solution;
1 reference to _baseSolution
Microsoft.CodeAnalysis.EditorFeatures (1)
InlineRename\InlineRenameSession.cs (1)
198
_keepAliveSession = RemoteKeepAliveSession.Create(
_baseSolution
, asyncListener);