1 write to _isReplacementTextValid
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
InlineRename\UI\Adornment\RenameFlyoutViewModel.cs (1)
347
if (Set(ref
_isReplacementTextValid
, result.ReplacementTextValid, "IsReplacementTextValid"))
2 references to _isReplacementTextValid
Microsoft.CodeAnalysis.EditorFeatures.Wpf (2)
InlineRename\UI\Adornment\RenameFlyoutViewModel.cs (2)
91
public bool AllowFileRename => Session.FileRenameInfo == InlineRenameFileRenameInfo.Allowed &&
_isReplacementTextValid
;
351
if (!
_isReplacementTextValid
&& !string.IsNullOrEmpty(IdentifierText))