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