2 implementations of ReplacementTextValid
Microsoft.CodeAnalysis.EditorFeatures (2)
ExternalAccess\VSTypeScript\Api\IVSTypeScriptInlineRenameReplacementInfo.cs (1)
23
public abstract bool
ReplacementTextValid
{ get; }
InlineRename\AbstractEditorInlineRenameService.InlineRenameReplacementInfo.cs (1)
28
public bool
ReplacementTextValid
=> _conflicts.ReplacementTextValid;