1 write to _replacementText
Microsoft.VisualStudio.LanguageServices.Xaml (1)
Features\InlineRename\XamlEditorInlineRenameService.cs (1)
187
_replacementText
= replacementText;
1 reference to _replacementText
Microsoft.VisualStudio.LanguageServices.Xaml (1)
Features\InlineRename\XamlEditorInlineRenameService.cs (1)
194
public bool ReplacementTextValid => _inlineRenameLocationSet.IsReplacementTextValid(
_replacementText
);