2 writes to _errorText
Microsoft.CodeAnalysis.EditorFeatures.Wpf (2)
InlineRename\UI\Dashboard\RenameDashboardViewModel.cs (2)
71
_errorText
= null;
88
_errorText
= string.IsNullOrEmpty(session.ReplacementText)
3 references to _errorText
Microsoft.CodeAnalysis.EditorFeatures.Wpf (3)
InlineRename\UI\Dashboard\RenameDashboardViewModel.cs (3)
133
if (
_errorText
!= null ||
226
=>
_errorText
!= null;
228
public string ErrorText =>
_errorText
;