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)
133if (_errorText != null || 226=> _errorText != null; 228public string ErrorText => _errorText;