2 implementations of ReplacementTextValid
Microsoft.CodeAnalysis.EditorFeatures (2)
ExternalAccess\VSTypeScript\Api\IVSTypeScriptInlineRenameReplacementInfo.cs (1)
21public abstract bool ReplacementTextValid { get; }
InlineRename\AbstractEditorInlineRenameService.InlineRenameReplacementInfo.cs (1)
28public bool ReplacementTextValid => _conflicts.ReplacementTextValid;
1 reference to ReplacementTextValid
Microsoft.CodeAnalysis.EditorFeatures (1)
InlineRename\UI\Adornment\RenameFlyoutViewModel.cs (1)
347if (Set(ref _isReplacementTextValid, result.ReplacementTextValid, "IsReplacementTextValid"))