public override void SetMasterDefinition(Member master) { base.SetMasterDefinition(master); ImplicitField?.SetMasterDefinition(((Property) master)?.ImplicitField); GetMethod?.SetMasterDefinition(((Property) master)?.GetMethod); SetMethod?.SetMasterDefinition(((Property) master)?.SetMethod); }