code sample : internal virtual DataGridViewTextBoxColumn firstColum
        {
            get =>
                this._firstColum;
            [MethodImpl(MethodImplOptions.Synchronized)]
            set
            {
                this._firstColum = value;
            }
        }
Question on Resharper Find  search with  pattern
Searh patterrn :   get  =>                $test$;

Replace pattern:
  get{   return        $test$ ;                     }
where is the mistake why is it not working just check the snapshot if you can help