2 writes to TEST_MostRecentToolTipContent
Microsoft.CodeAnalysis.CSharp.EditorFeatures (2)
EventHookup\EventHookupSessionManager.cs (2)
96TEST_MostRecentToolTipContent = content; 164TEST_MostRecentToolTipContent = null;
4 references to TEST_MostRecentToolTipContent
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (4)
EventHookup\EventHookupTestState.cs (4)
66Assert.NotNull(_commandHandler.EventHookupSessionManager.TEST_MostRecentToolTipContent); 67Assert.Single(_commandHandler.EventHookupSessionManager.TEST_MostRecentToolTipContent); 69var textElement = _commandHandler.EventHookupSessionManager.TEST_MostRecentToolTipContent.First(); 76Assert.Null(_commandHandler.EventHookupSessionManager.TEST_MostRecentToolTipContent);