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