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