5 references to History
Microsoft.VisualStudio.LanguageServices (5)
MoveToNamespace\VisualStudioMoveToNamespaceOptionsService.cs (5)
46
[..
History
.WhereNotNull()]);
63
History
.Remove(namespaceName);
64
History
.AddFirst(namespaceName);
66
if (
History
.Count > HistorySize)
68
History
.RemoveLast();