2 writes to TEST_MostRecentToolTipContent
Microsoft.CodeAnalysis.CSharp.EditorFeatures (2)
EventHookup\EventHookupSessionManager.cs (2)
88
TEST_MostRecentToolTipContent
= content;
144
TEST_MostRecentToolTipContent
= null;
4 references to TEST_MostRecentToolTipContent
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (4)
EventHookup\EventHookupTestState.cs (4)
64
Assert.NotNull(_commandHandler.EventHookupSessionManager.
TEST_MostRecentToolTipContent
);
65
Assert.Single(_commandHandler.EventHookupSessionManager.
TEST_MostRecentToolTipContent
);
67
var textElement = _commandHandler.EventHookupSessionManager.
TEST_MostRecentToolTipContent
.First();
74
Assert.Null(_commandHandler.EventHookupSessionManager.
TEST_MostRecentToolTipContent
);