1 write to _statusSeverity
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
InlineRename\UI\Adornment\RenameFlyoutViewModel.cs (1)
121if (Set(ref _statusSeverity, value))
4 references to _statusSeverity
Microsoft.CodeAnalysis.EditorFeatures.Wpf (4)
InlineRename\UI\Adornment\RenameFlyoutViewModel.cs (4)
118get => _statusSeverity; 129public bool ShowStatusText => _statusSeverity != Severity.None; 130public bool ShowSearchText => _statusSeverity != Severity.Error; 132public ImageMoniker StatusImageMoniker => _statusSeverity switch