2 writes to Icon
Microsoft.VisualStudio.LanguageServices (2)
MoveToNamespace\MoveToNamespaceDialogViewModel.cs (2)
53Icon = KnownMonikers.StatusInformation; 60Icon = KnownMonikers.StatusInvalid;
4 references to Icon
Microsoft.VisualStudio.LanguageServices.UnitTests (4)
MoveToNamespace\MoveToNamespaceDialogViewModelTests.vb (4)
29monitor.AddExpectation(Function() viewModel.Icon) 38Assert.Equal(viewModel.Icon, KnownMonikers.StatusInvalid) 57monitor.AddExpectation(Function() viewModel.Icon) 66Assert.Equal(viewModel.Icon, KnownMonikers.StatusInformation)