Question on Resharper Find search with pattern
code sample : internal virtual DataGridViewTextBoxColumn firstColum<br /> {<br /> get => <br /> this._firstColum;<br /> [MethodImpl(MethodImplOptions.Synchronized)]<br /> set<br /> {<br /> this._firstColum = value;<br /> }<br /> }<br />Question on Resharper Find search with pattern<br />Searh patterrn : get => $test$;<br /><br />Replace pattern: <br /> get{ return $test$ ; }<br />where is the mistake why is it not working just check the snapshot if you can help