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